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-26",
"epss": "0.00018",
"percentile": "0.04798"
},
"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:8338
Vulnerability from csaf_redhat - Published: 2026-04-15 18:17 - Updated: 2026-05-26 14:25A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — | ||
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 | — | ||
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — | ||
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 | — | ||
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64 | — |
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64 | — |
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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_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 Web Terminal Operator 1.13.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "The Web Terminal provides a way to access a fully in-browser terminal emulator within the OpenShift Console. Command-line tools for interacting with the OpenShift cluster are pre-installed.",
"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:8338",
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
},
{
"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-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/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-366",
"url": "https://redhat.atlassian.net/browse/WTO-366"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-371",
"url": "https://redhat.atlassian.net/browse/WTO-371"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-375",
"url": "https://redhat.atlassian.net/browse/WTO-375"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-381",
"url": "https://redhat.atlassian.net/browse/WTO-381"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-386",
"url": "https://redhat.atlassian.net/browse/WTO-386"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-391",
"url": "https://redhat.atlassian.net/browse/WTO-391"
},
{
"category": "external",
"summary": "https://redhat.atlassian.net/browse/WTO-396",
"url": "https://redhat.atlassian.net/browse/WTO-396"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8338.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Web Terminal Operator 1.13.0 release.",
"tracking": {
"current_release_date": "2026-05-26T14:25:28+00:00",
"generator": {
"date": "2026-05-26T14:25:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:8338",
"initial_release_date": "2026-04-15T18:17:16+00:00",
"revision_history": [
{
"date": "2026-04-15T18:17:16+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-15T18:17:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T14:25:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Web Terminal 1.13",
"product": {
"name": "Red Hat Web Terminal 1.13",
"product_id": "Red Hat Web Terminal 1.13",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:webterminal:1.13::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Web Terminal"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"product": {
"name": "registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"product_id": "registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/web-terminal-exec-rhel9@sha256%3A33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a?arch=amd64\u0026repository_url=registry.redhat.io/web-terminal\u0026tag=1776197785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"product": {
"name": "registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"product_id": "registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"product_identification_helper": {
"purl": "pkg:oci/web-terminal-rhel9-operator@sha256%3Ac9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363?arch=amd64\u0026repository_url=registry.redhat.io/web-terminal\u0026tag=1776197691"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"product": {
"name": "registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"product_id": "registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/web-terminal-operator-bundle@sha256%3A54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b?arch=amd64\u0026repository_url=registry.redhat.io/web-terminal\u0026tag=1776197674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64",
"product": {
"name": "registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64",
"product_id": "registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/web-terminal-tooling-rhel9@sha256%3A790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de?arch=amd64\u0026repository_url=registry.redhat.io/web-terminal\u0026tag=1776197792"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64 as a component of Red Hat Web Terminal 1.13",
"product_id": "Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
},
"product_reference": "registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"relates_to_product_reference": "Red Hat Web Terminal 1.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64 as a component of Red Hat Web Terminal 1.13",
"product_id": "Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64"
},
"product_reference": "registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"relates_to_product_reference": "Red Hat Web Terminal 1.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64 as a component of Red Hat Web Terminal 1.13",
"product_id": "Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64"
},
"product_reference": "registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"relates_to_product_reference": "Red Hat Web Terminal 1.13"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64 as a component of Red Hat Web Terminal 1.13",
"product_id": "Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
},
"product_reference": "registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64",
"relates_to_product_reference": "Red Hat Web Terminal 1.13"
}
]
},
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
},
{
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
}
],
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
}
],
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
},
{
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
},
"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-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
},
{
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
],
"known_not_affected": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T18:17:16+00:00",
"details": "To start using the Web Terminal Operator, install the Web Terminal Operator from OpenShift OperatorHub on OpenShift Container Platform 4.18 or higher.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8338"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_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 Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-exec-rhel9@sha256:33aedbb88539c99ebf0a85e99a1f0b7e681f69a9ee281e88c5ff214e54d85d8a_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-operator-bundle@sha256:54ef39794ebdb90596e4666bb89e23a4fad8fe8cdc79eb825f1c57af5af9951b_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-rhel9-operator@sha256:c9e040ffac9873b07f37d29b8c83cbebf5f380d94c46be86ad63798afe8ba363_amd64",
"Red Hat Web Terminal 1.13:registry.redhat.io/web-terminal/web-terminal-tooling-rhel9@sha256:790b2a87d81149568d58618db96e7804068b2bc112ff9313e0a06e95ac9841de_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:8433
Vulnerability from csaf_redhat - Published: 2026-04-16 10:06 - Updated: 2026-05-26 14:25A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_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: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
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: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
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: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — | ||
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
A flaw was found in the `github.com/antchfx/xpath` component. A remote attacker could exploit this vulnerability by submitting crafted Boolean XPath expressions that evaluate to true. This can cause an infinite loop in the `logicalQuery.Select` function, leading to 100% CPU utilization and a Denial of Service (DoS) condition for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — |
Workaround
|
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: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le | — |
Workaround
|
|
| Unresolved product id: OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An updated OpenShift Compliance Operator image that fixes various bugs and adds new\nenhancements is now available for the Red Hat OpenShift Enterprise 4 catalog.",
"title": "Topic"
},
{
"category": "general",
"text": "The OpenShift Compliance Operator v1.9.0 is now available.\nSee the documentation for bug fix information:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/security_and_compliance/compliance-operator#compliance-operator-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:8433",
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"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-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4645",
"url": "https://access.redhat.com/security/cve/CVE-2026-4645"
},
{
"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_8433.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Compliance Operator bug fix and enhancement update",
"tracking": {
"current_release_date": "2026-05-26T14:25:30+00:00",
"generator": {
"date": "2026-05-26T14:25:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:8433",
"initial_release_date": "2026-04-16T10:06:55+00:00",
"revision_history": [
{
"date": "2026-04-16T10:06:55+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-16T10:07:01+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T14:25:30+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Compliance Operator 1",
"product": {
"name": "OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_compliance_operator:1::el9"
}
}
}
],
"category": "product_family",
"name": "OpenShift Compliance Operator"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-operator-bundle@sha256%3Ae2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776237332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-content-rhel8@sha256%3A5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776170256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-must-gather-rhel8@sha256%3Ab6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-openscap-rhel8@sha256%3A9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-rhel8-operator@sha256%3A45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb?arch=amd64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776235578"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-content-rhel8@sha256%3A59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089?arch=arm64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776170256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-must-gather-rhel8@sha256%3A25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb?arch=arm64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-openscap-rhel8@sha256%3Aee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62?arch=arm64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64",
"product_id": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-rhel8-operator@sha256%3Aff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487?arch=arm64\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776235578"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-content-rhel8@sha256%3Aa80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776170256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-must-gather-rhel8@sha256%3A55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-openscap-rhel8@sha256%3A62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"product_id": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-rhel8-operator@sha256%3Af3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a?arch=ppc64le\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776235578"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"product_id": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-content-rhel8@sha256%3A1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac?arch=s390x\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776170256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"product_id": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-must-gather-rhel8@sha256%3A2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139?arch=s390x\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"product_id": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-openscap-rhel8@sha256%3Ae0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7?arch=s390x\u0026repository_url=registry.redhat.io/compliance\u0026tag=1775641480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"product": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"product_id": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-compliance-rhel8-operator@sha256%3Ab1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539?arch=s390x\u0026repository_url=registry.redhat.io/compliance\u0026tag=1776235578"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64 as a component of OpenShift Compliance Operator 1",
"product_id": "OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
},
"product_reference": "registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64",
"relates_to_product_reference": "OpenShift Compliance Operator 1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-4645",
"discovery_date": "2026-03-23T06:02:52.120840+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64"
]
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `github.com/antchfx/xpath` component. A remote attacker could exploit this vulnerability by submitting crafted Boolean XPath expressions that evaluate to true. This can cause an infinite loop in the `logicalQuery.Select` function, leading to 100% CPU utilization and a Denial of Service (DoS) condition for the affected system.",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "A denial of service vulnerability was discovered in `github.com/antchfx/xpath`, with Important severity. Systems processing untrusted XPath expressions are vulnerable to an infinite loop, leading to 100% CPU utilization which would impact normal operations of the system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4645"
}
],
"release_date": "2026-03-17T20:58:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict the processing of untrusted or unvalidated XPath expressions by applications which utilize the `github.com/antchfx/xpath` component. Implement input validation and sanitization for all XPath expressions originating from external or untrusted sources. If possible, configure applications to only process XPath expressions from trusted sources or disable features that allow arbitrary XPath expression evaluation.",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/antchfx/xpath: xpath: Denial of Service via crafted Boolean XPath expressions"
},
{
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"known_not_affected": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T10:06:55+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your\nsystem have been applied. For details on how to apply this update, refer to:\n \nhttps://docs.openshift.com/container-platform/latest/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8433"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"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": [
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:1fa845b0dfc4fd18b28558aae4e9fb69f220649495fb4e1284da0dc43f5cacac_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:5050558c5b76a544f8785a8ee6e153aaa1c4649e2ec897a1728d71c360ef9175_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:59335016a17f8557d8286926c3e738830683bf5bc8dea298ab0420e85b85d089_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-content-rhel8@sha256:a80ae4926abc8df9fb976f47911662aa5db8b4beed60efa37e94b1bc36a152c8_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:25a97ab36e361a6b9cb2a5621241d56b4b420d6a2e50a112fc209b09484abbbb_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:2621107d4c7b72f2e6de593355711fa63ed8efc637d1ea17ea8ac1ffb796a139_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:55cf2e5dcae568fe3236363993f3987465b78f5f892c7fabcdec2bde63afb4fb_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-must-gather-rhel8@sha256:b6778248c42c242c05accfbebbda445cb48d85484ea7011744f5b0bb32c56a40_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:62291ebc31aedc55cda270168146cf272856e1e566f75b0694f14e28adeed72c_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:9281889838e4c68f688024b27b4fb5e95b461ae63518533d08d06a5d3b499bed_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:e0d72f7dfeda202524e67c5b344af6a6ef64712cd4f04e90ac1e0dffc49addf7_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-openscap-rhel8@sha256:ee47b302b5655b1a64d79ce370033956c14cfacd83b3f589f4eb153cc9201d62_arm64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-operator-bundle@sha256:e2cbcab60fad0718e63a8c9bacaca97d205735e968505a56ae1a1c523d5ee2da_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:45059c429a74ea709c828dcdcf0eeb481ec0c27ec82fa4c7f6a46214749e6edb_amd64",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:b1cd378eba90e9258c1639305a8bd66120220333a3cdf2df5ebfb71d1e9d7539_s390x",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:f3c1bd5157e6791f150dbe211a5ca4a391e9e69ac07748a41bb0b829e645933a_ppc64le",
"OpenShift Compliance Operator 1:registry.redhat.io/compliance/openshift-compliance-rhel8-operator@sha256:ff3573bf04e5f74c9aa62f96c349cbe3599f7623a05acc1881eb321ee5d93487_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:8483
Vulnerability from csaf_redhat - Published: 2026-04-16 13:44 - Updated: 2026-05-26 14:25A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
Vendor Fix
fix
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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
Vendor Fix
fix
Workaround
|
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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Workaround
|
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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
Vendor Fix
fix
|
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Workaround
|
A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific "Gadget" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Critical"
},
"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.29 for Red Hat OpenShift Service Mesh 2.6 is now available.\nAn update is now available for Red Hat OpenShift Service Mesh 2.6. This advisory contains the RPM packages for the Kiali component.\nRed Hat Product Security has rated this update as having a security impact of Critical. 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.29, 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* CVE-2025-61726 Memory exhaustion in query parameter parsing in net/url (OSSM-12470)\n* CVE-2025-62718 Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization (OSSM-13225, OSSM-13226)\n* CVE-2025-68121 Unexpected session resumption in crypto/tls (OSSM-12553)\n* CVE-2026-25679 Incorrect parsing of IPv6 host literals in net/url (OSSM-12952)\n* CVE-2026-27606 Rollup: Remote Code Execution via Path Traversal Vulnerability (OSSM-12689)\n* CVE-2026-29074 SVGO: Denial of Service via XML entity expansion (OSSM-12891)\n* CVE-2026-29063 Immutable.js: Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027) (OSSM-12970, OSSM-12971)\n* CVE-2026-33186 gRPC-Go: Authorization bypass due to improper HTTP/2 path validation (OSSM-12996)\n* CVE-2026-4800 lodash: Arbitrary code execution via untrusted input in template imports (OSSM-13112, OSSM-13113)\n* CVE-2026-40175 Axios: Remote Code Execution via Prototype Pollution escalation (OSSM-13249, OSSM-13250)\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:8483",
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"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-62718",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"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-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-40175",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"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_8483.json"
}
],
"title": "Red Hat Security Advisory: Kiali 1.73.29 for Red Hat OpenShift Service Mesh 2.6",
"tracking": {
"current_release_date": "2026-05-26T14:25:30+00:00",
"generator": {
"date": "2026-05-26T14:25:30+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:8483",
"initial_release_date": "2026-04-16T13:44:17+00:00",
"revision_history": [
{
"date": "2026-04-16T13:44:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-16T13:44:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T14:25:30+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:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3Ad4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776191302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51?arch=amd64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776202125"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776191302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776202125"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3Aecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776191302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3Ae7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776202125"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-rhel8@sha256%3A56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776191302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"product": {
"name": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"product_id": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kiali-ossmc-rhel8@sha256%3A2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift-service-mesh\u0026tag=1776202125"
}
}
}
],
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_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:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_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:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_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-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_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:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_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:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_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-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_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:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_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:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_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:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_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:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_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:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le",
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-62718",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-09T15:01:48.111177+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456913"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability occurs because Axios does not correctly handle hostname normalization when evaluating NO_PROXY rules. An attacker can exploit this by crafting requests to loopback addresses (e.g., localhost. or [::1]) which bypass the NO_PROXY configuration and are routed through the configured proxy. This can lead to Server-Side Request Forgery (SSRF) vulnerabilities, enabling attackers to access sensitive internal or loopback services that should otherwise be protected.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has limited impact due to combination of non-default conditions to exploit: the attacker must be able to control or influence URLs passed to axios in a server-side context, the application must have both `HTTP_PROXY` and `NO_PROXY` configured, and the proxy itself must be positioned to act on the misdirected traffic or have been compromised by the attacker to intercept the rerouted traffic.",
"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-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-62718"
},
{
"category": "external",
"summary": "RHBZ#2456913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-62718",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62718"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-62718"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1",
"url": "https://datatracker.ietf.org/doc/html/rfc1034#section-3.1"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2",
"url": "https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df",
"url": "https://github.com/axios/axios/commit/fb3befb6daac6cad26b2e54094d0f2d9e47f24df"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10661",
"url": "https://github.com/axios/axios/pull/10661"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5",
"url": "https://github.com/axios/axios/security/advisories/GHSA-3p68-rc4w-qgx5"
}
],
"release_date": "2026-04-09T14:31:46.067000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Server-Side Request Forgery and proxy bypass due to improper hostname normalization"
},
{
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
}
],
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_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-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
}
],
"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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
},
"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-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
}
],
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T00:00:00+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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_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 Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"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:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-40175",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-04-10T20:02:10.296601+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2457432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Axios, a promise-based HTTP client. This vulnerability, known as Prototype Pollution, can be exploited through a specific \"Gadget\" attack chain. This allows an attacker to escalate a Prototype Pollution vulnerability in a third-party dependency, potentially leading to remote code execution or a full cloud compromise, such as bypassing AWS IMDSv2.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios: Remote Code Execution via Prototype Pollution escalation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The Axios library, a promise-based HTTP client, is susceptible to an Important prototype pollution vulnerability. This flaw, when combined with specific \"Gadget\" attack chains in third-party dependencies, can lead to remote code execution or full cloud compromise, including bypassing AWS IMDSv2.\n \nWith pollution check patch available in Axios gives an advantage, it remains vulnerable due to HTTP Header Sanitation and Server-Side Request Forgery threat.\n\nRed Hat products that incorporate the vulnerable Axios library are affected.\n\nThe openshift4/ose-monitoring-plugin-rhel9 container image is not vulnerable to this flaw. The affected component is used as a build-time dependency but it\u0027s not shipped in the final product, meaning the flaw is not present thus cannot be exploited in the container deployments.\n\nRegarding openshift4/ose-console for Product stream 4.12 and 4.13, the vulnerable component is present (indirect dependency), but the vulnerability is not exploitable in our case due to the browser runtime, where the required Node.js-specific attack vectors are not available. With this, the impact becomes low.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-40175"
},
{
"category": "external",
"summary": "RHBZ#2457432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-40175",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-40175"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-40175"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1",
"url": "https://github.com/axios/axios/commit/363185461b90b1b78845dc8a99a1f103d9b122a1"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/10660",
"url": "https://github.com/axios/axios/pull/10660"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.15.0",
"url": "https://github.com/axios/axios/releases/tag/v1.15.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx",
"url": "https://github.com/axios/axios/security/advisories/GHSA-fvcv-3m26-pcqx"
}
],
"release_date": "2026-04-10T19:23:52.285000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-16T13:44:17+00:00",
"details": "See Kiali 1.73.29 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-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8483"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.0,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:2723d4214014bab37f24dd8311306f757bf12284085ed6c2bcd8176478a2e1b0_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:5a8f7d36fcf35bfc9260ac3e3629790d607405ecd692a9d87c29b1257cfb6d51_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:6c99c3ca8c99dfa4d49e6be2dd651345a4f6e2267fb2e06ab8acec04880d71c9_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel8@sha256:e7a923633d55a9b67580732d7449e2631b07787ae22431888245dc234bca5871_ppc64le",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:56e3e74a021ca82802a7ec1e9b62ba3770e0c27a4039f9ea69a9b1ce89f2f3bb_s390x",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:7eb2835c07bac105bfa2661398245cbebbc7acf9924229b8dce38db7dd3fabbb_arm64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:d4a4b0719e113cdbfd763946d8c9e1adf9d59352657680abec71a7094fc73a4d_amd64",
"Red Hat OpenShift Service Mesh 2.6:registry.redhat.io/openshift-service-mesh/kiali-rhel8@sha256:ecb548342d0ea45b30c965e86678068c5735bd603b7d6507308f5566f7b8c7cf_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios: Remote Code Execution via Prototype Pollution escalation"
}
]
}
RHSA-2026:9097
Vulnerability from csaf_redhat - Published: 2026-04-20 18:53 - Updated: 2026-05-26 09:06A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for runc is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The runC tool is a lightweight, portable implementation of the Open Container Format (OCF) that provides container runtime.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:9097",
"url": "https://access.redhat.com/errata/RHSA-2026:9097"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9097.json"
}
],
"title": "Red Hat Security Advisory: runc security update",
"tracking": {
"current_release_date": "2026-05-26T09:06:09+00:00",
"generator": {
"date": "2026-05-26T09:06:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9097",
"initial_release_date": "2026-04-20T18:53:07+00:00",
"revision_history": [
{
"date": "2026-04-20T18:53:07+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T18:53:07+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:06:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-3.el9_6.src",
"product": {
"name": "runc-4:1.2.9-3.el9_6.src",
"product_id": "runc-4:1.2.9-3.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-3.el9_6?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-3.el9_6.aarch64",
"product": {
"name": "runc-4:1.2.9-3.el9_6.aarch64",
"product_id": "runc-4:1.2.9-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-3.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"product_id": "runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-3.el9_6?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-3.el9_6?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-3.el9_6.ppc64le",
"product": {
"name": "runc-4:1.2.9-3.el9_6.ppc64le",
"product_id": "runc-4:1.2.9-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-3.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-3.el9_6?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-3.el9_6?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-3.el9_6.x86_64",
"product": {
"name": "runc-4:1.2.9-3.el9_6.x86_64",
"product_id": "runc-4:1.2.9-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-3.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-3.el9_6.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.x86_64",
"product_id": "runc-debugsource-4:1.2.9-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-3.el9_6?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-3.el9_6?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "runc-4:1.2.9-3.el9_6.s390x",
"product": {
"name": "runc-4:1.2.9-3.el9_6.s390x",
"product_id": "runc-4:1.2.9-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-3.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-3.el9_6.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.s390x",
"product_id": "runc-debugsource-4:1.2.9-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-3.el9_6?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"product_id": "runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-3.el9_6?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64"
},
"product_reference": "runc-4:1.2.9-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le"
},
"product_reference": "runc-4:1.2.9-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x"
},
"product_reference": "runc-4:1.2.9-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-3.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src"
},
"product_reference": "runc-4:1.2.9-3.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64"
},
"product_reference": "runc-4:1.2.9-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:53:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9097"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:53:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9097"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:53:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9097"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:53:07+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9097"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:runc-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debuginfo-4:1.2.9-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:runc-debugsource-4:1.2.9-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:9098
Vulnerability from csaf_redhat - Published: 2026-04-20 18:55 - Updated: 2026-05-26 09:06A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for skopeo is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The skopeo command lets you inspect images from container image registries, get images and image layers, and use signatures to create and verify files. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:9098",
"url": "https://access.redhat.com/errata/RHSA-2026:9098"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9098.json"
}
],
"title": "Red Hat Security Advisory: skopeo security update",
"tracking": {
"current_release_date": "2026-05-26T09:06:12+00:00",
"generator": {
"date": "2026-05-26T09:06:12+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9098",
"initial_release_date": "2026-04-20T18:55:22+00:00",
"revision_history": [
{
"date": "2026-04-20T18:55:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T18:55:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:06:12+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-5.el9_6.src",
"product": {
"name": "skopeo-2:1.18.1-5.el9_6.src",
"product_id": "skopeo-2:1.18.1-5.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-5.el9_6?arch=src\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-5.el9_6.aarch64",
"product": {
"name": "skopeo-2:1.18.1-5.el9_6.aarch64",
"product_id": "skopeo-2:1.18.1-5.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-5.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"product": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"product_id": "skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-5.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"product_id": "skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-5.el9_6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"product_id": "skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-5.el9_6?arch=aarch64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-5.el9_6.ppc64le",
"product": {
"name": "skopeo-2:1.18.1-5.el9_6.ppc64le",
"product_id": "skopeo-2:1.18.1-5.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-5.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"product": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"product_id": "skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-5.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"product_id": "skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-5.el9_6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"product_id": "skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-5.el9_6?arch=ppc64le\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-5.el9_6.x86_64",
"product": {
"name": "skopeo-2:1.18.1-5.el9_6.x86_64",
"product_id": "skopeo-2:1.18.1-5.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-5.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-5.el9_6.x86_64",
"product": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.x86_64",
"product_id": "skopeo-tests-2:1.18.1-5.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-5.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"product_id": "skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-5.el9_6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"product_id": "skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-5.el9_6?arch=x86_64\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "skopeo-2:1.18.1-5.el9_6.s390x",
"product": {
"name": "skopeo-2:1.18.1-5.el9_6.s390x",
"product_id": "skopeo-2:1.18.1-5.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.18.1-5.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.18.1-5.el9_6.s390x",
"product": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.s390x",
"product_id": "skopeo-tests-2:1.18.1-5.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.18.1-5.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"product": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"product_id": "skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.18.1-5.el9_6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"product_id": "skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.18.1-5.el9_6?arch=s390x\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-5.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64"
},
"product_reference": "skopeo-2:1.18.1-5.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le"
},
"product_reference": "skopeo-2:1.18.1-5.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-5.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x"
},
"product_reference": "skopeo-2:1.18.1-5.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-5.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src"
},
"product_reference": "skopeo-2:1.18.1-5.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.18.1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64"
},
"product_reference": "skopeo-2:1.18.1-5.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x"
},
"product_reference": "skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.18.1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64"
},
"product_reference": "skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le"
},
"product_reference": "skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x"
},
"product_reference": "skopeo-tests-2:1.18.1-5.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.18.1-5.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
},
"product_reference": "skopeo-tests-2:1.18.1-5.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:55:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9098"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:55:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9098"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:55:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9098"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T18:55:22+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9098"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.src",
"AppStream-9.6.0.Z.EUS:skopeo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debuginfo-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-debugsource-2:1.18.1-5.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:skopeo-tests-2:1.18.1-5.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:9108
Vulnerability from csaf_redhat - Published: 2026-04-20 19:56 - Updated: 2026-05-26 09:06A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for gvisor-tap-vsock is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "A replacement for libslirp and VPNKit, written in pure Go. It is based on the network stack of gVisor. Compared to libslirp, gvisor-tap-vsock brings a configurable DNS server and dynamic port forwarding.\n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:9108",
"url": "https://access.redhat.com/errata/RHSA-2026:9108"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9108.json"
}
],
"title": "Red Hat Security Advisory: gvisor-tap-vsock security update",
"tracking": {
"current_release_date": "2026-05-26T09:06:09+00:00",
"generator": {
"date": "2026-05-26T09:06:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9108",
"initial_release_date": "2026-04-20T19:56:47+00:00",
"revision_history": [
{
"date": "2026-04-20T19:56:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T19:56:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:06:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.1?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.1?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.1?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.1?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.1?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.1?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.1?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"product": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"product_id": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock@0.8.5-2.el9_6.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder@0.8.5-2.el9_6.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"product_id": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debugsource@0.8.5-2.el9_6.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product_id": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-debuginfo@0.8.5-2.el9_6.1?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product_id": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/gvisor-tap-vsock-gvforwarder-debuginfo@0.8.5-2.el9_6.1?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
},
"product_reference": "gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T19:56:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9108"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T19:56:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9108"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T19:56:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9108"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T19:56:47+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9108"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.src",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debuginfo-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-debugsource-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-6:0.8.5-2.el9_6.1.x86_64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.aarch64",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.ppc64le",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.s390x",
"AppStream-9.6.0.Z.EUS:gvisor-tap-vsock-gvforwarder-debuginfo-6:0.8.5-2.el9_6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:9109
Vulnerability from csaf_redhat - Published: 2026-04-20 20:04 - Updated: 2026-05-26 09:06A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for containernetworking-plugins is now available for Red Hat Enterprise Linux 9.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Container Network Interface (CNI) project consists of a specification and libraries for writing plug-ins for configuring network interfaces in Linux containers, along with a number of supported plug-ins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted. \n\nSecurity Fix(es):\n\n* crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate (CVE-2025-61729)\n\n* golang: net/url: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n\n* crypto/tls: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n\n* net/url: Incorrect parsing of IPv6 host literals in net/url (CVE-2026-25679)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:9109",
"url": "https://access.redhat.com/errata/RHSA-2026:9109"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9109.json"
}
],
"title": "Red Hat Security Advisory: containernetworking-plugins security update",
"tracking": {
"current_release_date": "2026-05-26T09:06:09+00:00",
"generator": {
"date": "2026-05-26T09:06:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9109",
"initial_release_date": "2026-04-20T20:04:52+00:00",
"revision_history": [
{
"date": "2026-04-20T20:04:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-20T20:04:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:06:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.src",
"product": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.src",
"product_id": "containernetworking-plugins-1:1.6.2-3.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.6.2-3.el9_6?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"product_id": "containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.6.2-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.6.2-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.6.2-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"product_id": "containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.6.2-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.6.2-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.6.2-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"product_id": "containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.6.2-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.6.2-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.6.2-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"product": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"product_id": "containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.6.2-3.el9_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.6.2-3.el9_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.6.2-3.el9_6?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x"
},
"product_reference": "containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src"
},
"product_reference": "containernetworking-plugins-1:1.6.2-3.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.6.2-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6)",
"product_id": "AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T20:04:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9109"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T20:04:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T20:04:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9109"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-20T20:04:52+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9109"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.src",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debuginfo-1:1.6.2-3.el9_6.x86_64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.aarch64",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.ppc64le",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.s390x",
"AppStream-9.6.0.Z.EUS:containernetworking-plugins-debugsource-1:1.6.2-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
}
]
}
RHSA-2026:9385
Vulnerability from csaf_redhat - Published: 2026-04-21 15:08 - Updated: 2026-05-26 14:25A 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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
A flaw was found in the `github.com/antchfx/xpath` component. A remote attacker could exploit this vulnerability by submitting crafted Boolean XPath expressions that evaluate to true. This can cause an infinite loop in the `logicalQuery.Select` function, leading to 100% CPU utilization and a Denial of Service (DoS) condition for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Workaround
|
A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Workaround
|
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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
A flaw was found in github.com/buger/jsonparser. The Delete function, when processing malformed JSON input, fails to properly validate offsets. This vulnerability can lead to a negative slice index and a runtime panic, allowing a remote attacker to cause a denial of service (DoS) by providing specially crafted JSON data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift distributed tracing platform (Tempo) 3.9.2 has been released",
"title": "Topic"
},
{
"category": "general",
"text": "This release of the Red Hat OpenShift distributed tracing platform (Tempo) provides security improvements and bug fixes.\n\n\nBreaking changes:\n\n* None.\n\n\nDeprecations:\n\n* None.\n\n\nTechnology Preview features:\n\n* None.\n\n\nEnhancements:\n\n* None.\n\n\nBug fixes:\n\n* gRPC-Go authorization bypass vulnerability fix: Previously, gRPC-Go was vulnerable to an authorization bypass attack. This issue occurred because the HTTP/2 :path pseudo-header was not properly validated. Remote attackers could send raw HTTP/2 frames with a malformed :path that omitted the mandatory leading slash to bypass defined security policies. With this update, gRPC-Go properly validates the :path pseudo-header and rejects malformed requests. As a result, attackers can no longer bypass security policies to gain unauthorized access to services or disclose information. For more information, see https://access.redhat.com/security/cve/cve-2026-33186.\n\n* XPath component fix: Previously, the github.com/antchfx/xpath component did not properly handle certain Boolean XPath expressions. A remote attacker could submit a crafted expression that caused an infinite loop, resulting in 100% CPU utilization and a denial-of-service condition. With this update, the XPath component correctly processes Boolean expressions that evaluate to true. The system no longer enters an infinite loop when handling these expressions. For more information, see https://access.redhat.com/security/cve/cve-2026-4645.\n\n* Go JOSE denial-of-service vulnerability fix: Previously, the Go JOSE library for handling JSON Web Encryption (JWE) objects was vulnerable to a denial-of-service (DoS) attack. This issue occurred because the application failed when decrypting a specially crafted JWE object that specified a key wrapping algorithm but contained an empty encrypted key field. With this update, Go JOSE properly validates the encrypted key field before decryption. As a result, the application no longer crashes when processing malformed JWE objects, and the service remains available to legitimate users. For more information, see https://access.redhat.com/security/cve/cve-2026-34986.\n\n* Lodash _.template function fix: Previously, the lodash _.template function validated the variable option but did not validate options.imports key names. Both options passed values to the same code execution path. An attacker with the ability to control options.imports key names or pollute Object.prototype could exploit this gap to execute arbitrary code. With this update, lodash validates options.imports key names by using the same rules applied to the variable option. The _.template function rejects invalid key names and prevents code injection through this path. For more information, see https://access.redhat.com/security/cve/cve-2026-4800.\n\n* Go crypto/x509 and crypto/tls packages fix: Previously, the Go standard library crypto/x509 and crypto/tls packages did not limit the number of intermediate certificates processed during certificate chain building. An attacker could provide an excessive number of intermediate certificates, causing the system to perform an uncontrolled amount of work and resulting in a denial-of-service condition. With this update, the packages limit the number of intermediate certificates accepted during certificate chain validation. The system rejects certificate chains that exceed this limit. For more information, see https://access.redhat.com/security/cve/cve-2026-32280.\n\n* Go Root.Chmod function fix: Previously, the Root.Chmod function in the Go standard library internal/syscall/unix package had a race condition between checking and modifying a target file. An attacker could replace the target with a symbolic link after the check but before the operation completed, causing the permission change to apply to the linked file instead. This allowed an attacker to bypass directory restrictions and change permissions on unintended files. With this update, the Root.Chmod function prevents this race condition. The function no longer follows symbolic links that replace the target during execution. For more information, see https://access.redhat.com/security/cve/cve-2026-32282.\n\n* Go crypto/x509 package fix: Previously, the Go crypto/x509 package applied excluded DNS constraints to wildcard Subject Alternative Names (SANs) in a case-sensitive manner. An attacker could bypass certificate validation by using a different case in the wildcard SAN than the excluded DNS constraint specified. This allowed the system to accept a malicious certificate that should have been rejected. With this update, the package applies DNS constraints case-insensitively when validating wildcard SANs. Certificate chain verification correctly rejects certificates that match excluded DNS constraints regardless of case. For more information, see https://access.redhat.com/security/cve/cve-2026-33810.\n\n* Go crypto/tls component fix: Previously, the Go crypto/tls component did not re-validate certificates against updated certificate authority (CA) settings during TLS session resumption. If CA settings changed between the initial handshake and a resumed session, the component used the original CA settings. An attacker could exploit this to bypass certificate validation and establish a connection that should have been rejected. With this update, the component validates certificates against the current CA settings during session resumption. Resumed sessions that no longer meet CA requirements are rejected. For more information, see https://access.redhat.com/security/cve/cve-2025-68121.\n\n* jsonparser Delete function fix: Previously, the Delete function in the github.com/buger/jsonparser component did not validate offsets when processing malformed JSON input. A remote attacker could provide crafted JSON data that caused a runtime panic, resulting in a denial-of-service condition. With this update, the Delete function validates offsets before processing. The function handles malformed JSON input as expected. For more information, see https://access.redhat.com/security/cve/cve-2026-32285.\n\n* path-to-regexp component fix: Previously, the path-to-regexp component did not limit the complexity of generated regular expressions. A remote attacker could provide input containing multiple sequential optional groups, causing exponential growth in the generated expression and excessive resource consumption. This resulted in a denial-of-service condition. With this update, the component limits regular expression complexity. Input patterns with sequential optional groups no longer cause excessive resource consumption. For more information, see https://access.redhat.com/security/cve/cve-2026-4926.\n\n* Go net/url.Parse function fix: Previously, the Go net/url.Parse function did not properly validate the host component of URLs containing IP-literals. The function ignored invalid characters preceding IP-literals and accepted URLs that should have been rejected. With this update, the function validates the entire host component. URLs with invalid characters before IP-literals are rejected as malformed. For more information, see https://access.redhat.com/security/cve/cve-2026-25679.\n\n* Go crypto/x509 module fix: Previously, the Go crypto/x509 module did not apply all email address constraints when validating certificates. If a certificate contained multiple email constraints with the same local portion but different domain portions, the module only enforced the last constraint and ignored the others. With this update, the module applies all email address constraints during certificate chain validation. Certificates are validated against every specified email constraint. For more information, see https://access.redhat.com/security/cve/cve-2026-27137.\n\n\nKnown issues:\n\n* Gateway fails to forward OTLP HTTP traffic when receiver TLS is enabled. When Tempo Monolithic is configured with `multitenancy.enabled: true` and `ingestion.otlp.http.tls.enabled: true`, the gateway forwards OTLP HTTP traffic to the Tempo receiver using plain HTTP instead of HTTPS. As a consequence, the connection fails with a `connection reset by peer` error because the receiver expects TLS connections. OTLP gRPC ingestion through the gateway is not affected. Jira issue: https://issues.redhat.com/browse/TRACING-5973.",
"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:9385",
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"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/cve/CVE-2026-32280",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32282",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32285",
"url": "https://access.redhat.com/security/cve/CVE-2026-32285"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33810",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4645",
"url": "https://access.redhat.com/security/cve/CVE-2026-4645"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4800",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4926",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-tempo",
"url": "https://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/distributed_tracing/distributed-tracing-platform-tempo"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_9385.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift distributed tracing platform (Tempo) 3.9.2 release",
"tracking": {
"current_release_date": "2026-05-26T14:25:35+00:00",
"generator": {
"date": "2026-05-26T14:25:35+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9385",
"initial_release_date": "2026-04-21T15:08:38+00:00",
"revision_history": [
{
"date": "2026-04-21T15:08:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-21T15:08:49+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T14:25: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 distributed tracing 3.9.3",
"product": {
"name": "Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_distributed_tracing:3.9::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift distributed tracing"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-operator-bundle@sha256%3Ad180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776674955"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel9@sha256%3A61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel9@sha256%3A0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel9@sha256%3A034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9-operator@sha256%3Aa5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel9@sha256%3A1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9@sha256%3A9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c?arch=amd64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435680"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel9@sha256%3Ac939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel9@sha256%3A81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel9@sha256%3Aa66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9-operator@sha256%3A0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel9@sha256%3A3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9@sha256%3A53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf?arch=arm64\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435680"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel9@sha256%3A9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel9@sha256%3A15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel9@sha256%3A9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9-operator@sha256%3A1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel9@sha256%3A820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9@sha256%3A55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4?arch=ppc64le\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435680"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-rhel9@sha256%3A59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435643"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-jaeger-query-rhel9@sha256%3A63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435608"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-gateway-opa-rhel9@sha256%3Ab68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435631"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9-operator@sha256%3Ac7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-query-rhel9@sha256%3Aee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"product": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"product_id": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/tempo-rhel9@sha256%3A0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987?arch=s390x\u0026repository_url=registry.redhat.io/rhosdt\u0026tag=1776435680"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3",
"product_id": "Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
},
"product_reference": "registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64",
"relates_to_product_reference": "Red Hat OpenShift distributed tracing 3.9.3"
}
]
},
"vulnerabilities": [
{
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
}
],
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2026-4645",
"discovery_date": "2026-03-23T06:02:52.120840+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `github.com/antchfx/xpath` component. A remote attacker could exploit this vulnerability by submitting crafted Boolean XPath expressions that evaluate to true. This can cause an infinite loop in the `logicalQuery.Select` function, leading to 100% CPU utilization and a Denial of Service (DoS) condition for the affected system.",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "A denial of service vulnerability was discovered in `github.com/antchfx/xpath`, with Important severity. Systems processing untrusted XPath expressions are vulnerable to an infinite loop, leading to 100% CPU utilization which would impact normal operations of the system.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4645",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4645"
}
],
"release_date": "2026-03-17T20:58:59+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "To mitigate this issue, restrict the processing of untrusted or unvalidated XPath expressions by applications which utilize the `github.com/antchfx/xpath` component. Implement input validation and sanitization for all XPath expressions originating from external or untrusted sources. If possible, configure applications to only process XPath expressions from trusted sources or disable features that allow arbitrary XPath expression evaluation.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/antchfx/xpath: xpath: Denial of Service via crafted Boolean XPath expressions"
},
{
"cve": "CVE-2026-4800",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-03-31T20:01:21.918257+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2453496"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in lodash. The fix for CVE-2021-23337 added validation for the variable option in _.template but did not apply the same validation to options.imports key names. Both paths flow into the same Function() constructor sink. Additionally, _.template uses assignInWith to merge imports, which enumerates inherited properties via for..in. If Object.prototype has been polluted by any other vector, the polluted keys are copied into the imports object and passed to Function().",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: lodash: Arbitrary code execution via untrusted input in template imports",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In the context of Red Hat Enterprise Linux, the grafana and grafana-pcp packages execute the affected JavaScript entirely client-side within the user\u0027s browser. Consequently, the attack surface is strictly restricted to the local browser environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4800"
},
{
"category": "external",
"summary": "RHBZ#2453496",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2453496"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4800",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4800"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4800"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm",
"url": "https://github.com/advisories/GHSA-35jh-r3h4-6jhm"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c",
"url": "https://github.com/lodash/lodash/commit/3469357cff396a26c363f8c1b5a91dde28ba4b1c"
}
],
"release_date": "2026-03-31T19:25:55.987000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"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:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: lodash: Arbitrary code execution via untrusted input in template imports"
},
{
"cve": "CVE-2026-4926",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-03-26T20:03:28.427630+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451867"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in path-to-regexp. A remote attacker could exploit this vulnerability by providing specially crafted input that generates a regular expression with multiple sequential optional groups. This leads to an exponential growth in the generated regular expression, causing a Denial of Service (DoS) due to excessive resource consumption.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw in `path-to-regexp` that can lead to a Denial of Service. The vulnerability occurs when specially crafted input containing multiple sequential optional groups is used to generate regular expressions, causing exponential resource consumption.\n\nThe Red Hat Advanced Cluster Security is not affected by this issue since it\u0027s shipping a `path-to-regexp` version which doesn\u0027t contain the vulnerable code.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4926"
},
{
"category": "external",
"summary": "RHBZ#2451867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4926",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4926"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4926"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
}
],
"release_date": "2026-03-26T18:59:38+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, limit the use of multiple sequential optional groups in route patterns within applications that use `path-to-regexp`. Additionally, avoid directly passing user-controlled input as route patterns to prevent the generation of maliciously crafted regular expressions.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "path-to-regexp: path-to-regexp: Denial of Service via crafted regular expressions"
},
{
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"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 distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"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-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: Incorrect enforcement of email constraints in crypto/x509"
},
{
"cve": "CVE-2026-32280",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-04-08T02:01:19.572351+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456339"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32280"
},
{
"category": "external",
"summary": "RHBZ#2456339",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456339"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32280",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32280"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"category": "external",
"summary": "https://go.dev/cl/758320",
"url": "https://go.dev/cl/758320"
},
{
"category": "external",
"summary": "https://go.dev/issue/78282",
"url": "https://go.dev/issue/78282"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4947",
"url": "https://pkg.go.dev/vuln/GO-2026-4947"
}
],
"release_date": "2026-04-08T01:06:58.595000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building"
},
{
"cve": "CVE-2026-32282",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-04-08T02:01:12.683211+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456336"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs access to the system and the required permissions to create a symbolic link. Additionally, the attacker must swap the target file with a symbolic link in the exact window after the `Root.Chmod` function checks its target but before acting. Due to these conditions, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32282"
},
{
"category": "external",
"summary": "RHBZ#2456336",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456336"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32282",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32282"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"category": "external",
"summary": "https://go.dev/cl/763761",
"url": "https://go.dev/cl/763761"
},
{
"category": "external",
"summary": "https://go.dev/issue/78293",
"url": "https://go.dev/issue/78293"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4864",
"url": "https://pkg.go.dev/vuln/GO-2026-4864"
}
],
"release_date": "2026-04-08T01:06:55.953000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root"
},
{
"cve": "CVE-2026-32285",
"cwe": {
"id": "CWE-1285",
"name": "Improper Validation of Specified Index, Position, or Offset in Input"
},
"discovery_date": "2026-03-26T20:01:54.925687+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2451846"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in github.com/buger/jsonparser. The Delete function, when processing malformed JSON input, fails to properly validate offsets. This vulnerability can lead to a negative slice index and a runtime panic, allowing a remote attacker to cause a denial of service (DoS) by providing specially crafted JSON data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32285"
},
{
"category": "external",
"summary": "RHBZ#2451846",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2451846"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32285",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32285"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32285",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32285"
},
{
"category": "external",
"summary": "https://github.com/buger/jsonparser/issues/275",
"url": "https://github.com/buger/jsonparser/issues/275"
},
{
"category": "external",
"summary": "https://github.com/golang/vulndb/issues/4514",
"url": "https://github.com/golang/vulndb/issues/4514"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4514",
"url": "https://pkg.go.dev/vuln/GO-2026-4514"
}
],
"release_date": "2026-03-26T19:40:51.837000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/buger/jsonparser: github.com/buger/jsonparser: Denial of Service via malformed JSON input"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_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 OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
},
{
"cve": "CVE-2026-33810",
"cwe": {
"id": "CWE-1289",
"name": "Improper Validation of Unsafe Equivalence in Input"
},
"discovery_date": "2026-04-08T02:01:09.100830+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2456335"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package within Go (golang). When verifying a certificate chain, excluded DNS (Domain Name System) constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) if the case of the SAN differs from the constraint. This oversight could allow an attacker to bypass certificate validation, potentially leading to the acceptance of a malicious certificate that should have been rejected. This issue specifically impacts the validation of trusted certificate chains.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33810"
},
{
"category": "external",
"summary": "RHBZ#2456335",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2456335"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33810",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33810"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"category": "external",
"summary": "https://go.dev/cl/763763",
"url": "https://go.dev/cl/763763"
},
{
"category": "external",
"summary": "https://go.dev/issue/78332",
"url": "https://go.dev/issue/78332"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU",
"url": "https://groups.google.com/g/golang-announce/c/0uYbvbPZRWU"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4866",
"url": "https://pkg.go.dev/vuln/GO-2026-4866"
}
],
"release_date": "2026-04-08T01:06:56.546000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Go crypto/x509: Certificate validation bypass due to incorrect DNS constraint application"
},
{
"cve": "CVE-2026-34986",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2026-04-06T17:01:34.639203+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2455470"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-34986"
},
{
"category": "external",
"summary": "RHBZ#2455470",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"category": "external",
"summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
"url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
},
{
"category": "external",
"summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
"url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
}
],
"release_date": "2026-04-06T16:22:45.353000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-21T15:08:38+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/latest/html/operators/administrator-tasks#olm-upgrading-operators",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9385"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:034af4f19268a6ae63aa7f49ca70f0d1c0311fd269a3bdd79f337260c89ac052_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:9012c42fbb769f3e186bb9ade5f5a044a38e0db7336648050def9fb2f0057c9e_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:a66154755c86d821035cf83c940401ddc2a8d45b395f3a36d58f5755de621e43_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-opa-rhel9@sha256:b68e6b2f84171b46ba16b1a2e1d4e4624faacc09453cf14ca68e319e9c8b7115_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:59b7e5bd9dfbf299d3fb92747eccc89a0ac546939f0496deb0cbd418b016be30_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:61eacd3b26e3d12166e61a3cabe2137fb074f245ded11e1f745bb74839f077d4_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:9f8e4d6c9e6784baf45513552e8be6487d30d93679043519958b6cc47255b613_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-gateway-rhel9@sha256:c939c718084a9f1cff2bb56f932398c58ee3968834ff31ce85c4d356423b6545_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:0205c0565948891a128ed9b6d639582b20cc50123ad22a8cbbf414d4843f2fe8_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:15db63cb743ea84e1acc3d668543233b4bd566c73dc0f033ae8b43390f324764_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:63a9b773e467978769c428a538c8d75c28bfe52e069ac17d269fb7b3c5ad7f54_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:81a49b0518d578de0f8fafdb50cc844e1f6dbf1241d7a10856b8ae810fd873af_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-operator-bundle@sha256:d180bac53d873bba131cedd40db06cd784d8dc4795d9bff85a6b33921cc1dd9c_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:1c4fa975d38a317a307967887524df0c7c3117a91452730978de55a70b41153b_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:3afa5f0d4f74e4d74a74ae9f2ed1c9cdd817473f3ae074de269af9625b77643d_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:820a6bdb3262f1350e06af22121ba6d454908ac6747fa64d768226e6ff77d982_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-query-rhel9@sha256:ee7da439cd21c32b1bc419de7e6d00b13d755a7b360dfea2ff882f9b1a25aa9d_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:0a70a38b8b349197a0bd807e226803976c23fda03683f3d63b0687b9bd45d540_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:1dec0c1cd978d3f260d99133ac942a88e255708197f5ded6594db00082357d33_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:a5befd5575eebc08f0c6ec8b928f8b5c286ebb3d2dfcdbcb0cdd696b54335299_amd64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9-operator@sha256:c7ae36b9d4c9bfb0750bdb7e9d7b897940ab5149eb670b44c1fe9b1ca7688910_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:0925a2af960b4714614d3f73a14b7a2a04de655cfcedbdd843c06ea5872d1987_s390x",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:53621f808c45a6c8aec0d2df240106a41b1f48c59bb3db648d3d20bb03cb92cf_arm64",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:55635b179e701a58643a4ffc148d75ed2d1e82a383783812484e3da9b7bedaf4_ppc64le",
"Red Hat OpenShift distributed tracing 3.9.3:registry.redhat.io/rhosdt/tempo-rhel9@sha256:9a0a8a33df8e58e391d28fae62e06378c4f3c26e4d81532d38728632698f637c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
}
]
}
RHSA-2026:9848
Vulnerability from csaf_redhat - Published: 2026-04-22 17:54 - 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.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64 | — |
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.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64 | — |
Workaround
|
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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 multicluster engine for Kubernetes 2.6 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.6 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:9848",
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-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/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"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_9848.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.6.10 security update",
"tracking": {
"current_release_date": "2026-05-26T09:20:43+00:00",
"generator": {
"date": "2026-05-26T09:20:43+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:9848",
"initial_release_date": "2026-04-22T17:54:30+00:00",
"revision_history": [
{
"date": "2026-04-22T17:54:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-22T17:54:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-26T09:20:43+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.6",
"product": {
"name": "multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776434265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775678862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776038312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776210187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Af0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775826440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ae7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ada99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775864344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776223790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776103237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aedc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776286716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Abcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ab9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776469416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Adf9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775736638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ac67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775778326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Acd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3Ab6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977184"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776434265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775678862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776038312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Af856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776210187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ab41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775826440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ac6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ac3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775864344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Aba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776223790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Aecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776103237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3Aa1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776286716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ad55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Ab6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Aaaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3Abb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776469416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Af88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775736638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Af076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775778326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Acb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Ae84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977184"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Af82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776434265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775678862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ac17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776038312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776210187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Ab5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775826440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ad26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Af33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Ac7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775864344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776223790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776103237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776286716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Ae006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776469416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Aed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775736638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Acd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ae32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775778326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977184"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3Aa7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776434265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Aed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775678862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ae05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776038312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aabdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382931"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776210187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775826440"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ae246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382976"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Adeacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776382929"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296503"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775864344"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Ad564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776223790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776103237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776286716"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950593"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775950592"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776469416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3Afb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775736638"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775691793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296534"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775778326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977212"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Acc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1776296540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Ad1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine\u0026tag=1775977184"
}
}
}
],
"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:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64 as a component of multicluster engine for Kubernetes 2.6",
"product_id": "multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.6"
}
]
},
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
},
{
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
},
{
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
},
"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-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
},
{
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_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-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
},
{
"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.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-22T17:54:30+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.11/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:9848"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:407afc190324598e778fc09d218da552a2430612bad6b50ff9f6bc824b788dfc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:437c27590382282a29dd543a69bbaed7ebd5421f73b98311c13f9e37c9ff553e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:865fcb2f6796be98004ad84f0fffcd7200690f56ccccf5a39af4c5888abb213e_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:f82ac0d043682cc16fb832d9027464ee65f314d70ce98687f45db50e16d2b250_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:0768996d28693025a487c86c72debf1fda095282412b2c33ca0f21d8d9011b8a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:5e84dda66a7735bbae425ac1a6b0e241662edb858476eb82adf72b7dff4b3916_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:9f13c6203d4ba9cde9bd8932b7e86c4a9c3396bb82235601b84f6743fb1b675f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:ed05bbaa85197e21425ed8f503f74c6717bb6f2112e9b57c9b115071777c1995_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:2ec4baacabb144497ea62482a3c0ccafb9c3794c5c89f9aebbe855d7d9829dbe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:72e64e8d1be38857af7beadc81e2f5f071f636b1d9233a70add5a1f18833ec45_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c17a0ffd9c9546016a87cdd75adbaaa742f8637a0d81975d7b76662ffe5b069d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:e05c6ff6a481e7956a58e07f10dc15470ef2af82966b2159260077bd6ba06cf7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:4bef3dab9db981249b3a1b3a556e615226b29fdc7a6593a3970921799817129f_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:901dd1ad148b84d3c1bcfa71beeaf75b836bb382bf99893f65d4629d006bcfc7_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:abdca0cc6776dba16be873853e38bc62bb9d3f1eb80f1d4bcbe7829714a019b5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:f856447bc82e37dc4da78639ff08bc1f4b4c4e0d75c3d1eeec81e3807c65ad7e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:345d589cb55ccb8afb080f04054ebc30f0cf6383742ce750f4f5656e14f4db35_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:5557594c1ac0b047fea659868fdf71b8f16e0548abe8f41bf58ce80924701a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:8e08974a6dc10be9cb7d7a07527e8960cd93b76506355ce900e2e691208d1047_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:9d501eb84c2b7f9f860c5bb08d9adcc599e42ed0c3a0e24af3c32b686f005182_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:8690fcbd38eeec0cde0edc5c2e46683837d6247ce657c495fc791a0bb13c0450_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b41036dc59ecfd530609349da9b73dec177184662aaf69bac35e67d245815d2a_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:b5a7706fc69c7e1b3ad3ff03c5b0e46b44cd93ce332a74acd43da8c86b6b7163_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:f0f363dc51f50bf822bff6b5f9072299c2404d8df1891243ae3ad6ba90c95f0a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:212c9c73fd1050e3f202703e7c5c5a466d1931d918e3f730d2c56bb2629337e2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:c6b10fd7009685d032e8c914cce4a1b2630ab99f2262fddd6dd32c048224e535_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d26e9fe1bf09eb1c025e28c795debabe0dda6a3f0fa112a6507b8862489de361_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:e246eb1fb572fe7ad7058afd783020e77dd61699a5ffd290000e80baa6bc0454_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:c3754441d1af76c226983b48c57b537856da6cc21272008c05dfbb8e860d25f6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:deacb2138fe3d8a8d9ddebbbc257b4ea5be376c26df0e46a276c631752ca8a16_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:e7f321893f0f76fcf0e83225502e1367752c24c449a44810ccbed08ee3af3efb_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:f33966f40e46d3815d0a8859b4fa802e48931ba8f95957c31c9d728f6ae42340_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:4b4a1fda57434c75499094003457759ec6d530ec8fcfc08c8e0c86fb6f33c68f_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:93eb3a376b3d3a878d104d8af966b8deaed7b26ceaf16bf337d70687e0e5fa17_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:c7f96198522ecf44c19fe190d603d94387b3a522e3210826c6c08c0999aabc56_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:da99e0676f28200a08e4996adb0d107713fd11f747df5abb8b58fbc95bcab827_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:43f0b3b75610ab9d19d261854e390dc01bf64777cce43a1076375b1580452908_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:583bf219ded8c4f21a696daa081720f3eb81c3676e0182fd246e6d4f1d3fb2f7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:76a5e7db276463588b6a98c27fb8a24a8f85b73eef2fd4742b72690fa92decc3_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8efc263d78912f66ee98a3717a8cefdeb6e6b87bd8f3788d4f3712d9000d031c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:32a81668f5cac70ec36ffc3caa97a4239d1840004afc8df2418e79bbbbf7c88d_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:394ac878a493ffd61692942614165e69acbdaaa37b1f9a460996dc52d8586b82_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:ba480c9b472e0746645bcebdd6ed5559b611d410d521637a9e7092ee925af91d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:d564b6f6d156280a08c0f3585673a11c4a72acc74626b5780bb39b7141170a19_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:27bb82aa0a0d0506fa45908892e379e4bf8190ee9512483c7d7b6a001eb37c09_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:4e8e3b7a8a317dda2ec47a53110467177015d9cec39ee64b819a133048ee06f2_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:9df56b21394d9b17bf70d49a367c004c4f76111bbcd0ae2046871631a914a5a4_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:ecc19a7bbdce3c0328fff1da64ae4f3959c9d0a67400cea11744bc5d336853ee_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:1f68b9c88d343654c87334fbc3b5c42338406b727da3c6bbf3b14fbef236b93a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:2eb31f9a7694f4b8690e168c0d8fcd0da42642ca87508e5199e4310fc56ea232_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:a1a514fcf09eda92d948a4375a599fcd45189a36a8748a2cf499a0fd12a7cb52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:edc942a663b791725f358fcef40fe2de8ad55f8f81d7ac2ff239ccefbb24ea3c_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:221cce833cfe679a7ed2674f39ed6aae065939119702188811507cf7b672996c_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:bcb17131e9d74ac42ddcb1baf13c2697a72c07dd386b871032c34144be5d9647_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:d55c640d3df3705e8a861e7034f450d1c7bb5726251ba0384fd28b40bb178595_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:e006a8a7d0dc166885ba2a5f573128938ee6d56c882a71b68845b97e483d6e32_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5c4384e6f2589dedfbb0942b40187a93581b07a724ec2a84189af4f617e9416b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5f68fd93ae28391c01fe0a44829f12494544b59c330a2902a6edaad45c7b02b3_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b6f4af9508e1a5a312c274aa19fa280970d462e16857394d843c53358ee318c2_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:b9d178326c5f78df593cad595dd3b8a1329187d9f8d021201df726206b70bc49_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2d23f9d25ffe94fbb9e794a61690cf08ac2888b053efc194c9abdcdeaea8fee5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:3fbf4c46f032eb961dc7f519f38cd93e49839ac94761e6f43de0e648d75c241a_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:4196cd9623f2102f364c0662c6c6092efb19b2dba7bb60d0b156a12dccef9949_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:aaade5f90a49e8b49ccb8cc1fd74485ba78a37cab222676e2495500e95a911e6_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:07eaddc3666472876e1470d7d5bc49f28bce4176efbed07214d1284a785bc1de_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:0afadb8cc20a5a4a55a9762159ccd08de9c79abd5cd915f620eaedcae97e1dda_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:79cb2e32b2711d9986e53977c8757b2564ae3dc2cb82076adae43aeb61bc1499_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:bb24ce270fa3812316ec61cc7b5bf138ed54608e326d5ee783e040ca04b30c6e_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:df9600893f99f149e15fb4a0295ed978d0cc35141a67a3a9824d339a5e13e08f_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:ed9963c1c0f2535aa753ecf341ab45890c838c49719b189fa1149ce5a36f244c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:f88156d91c826636ffbff092da3733a06f49f210d3f45c20b3d145b8033d3a14_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:fb23549a45050af95855906f65732389237ed6e907974600ee5f02fda696c7a7_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:08236bbe9754e0d9e8e11c1486fe81134ed8cb392f8157a9267e22823662fe83_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:3ef0376735304b9a8d46648aacc84adffbe3424d2ad790cbfd3a10888d60b54d_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6ae974b35acc19fad0a42f0452bdb13d4d736ed59e3c9ce1ff448456f8f8cf3b_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:cd44c903b5ce3fc9f9c93be883f2a5c6106d1d86ad5a3596f8cb1ccb8ddc316c_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:48408e0a5ec56b32fb9cfddf696c91b3fa1890679643959f3b12ddf746ddfe40_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6ebdb26020f475f5a9066777ea8aeb0bc6a99f93db9a7e6d1e0a6272528ce8e7_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:c67a2dc59ec90f77f8de8e72d4130f181e0ced37aba0a2b71d438e9221fd53fe_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:f076915d0170bd2a3ae4552c9a2199dcab7016f0fe4f9e6d027a474a81dffa44_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:08b253bbac766546380de11c4eb330ab1da4cf45bace66296d6ce71a46052ccc_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3ed63b7040f9f2e43f3034c0b1ecd3479b6fb1e9cb45f34b65c6ba2cc0fdc6e1_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:491acfe31e1ded0bd8b5e6d4ce5115a5e1ef4b0ea5165635abcb21055a3c9f41_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:e32f3082cbed11fd6e5f1f65b58d9e2ab52df3298ecc63ce32dea78fdf36150e_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:071caf0cee1f904aaf5747b5c894f8e68e273c76b045e2e46f3fdc747fde0b52_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:222fb4df168138dfe036cba15b0592b8d85aeb0a3907cbbcb80caa148ebd5e75_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:76e5532fdd70e237898a03f7ab0304d44684ac4d78930c04140558b780e44284_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:a7d81f1ca5781bad0fdf032192994d7aebb438b67370526b7aaf24de26ea2a4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:0389924d0daecd14270a2c80cf761400b2683b5d1f191ac63e09eddc33b6f459_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:54ec16d78dafc319cdd51ef6c7328ec9b6ad7fdf9cac5e4e47c1f510ad2a132a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c81477e75d355483f39b88ddfdd30b8ea6982a45aeb3cdc178b53f6e9198334_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:969cc2b05bb0fe1b00cfa728b6b0a741bf21e81aecae04aba1e0bbdd1921faa5_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:55abc89b8554cc3e314cf9f7f998101a931c3cf9b3b21e0f0cdbe26d5aba1be6_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:855c5cd1036f4a3c38f35f6d781e3f31941c91d61b699f4b714cda909b81bf70_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cb3f786b682cc31995858194dec9dfdc1ac43f6a0ceb609364bbc07c732895e9_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:cc8fc81d0fb612703581e0df2f9b4262aae0d1f1af29a5facdf9dac567b95510_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:2b24bab2c9db586e3de204607f606c1577ab35ef78ce9cb154b08d56a3cb70d3_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:65ee7dbee80ad40347972f9a42cb18cde25554211afbb6f0e2c1aca3405e11f2_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9ce62c421421c1c2739b1e79f010539134123583ebaef7274549ba49e1c0010a_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:9e7310305572d3bcbfca6bff55daa43a01039cc6384149b573c696335048e5a5_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:3764ca1ef9ed913896c0449b271706748517cf96e67d88ad491e225fcb0eb549_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:cd74d39b219e499f077516f6c229cddff21cd480d4ef33033d644bdbfb0b3682_amd64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:d1b6093f101ae7e4956aad52d4de99c68472f86de3094c98fc4f290926a99f4a_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:e84d9e60025112bcc466c1ab0c8b82dccafc34b85266f5650ff6c4fbdd9ad6c5_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:068f2fd00a2709d041c1eb2aab64ac4741a7a4b27475a722571a450ab496b655_ppc64le",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:2c8f4c88f1ac9cd64359e990530e27ad8c3ff590e17aca5a072ef0ec674f380d_arm64",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:817d332d90af406985a0611de4a171f7478d39f0afa1a6aafb7cf5eb7616ca78_s390x",
"multicluster engine for Kubernetes 2.6:registry.redhat.io/multicluster-engine/work-rhel9@sha256:b6b5e9e343849e851770dcdbf287b63de1a0cb8cec21cee9be2ef4fdcca445e3_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
}
]
}
SUSE-SU-2026:0218-1
Vulnerability from csaf_suse - Published: 2026-01-22 12:12 - Updated: 2026-01-22 12:12| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.25",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.25 fixes the following issues:\n\nUpdate to go1.25.6 (released 2026-01-15) (bsc#1244485)\n\nSecurity fixes:\n\n - CVE-2025-61730: crypto/tls: handshake messages may be processed at the incorrect encryption level (bsc#1256821).\n - CVE-2025-68119: cmd/go: unexpected code execution when invoking toolchain (bsc#1256820).\n - CVE-2025-61731: cmd/go: bypass of flag sanitization can lead to arbitrary code execution (bsc#1256819).\n - CVE-2025-61726: net/http: memory exhaustion in Request.ParseForm (bsc#1256817).\n - CVE-2025-61728: archive/zip: denial of service when parsing arbitrary ZIP archives (bsc#1256816).\n - CVE-2025-68121: crypto/tls: Config.Clone copies automatically generated session ticket keys, session resumption does not account for the expiration of full certificate chain (bsc#1256818).\n\nOther fixes:\n\n * go#76392 os: package initialization hangs is Stdin is blocked\n * go#76409 crypto/tls: earlyTrafficSecret should use ClientHelloInner if ECH enabled\n * go#76620 os: on Unix, Readdirnames skips directory entries with zero inodes\n * go#76761 runtime: stack split at bad time in os/signal with Go 1.25.4 windows 386\n * go#76776 runtime: race detector crash on ppc64le\n * go#76967 cmd/compile/internal/ssa: Compile.func1(): panic during sccp while compiling \u0026lt;function\u0026gt;: runtime error: index out of range\n * go#76973 errors: errors.Join behavior changed in 1.25\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2026-218,SUSE-SLE-Module-Development-Tools-15-SP7-2026-218,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2026-218,SUSE-SLE-Product-HPC-15-SP4-LTSS-2026-218,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-218,SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-218,SUSE-SLE-Product-SLES-15-SP4-LTSS-2026-218,SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-218,SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-218,SUSE-SLE-Product-SLES_SAP-15-SP4-2026-218,SUSE-SLE-Product-SLES_SAP-15-SP5-2026-218,SUSE-SLE-Product-SLES_SAP-15-SP6-2026-218,openSUSE-SLE-15.6-2026-218",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2026_0218-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2026:0218-1",
"url": "https://www.suse.com/support/update/announcement/2026/suse-su-20260218-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2026:0218-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2026-January/023867.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244485",
"url": "https://bugzilla.suse.com/1244485"
},
{
"category": "self",
"summary": "SUSE Bug 1256816",
"url": "https://bugzilla.suse.com/1256816"
},
{
"category": "self",
"summary": "SUSE Bug 1256817",
"url": "https://bugzilla.suse.com/1256817"
},
{
"category": "self",
"summary": "SUSE Bug 1256818",
"url": "https://bugzilla.suse.com/1256818"
},
{
"category": "self",
"summary": "SUSE Bug 1256819",
"url": "https://bugzilla.suse.com/1256819"
},
{
"category": "self",
"summary": "SUSE Bug 1256820",
"url": "https://bugzilla.suse.com/1256820"
},
{
"category": "self",
"summary": "SUSE Bug 1256821",
"url": "https://bugzilla.suse.com/1256821"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61726 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61726/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61728 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61728/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61730 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61730/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-61731 page",
"url": "https://www.suse.com/security/cve/CVE-2025-61731/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68119 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68119/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-68121 page",
"url": "https://www.suse.com/security/cve/CVE-2025-68121/"
}
],
"title": "Security update for go1.25",
"tracking": {
"current_release_date": "2026-01-22T12:12:47Z",
"generator": {
"date": "2026-01-22T12:12:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2026:0218-1",
"initial_release_date": "2026-01-22T12:12:47Z",
"revision_history": [
{
"date": "2026-01-22T12:12:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.6-150000.1.26.1.aarch64",
"product": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64",
"product_id": "go1.25-1.25.6-150000.1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"product": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"product_id": "go1.25-doc-1.25.6-150000.1.26.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"product": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"product_id": "go1.25-race-1.25.6-150000.1.26.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.6-150000.1.26.1.i586",
"product": {
"name": "go1.25-1.25.6-150000.1.26.1.i586",
"product_id": "go1.25-1.25.6-150000.1.26.1.i586"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.6-150000.1.26.1.i586",
"product": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.i586",
"product_id": "go1.25-doc-1.25.6-150000.1.26.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"product": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"product_id": "go1.25-1.25.6-150000.1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"product": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"product_id": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"product": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"product_id": "go1.25-race-1.25.6-150000.1.26.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.6-150000.1.26.1.s390x",
"product": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x",
"product_id": "go1.25-1.25.6-150000.1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"product": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"product_id": "go1.25-doc-1.25.6-150000.1.26.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"product": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"product_id": "go1.25-race-1.25.6-150000.1.26.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.25-1.25.6-150000.1.26.1.x86_64",
"product": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64",
"product_id": "go1.25-1.25.6-150000.1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"product": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"product_id": "go1.25-doc-1.25.6-150000.1.26.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"product": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"product_id": "go1.25-race-1.25.6-150000.1.26.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP6-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP6-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-1.25.6-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-doc-1.25.6-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.25-race-1.25.6-150000.1.26.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
},
"product_reference": "go1.25-race-1.25.6-150000.1.26.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61726"
}
],
"notes": [
{
"category": "general",
"text": "The net/url package does not set a limit on the number of query parameters in a query. While the maximum size of query parameters in URLs is generally limited by the maximum request header size, the net/http.Request.ParseForm method can parse large URL-encoded forms. Parsing a large form containing many unique query parameters can cause excessive memory consumption.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61726",
"url": "https://www.suse.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "SUSE Bug 1256817 for CVE-2025-61726",
"url": "https://bugzilla.suse.com/1256817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-61726"
},
{
"cve": "CVE-2025-61728",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61728"
}
],
"notes": [
{
"category": "general",
"text": "archive/zip uses a super-linear file name indexing algorithm that is invoked the first time a file in an archive is opened. This can lead to a denial of service when consuming a maliciously constructed ZIP archive.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61728",
"url": "https://www.suse.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "SUSE Bug 1256816 for CVE-2025-61728",
"url": "https://bugzilla.suse.com/1256816"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-61728"
},
{
"cve": "CVE-2025-61730",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61730"
}
],
"notes": [
{
"category": "general",
"text": "During the TLS 1.3 handshake if multiple messages are sent in records that span encryption level boundaries (for instance the Client Hello and Encrypted Extensions messages), the subsequent messages may be processed before the encryption level changes. This can cause some minor information disclosure if a network-local attacker can inject messages during the handshake.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61730",
"url": "https://www.suse.com/security/cve/CVE-2025-61730"
},
{
"category": "external",
"summary": "SUSE Bug 1256821 for CVE-2025-61730",
"url": "https://bugzilla.suse.com/1256821"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "moderate"
}
],
"title": "CVE-2025-61730"
},
{
"cve": "CVE-2025-61731",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-61731"
}
],
"notes": [
{
"category": "general",
"text": "Building a malicious file with cmd/go can cause can cause a write to an attacker-controlled file with partial control of the file content. The \"#cgo pkg-config:\" directive in a Go source file provides command-line arguments to provide to the Go pkg-config command. An attacker can provide a \"--log-file\" argument to this directive, causing pkg-config to write to an attacker-controlled location.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-61731",
"url": "https://www.suse.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "SUSE Bug 1256819 for CVE-2025-61731",
"url": "https://bugzilla.suse.com/1256819"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "important"
}
],
"title": "CVE-2025-61731"
},
{
"cve": "CVE-2025-68119",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68119"
}
],
"notes": [
{
"category": "general",
"text": "Downloading and building modules with malicious version strings can cause local code execution. On systems with Mercurial (hg) installed, downloading modules from non-standard sources (e.g., custom domains) can cause unexpected code execution due to how external VCS commands are constructed. This issue can also be triggered by providing a malicious version string to the toolchain. On systems with Git installed, downloading and building modules with malicious version strings can allow an attacker to write to arbitrary files on the filesystem. This can only be triggered by explicitly providing the malicious version strings to the toolchain and does not affect usage of @latest or bare module paths.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68119",
"url": "https://www.suse.com/security/cve/CVE-2025-68119"
},
{
"category": "external",
"summary": "SUSE Bug 1256820 for CVE-2025-68119",
"url": "https://bugzilla.suse.com/1256820"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "important"
}
],
"title": "CVE-2025-68119"
},
{
"cve": "CVE-2025-68121",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-68121"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-68121",
"url": "https://www.suse.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "SUSE Bug 1256818 for CVE-2025-68121",
"url": "https://bugzilla.suse.com/1256818"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.4,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP7:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.s390x",
"SUSE Linux Enterprise Server 15 SP6-LTSS:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP6:go1.25-race-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-doc-1.25.6-150000.1.26.1.x86_64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.aarch64",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.ppc64le",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.s390x",
"openSUSE Leap 15.6:go1.25-race-1.25.6-150000.1.26.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-01-22T12:12:47Z",
"details": "important"
}
],
"title": "CVE-2025-68121"
}
]
}
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.