Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45336 (GCVE-0-2024-45336)
Vulnerability from cvelistv5 – Published: 2025-01-28 01:03 – Updated: 2025-09-18 18:41- CWE-201 - Insertion of Sensitive Information Into Sent Data
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | net/http |
Affected:
0 , < 1.22.11
(semver)
Affected: 1.23.0-0 , < 1.23.5 (semver) Affected: 1.24.0-0 , < 1.24.0-rc.2 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45336",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-01-28T14:56:59.058895Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-01-28T15:16:38.044Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-02-21T18:03:31.299Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "https://security.netapp.com/advisory/ntap-20250221-0003/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "net/http",
"product": "net/http",
"programRoutines": [
{
"name": "Client.do"
},
{
"name": "Client.makeHeadersCopier"
},
{
"name": "shouldCopyHeaderOnRedirect"
},
{
"name": "Client.Do"
},
{
"name": "Client.Get"
},
{
"name": "Client.Head"
},
{
"name": "Client.Post"
},
{
"name": "Client.PostForm"
},
{
"name": "Get"
},
{
"name": "Head"
},
{
"name": "Post"
},
{
"name": "PostForm"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.22.11",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.23.5",
"status": "affected",
"version": "1.23.0-0",
"versionType": "semver"
},
{
"lessThan": "1.24.0-rc.2",
"status": "affected",
"version": "1.24.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Kyle Seely"
}
],
"descriptions": [
{
"lang": "en",
"value": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-201: Insertion of Sensitive Information Into Sent Data",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-09-18T18:41:11.116Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/643100"
},
{
"url": "https://go.dev/issue/70530"
},
{
"url": "https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ"
},
{
"url": "https://groups.google.com/g/golang-dev/c/bG8cv1muIBM/m/G461hA6lCgAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-3420"
}
],
"title": "Sensitive headers incorrectly sent after cross-domain redirect in net/http"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45336",
"datePublished": "2025-01-28T01:03:24.869Z",
"dateReserved": "2024-08-27T19:41:58.555Z",
"dateUpdated": "2025-09-18T18:41:11.116Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45336",
"date": "2026-08-14",
"epss": "0.00658",
"percentile": "0.48394"
},
"microsoft_vex": {
"current_release_date": "2026-03-26T01:36:04.000Z",
"cve": "CVE-2024-45336",
"id": "msrc_CVE-2024-45336",
"initial_release_date": "2025-01-02T00:00:00.000Z",
"product_status:fixed": "7",
"product_status:known_affected": "16",
"product_status:known_not_affected": "8",
"source": "Microsoft CSAF VEX",
"status": "final",
"title": "Sensitive headers incorrectly sent after cross-domain redirect in net/http",
"url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2024-45336.json",
"version": "5"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45336\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-01-28T02:15:28.807\",\"lastModified\":\"2026-06-17T07:54:03.217\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.\"},{\"lang\":\"es\",\"value\":\"El cliente HTTP descarta los encabezados confidenciales despu\u00e9s de seguir una redirecci\u00f3n entre dominios. Por ejemplo, una solicitud a a.com/ que contiene un encabezado de autorizaci\u00f3n que se redirige a b.com/ no enviar\u00e1 ese encabezado a b.com. Sin embargo, en el caso de que el cliente reciba una redirecci\u00f3n posterior al mismo dominio, los encabezados confidenciales se restaurar\u00e1n. Por ejemplo, una cadena de redirecciones desde a.com/, a b.com/1 y, finalmente, a b.com/2 enviar\u00eda incorrectamente el encabezado de autorizaci\u00f3n a b.com/2.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"Go standard library\",\"product\":\"net/http\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"net/http\",\"programRoutines\":[{\"name\":\"Client.do\"},{\"name\":\"Client.makeHeadersCopier\"},{\"name\":\"shouldCopyHeaderOnRedirect\"},{\"name\":\"Client.Do\"},{\"name\":\"Client.Get\"},{\"name\":\"Client.Head\"},{\"name\":\"Client.Post\"},{\"name\":\"Client.PostForm\"},{\"name\":\"Get\"},{\"name\":\"Head\"},{\"name\":\"Post\"},{\"name\":\"PostForm\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"1.22.11\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.23.0-0\",\"lessThan\":\"1.23.5\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.24.0-0\",\"lessThan\":\"1.24.0-rc.2\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\",\"baseScore\":6.1,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":2.7}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2025-01-28T14:56:59.058895Z\",\"id\":\"CVE-2024-45336\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"references\":[{\"url\":\"https://go.dev/cl/643100\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70530\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-dev/c/bG8cv1muIBM/m/G461hA6lCgAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-3420\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250221-0003/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Moderate",
"current_release_date": "2026-08-14T16:18:06+00:00",
"cve": "CVE-2024-45336",
"id": "CVE-2024-45336",
"initial_release_date": "2024-01-01T00:00:00+00:00",
"product_status:fixed": "345",
"product_status:known_affected": "520",
"product_status:known_not_affected": "563",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-45336.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "moderate",
"current_release_date": "2026-06-22T00:49:11Z",
"cve": "CVE-2024-45336",
"id": "CVE-2024-45336",
"initial_release_date": "2025-01-20T03:52:44Z",
"product_status:known_affected": "21",
"product_status:known_not_affected": "67",
"product_status:recommended": "353",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-45336",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-45336.json",
"version": "40"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://security.netapp.com/advisory/ntap-20250221-0003/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-02-21T18:03:31.299Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45336\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-01-28T14:56:59.058895Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-01-28T14:47:08.108Z\"}}], \"cna\": {\"title\": \"Sensitive headers incorrectly sent after cross-domain redirect in net/http\", \"credits\": [{\"lang\": \"en\", \"value\": \"Kyle Seely\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"net/http\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.22.11\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.23.0-0\", \"lessThan\": \"1.23.5\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.24.0-0\", \"lessThan\": \"1.24.0-rc.2\", \"versionType\": \"semver\"}], \"packageName\": \"net/http\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Client.do\"}, {\"name\": \"Client.makeHeadersCopier\"}, {\"name\": \"shouldCopyHeaderOnRedirect\"}, {\"name\": \"Client.Do\"}, {\"name\": \"Client.Get\"}, {\"name\": \"Client.Head\"}, {\"name\": \"Client.Post\"}, {\"name\": \"Client.PostForm\"}, {\"name\": \"Get\"}, {\"name\": \"Head\"}, {\"name\": \"Post\"}, {\"name\": \"PostForm\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/643100\"}, {\"url\": \"https://go.dev/issue/70530\"}, {\"url\": \"https://groups.google.com/g/golang-dev/c/CAWXhan3Jww/m/bk9LAa-lCgAJ\"}, {\"url\": \"https://groups.google.com/g/golang-dev/c/bG8cv1muIBM/m/G461hA6lCgAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-3420\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-201: Insertion of Sensitive Information Into Sent Data\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-09-18T18:41:11.116Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45336\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-09-18T18:41:11.116Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-01-28T01:03:24.869Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:4810
Vulnerability from csaf_redhat - Published: 2025-05-12 15:04 - Updated: 2026-08-14 18:01A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
|
A vulnerability was found in Quic-Go where an attacker can inject malicious data into network packets, potentially allowing them to cause harm. The issue arises from a configuration option used by some affected versions of the code that sends out information about packet size limitations. As a result, when Quic-Go attempts to send a packet larger than it claims to be able to handle, the operating system will reject it due to a "message too large" error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, ".")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 | — |
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": "Submariner 0.18 packages that fix various bugs and add various enhancements that are now available for Red Hat Advanced Cluster Management for Kubernetes version 2.11.\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 links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Submariner enables direct networking between pods and services on different Kubernetes clusters that are either on-premises or in the cloud.\n\nFor more information about Submariner, see the Submariner open source community website at: https://submariner.io/.\n\nThis advisory contains bug fixes and enhancements to the Submariner container images.\n\nSecurity fix(es):\n\n* quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux (CVE-2024-53259)\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n* crypto/internal/nistec: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n* golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2 (CVE-2025-22868)\n* golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing (CVE-2025-30204)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:4810",
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2329991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_4810.json"
}
],
"title": "Red Hat Security Advisory: RHSA: Submariner 0.18.5 - bug and security update",
"tracking": {
"current_release_date": "2026-08-14T18:01:11+00:00",
"generator": {
"date": "2026-08-14T18:01:11+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:4810",
"initial_release_date": "2025-05-12T15:04:37+00:00",
"revision_history": [
{
"date": "2025-05-12T15:04:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-12T15:04:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T18:01:11+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product": {
"name": "Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:acm:2.11::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat ACM"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product_id": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product_id": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product_id": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15?arch=s390x\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product_id": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product_id": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product_id": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa?arch=ppc64le\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product_id": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product_id": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product_id": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da?arch=arm64\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product_id": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-agent-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product_id": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/lighthouse-coredns-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product": {
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product_id": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/nettest-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product": {
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product_id": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/subctl-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product_id": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-gateway-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product_id": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-globalnet-rhel9\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product": {
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product_id": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-operator-bundle\u0026tag=v0.18.5-4"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product": {
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product_id": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-rhel9-operator\u0026tag=v0.18.5-3"
}
}
},
{
"category": "product_version",
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product_id": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380?arch=amd64\u0026repository_url=registry.redhat.io/rhacm2/submariner-route-agent-rhel9\u0026tag=v0.18.5-3"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64"
},
"product_reference": "rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le"
},
"product_reference": "rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x"
},
"product_reference": "rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64"
},
"product_reference": "rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64"
},
"product_reference": "rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le"
},
"product_reference": "rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x"
},
"product_reference": "rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le"
},
"product_reference": "rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"relates_to_product_reference": "9Base-RHACM-2.11"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11 for RHEL 9",
"product_id": "9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
},
"product_reference": "rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64",
"relates_to_product_reference": "9Base-RHACM-2.11"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2024-53259",
"cwe": {
"id": "CWE-345",
"name": "Insufficient Verification of Data Authenticity"
},
"discovery_date": "2024-12-02T17:01:10.568793+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329991"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Quic-Go where an attacker can inject malicious data into network packets, potentially allowing them to cause harm. The issue arises from a configuration option used by some affected versions of the code that sends out information about packet size limitations. As a result, when Quic-Go attempts to send a packet larger than it claims to be able to handle, the operating system will reject it due to a \"message too large\" error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux",
"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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53259"
},
{
"category": "external",
"summary": "RHBZ#2329991",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329991"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53259",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53259"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53259"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50",
"url": "https://github.com/quic-go/quic-go/commit/ca31dd355cbe5fc6c5807992d9d1149c66c96a50"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/pull/4729",
"url": "https://github.com/quic-go/quic-go/pull/4729"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2",
"url": "https://github.com/quic-go/quic-go/releases/tag/v0.48.2"
},
{
"category": "external",
"summary": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr",
"url": "https://github.com/quic-go/quic-go/security/advisories/GHSA-px8v-pp82-rcvr"
}
],
"release_date": "2024-12-02T16:12:40.605000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "workaround",
"details": "Use iptables to drop ICMP unreachable packets.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "quic-go: quic-go affected by an ICMP Packet Too Large Injection Attack on Linux"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
},
{
"acknowledgments": [
{
"names": [
"jub0bs"
]
}
],
"cve": "CVE-2025-22868",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2025-02-26T04:00:44.350024+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2348366"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `golang.org/x/oauth2/jws` package in the token parsing component. This vulnerability is made possible because of the use of `strings.Split(token, \".\")` to split JWT tokens, which can lead to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this functionality by sending numerous malformed tokens and can trigger memory exhaustion and a Denial of Service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws",
"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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22868"
},
{
"category": "external",
"summary": "RHBZ#2348366",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348366"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22868"
},
{
"category": "external",
"summary": "https://go.dev/cl/652155",
"url": "https://go.dev/cl/652155"
},
{
"category": "external",
"summary": "https://go.dev/issue/71490",
"url": "https://go.dev/issue/71490"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3488",
"url": "https://pkg.go.dev/vuln/GO-2025-3488"
}
],
"release_date": "2025-02-26T03:07:49.012000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, it is recommended to pre-validate any payloads passed to `go-jose` to check that they do not contain an excessive amount of `.` characters.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws"
},
{
"cve": "CVE-2025-30204",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-03-21T22:00:43.818367+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2354195"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the golang-jwt implementation of JSON Web Tokens (JWT). In affected versions, a malicious request with specially crafted Authorization header data may trigger an excessive consumption of resources on the host system. This issue can cause significant performance degradation or an application crash, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-30204"
},
{
"category": "external",
"summary": "RHBZ#2354195",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2354195"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30204"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3",
"url": "https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"
},
{
"category": "external",
"summary": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp",
"url": "https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3553",
"url": "https://pkg.go.dev/vuln/GO-2025-3553"
}
],
"release_date": "2025-03-21T21:42:01.382000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-12T15:04:37+00:00",
"details": "To learn more about Submariner, see https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/networking/networking#submariner.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:4810"
},
{
"category": "workaround",
"details": "Red Hat Product Security does not have a recommended mitigation at this time.",
"product_ids": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_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": [
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:389bf258c46a2fc3bd38d2d27eaca11ffd8148d477ab851af59643b4d1f32d80_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:81a4e35a991045c573f3ee5e684390617c289f9f4e0fbbf78a7e55441ebcfffa_ppc64le",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:83336a9d35b707e9a91868916882e008156f3633f23349fd52e1f26e381224ec_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-agent-rhel9@sha256:cb5f236b34ebb961bbb459aade268cb75659092cdfb3e112990c8c19f6456f20_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:2ed5bbd3796d6eba8f287d12b7c5f71a4d5e720b68bf0f2f24e3076c66452070_s390x",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:76961e9f6469568b405698446d3637e7e292797b27246803061024b4750d5fa7_arm64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:7e79eb64d94b0acd167292f2a2c9a2a031661962b72d03dae9352a0eea40565f_amd64",
"9Base-RHACM-2.11:rhacm2/lighthouse-coredns-rhel9@sha256:aca3e04ec4d68baadb49ee2a7f08855f6ef723b020555e8fb098ceedf81e97df_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:130ffbe938cc136c9f112b2fdb0c6dd6f3712e46e39a7f9c6ce06d45f89ceee4_amd64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:2f9da5aaeafa4c6f21b81e34afd141694f09346567c0424d9ee6d9f7f3be5e1f_ppc64le",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:3fbf280a51d788d1e861aa72231bc63142aab2db08e2d358b68f10af1926d76d_arm64",
"9Base-RHACM-2.11:rhacm2/nettest-rhel9@sha256:febf756fb1e4b5d794dfc65be682a84bfae872cbcf897f46b3dd45061d1fd4f1_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:02ca4183da204f63a74c592e51c5515afddd3a995b7016689ab84e3cca35eee7_s390x",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:085ae9ff5dfa4e3f1d961d019d28c6e7a99abff4e3c185852c6547cd17f81136_arm64",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:276b6bfc9a9fd9fbe04bf6f57c8f07eb66f43ab587acdd351d519b503b6e4aa1_ppc64le",
"9Base-RHACM-2.11:rhacm2/subctl-rhel9@sha256:3b2bd11ed4fa07acd850b31e58e44576fc18a15f051d0ab87bfeca27429d00fb_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:1736510c77d31f44c41a6296247c23ed6233edd24d34e0bce154294491f4be3d_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:a049449a67ee5c9d4fee19b7dafc087f3647438a8ebfc94afd13409817f7ae11_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:cd0ef43fabb276b20e4984c0b0872a71e2895ce0c10c5cc02648237297429884_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-gateway-rhel9@sha256:d1c68df738f63ecdedcfa31105bd542b70652bbc5e380d371fbfd2f2b07147f5_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:288dde5c26721a63b3d7db538f9f13e0672fdc01d7d2d0d28ba8495ddc855f26_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:68d4c8d48073e15519ea25ea149f13cbfeb4513ca2cfc115108195d30847ee54_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8ae3f309e90f4e96fa43cb402604c3a592befe53278194645b3161425d385b95_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-globalnet-rhel9@sha256:8d74068d66452a5670ee261bd750965a2e866a85fb6910cad3da73caa4fa3db7_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:4026f2e4eb01326b964fc9af1d29fa0d1492847c3434d6c0b78c354e1046768c_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:7a23eb13e0197b73cf2bb105a8ea038ae9c21904789c489ac56f54dea6b3ed95_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:b7ea8fedc18e390e971994a9759542d543c09699eb382d5fe982cb1e8ee5b285_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-operator-bundle@sha256:d0f3266a59134031aab23284ea1154d6dcac84f49b7f8645d73c9b889126debb_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:1166829081e0697db0ff7b348e9b96cbe63a9382d7534e6ab093527e91b87fe2_amd64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:43e7870f68c3fd5f7e14188cc0395a27863a4c8bdc01ac9d92c3c3dc54974aeb_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:846d8be26dd856197b1772a3f6c1cf6ee205c9c2e79ba3ccda1f473cdc9853ca_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-rhel9-operator@sha256:9d3dfd05f7eea812e4e6cfb0fb69c3c6b869dd372af4eaa24c7c794c8a896a04_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:733030d58413e7341c89e0d501c0fc7b2be8d5063c635560a5af62afe1120b15_s390x",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:89d65541a21a7d44bef87539762ea6c28d8768c6bc0292bb5956d801d57943fa_ppc64le",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:bae84a09c4cf3b5160d737f05c4dc552827ed0f4b1cbdce56719a10cf57395da_arm64",
"9Base-RHACM-2.11:rhacm2/submariner-route-agent-rhel9@sha256:f5b723ae4deed730a1def563565cc0bb0a04e8fa59d2417aa974f8ef473f1380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-jwt/jwt: jwt-go allows excessive memory allocation during header parsing"
}
]
}
RHSA-2025:7326
Vulnerability from csaf_redhat - Published: 2025-05-13 08:44 - Updated: 2026-08-14 16:18A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for rhc is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "rhc is a client tool and daemon that connects the system to Red Hat hosted services enabling system and subscription management.\n\nSecurity Fix(es):\n\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n\n* crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7326",
"url": "https://access.redhat.com/errata/RHSA-2025:7326"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index",
"url": "https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/9.6_release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "RHEL-53958",
"url": "https://issues.redhat.com/browse/RHEL-53958"
},
{
"category": "external",
"summary": "RHEL-59506",
"url": "https://issues.redhat.com/browse/RHEL-59506"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7326.json"
}
],
"title": "Red Hat Security Advisory: rhc security update",
"tracking": {
"current_release_date": "2026-08-14T16:18:58+00:00",
"generator": {
"date": "2026-08-14T16:18:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7326",
"initial_release_date": "2025-05-13T08:44:22+00:00",
"revision_history": [
{
"date": "2025-05-13T08:44:22+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T08:44:22+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T16:18:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-devel-1:0.2.6-3.el9_6.aarch64",
"product": {
"name": "rhc-devel-1:0.2.6-3.el9_6.aarch64",
"product_id": "rhc-devel-1:0.2.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-devel@0.2.6-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"product": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"product_id": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.2.6-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"product": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"product_id": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.2.6-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-1:0.2.6-3.el9_6.aarch64",
"product": {
"name": "rhc-1:0.2.6-3.el9_6.aarch64",
"product_id": "rhc-1:0.2.6-3.el9_6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.6-3.el9_6?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"product": {
"name": "rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"product_id": "rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-devel@0.2.6-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"product": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"product_id": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.2.6-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"product": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"product_id": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.2.6-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-1:0.2.6-3.el9_6.ppc64le",
"product": {
"name": "rhc-1:0.2.6-3.el9_6.ppc64le",
"product_id": "rhc-1:0.2.6-3.el9_6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.6-3.el9_6?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-devel-1:0.2.6-3.el9_6.x86_64",
"product": {
"name": "rhc-devel-1:0.2.6-3.el9_6.x86_64",
"product_id": "rhc-devel-1:0.2.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-devel@0.2.6-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"product": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"product_id": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.2.6-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"product": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"product_id": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.2.6-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-1:0.2.6-3.el9_6.x86_64",
"product": {
"name": "rhc-1:0.2.6-3.el9_6.x86_64",
"product_id": "rhc-1:0.2.6-3.el9_6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.6-3.el9_6?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-devel-1:0.2.6-3.el9_6.s390x",
"product": {
"name": "rhc-devel-1:0.2.6-3.el9_6.s390x",
"product_id": "rhc-devel-1:0.2.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-devel@0.2.6-3.el9_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"product": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"product_id": "rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.2.6-3.el9_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"product": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"product_id": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.2.6-3.el9_6?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-1:0.2.6-3.el9_6.s390x",
"product": {
"name": "rhc-1:0.2.6-3.el9_6.s390x",
"product_id": "rhc-1:0.2.6-3.el9_6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.6-3.el9_6?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.2.6-3.el9_6.src",
"product": {
"name": "rhc-1:0.2.6-3.el9_6.src",
"product_id": "rhc-1:0.2.6-3.el9_6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.2.6-3.el9_6?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.6-3.el9_6.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src"
},
"product_reference": "rhc-1:0.2.6-3.el9_6.src",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "AppStream-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-devel-1:0.2.6-3.el9_6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64"
},
"product_reference": "rhc-devel-1:0.2.6-3.el9_6.aarch64",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-devel-1:0.2.6-3.el9_6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le"
},
"product_reference": "rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-devel-1:0.2.6-3.el9_6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x"
},
"product_reference": "rhc-devel-1:0.2.6-3.el9_6.s390x",
"relates_to_product_reference": "CRB-9.6.0.GA"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-devel-1:0.2.6-3.el9_6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 9)",
"product_id": "CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
},
"product_reference": "rhc-devel-1:0.2.6-3.el9_6.x86_64",
"relates_to_product_reference": "CRB-9.6.0.GA"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"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.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:44: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.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7326"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"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.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T08:44: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.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7326"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.src",
"AppStream-9.6.0.GA:rhc-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"AppStream-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debuginfo-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-debugsource-1:0.2.6-3.el9_6.x86_64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.aarch64",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.ppc64le",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.s390x",
"CRB-9.6.0.GA:rhc-devel-1:0.2.6-3.el9_6.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
}
]
}
RHSA-2025:7466
Vulnerability from csaf_redhat - Published: 2025-05-13 15:59 - Updated: 2026-08-14 16:18A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in the crypto/x509 package of the Golang standard library. A certificate with a URI, which has a IPv6 address with a zone ID, may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI; this issue only affects users of private PKIs that make use of URIs.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for delve and golang is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Delve is a debugger for the Go programming language. The goal of the project is to provide a simple, full featured debugging tool for Go. Delve should be easy to invoke and easy to use. Chances are if you\u0027re using a debugger, things aren\u0027t going your way. With that in mind, Delve should stay out of your way as much as possible.\n\nSecurity Fix(es):\n\n* golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints (CVE-2024-45341)\n\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n\n* crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec (CVE-2025-22866)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7466",
"url": "https://access.redhat.com/errata/RHSA-2025:7466"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2341750",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341750"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "RHEL-58723",
"url": "https://issues.redhat.com/browse/RHEL-58723"
},
{
"category": "external",
"summary": "RHEL-61262",
"url": "https://issues.redhat.com/browse/RHEL-61262"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7466.json"
}
],
"title": "Red Hat Security Advisory: delve and golang security update",
"tracking": {
"current_release_date": "2026-08-14T16:18:58+00:00",
"generator": {
"date": "2026-08-14T16:18:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7466",
"initial_release_date": "2025-05-13T15:59:41+00:00",
"revision_history": [
{
"date": "2025-05-13T15:59:41+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-13T15:59:41+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T16:18:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.24.1-1.el10_0.src",
"product": {
"name": "delve-0:1.24.1-1.el10_0.src",
"product_id": "delve-0:1.24.1-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.24.1-1.el10_0?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.23.7-1.el10_0.src",
"product": {
"name": "golang-0:1.23.7-1.el10_0.src",
"product_id": "golang-0:1.23.7-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.23.7-1.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.24.1-1.el10_0.aarch64",
"product": {
"name": "delve-0:1.24.1-1.el10_0.aarch64",
"product_id": "delve-0:1.24.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.24.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"product": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"product_id": "delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.24.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"product": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"product_id": "delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.24.1-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.23.7-1.el10_0.aarch64",
"product": {
"name": "go-toolset-0:1.23.7-1.el10_0.aarch64",
"product_id": "go-toolset-0:1.23.7-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.23.7-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.23.7-1.el10_0.aarch64",
"product": {
"name": "golang-0:1.23.7-1.el10_0.aarch64",
"product_id": "golang-0:1.23.7-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.23.7-1.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.23.7-1.el10_0.aarch64",
"product": {
"name": "golang-bin-0:1.23.7-1.el10_0.aarch64",
"product_id": "golang-bin-0:1.23.7-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.23.7-1.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.24.1-1.el10_0.ppc64le",
"product": {
"name": "delve-0:1.24.1-1.el10_0.ppc64le",
"product_id": "delve-0:1.24.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.24.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"product": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"product_id": "delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.24.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"product": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"product_id": "delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.24.1-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.23.7-1.el10_0.ppc64le",
"product": {
"name": "go-toolset-0:1.23.7-1.el10_0.ppc64le",
"product_id": "go-toolset-0:1.23.7-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.23.7-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.23.7-1.el10_0.ppc64le",
"product": {
"name": "golang-0:1.23.7-1.el10_0.ppc64le",
"product_id": "golang-0:1.23.7-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.23.7-1.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.23.7-1.el10_0.ppc64le",
"product": {
"name": "golang-bin-0:1.23.7-1.el10_0.ppc64le",
"product_id": "golang-bin-0:1.23.7-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.23.7-1.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.24.1-1.el10_0.x86_64",
"product": {
"name": "delve-0:1.24.1-1.el10_0.x86_64",
"product_id": "delve-0:1.24.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.24.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"product": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"product_id": "delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.24.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"product": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"product_id": "delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.24.1-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.23.7-1.el10_0.x86_64",
"product": {
"name": "go-toolset-0:1.23.7-1.el10_0.x86_64",
"product_id": "go-toolset-0:1.23.7-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.23.7-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.23.7-1.el10_0.x86_64",
"product": {
"name": "golang-0:1.23.7-1.el10_0.x86_64",
"product_id": "golang-0:1.23.7-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.23.7-1.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.23.7-1.el10_0.x86_64",
"product": {
"name": "golang-bin-0:1.23.7-1.el10_0.x86_64",
"product_id": "golang-bin-0:1.23.7-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.23.7-1.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.23.7-1.el10_0.s390x",
"product": {
"name": "go-toolset-0:1.23.7-1.el10_0.s390x",
"product_id": "go-toolset-0:1.23.7-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.23.7-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.23.7-1.el10_0.s390x",
"product": {
"name": "golang-0:1.23.7-1.el10_0.s390x",
"product_id": "golang-0:1.23.7-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.23.7-1.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.23.7-1.el10_0.s390x",
"product": {
"name": "golang-bin-0:1.23.7-1.el10_0.s390x",
"product_id": "golang-bin-0:1.23.7-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.23.7-1.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.23.7-1.el10_0.noarch",
"product": {
"name": "golang-docs-0:1.23.7-1.el10_0.noarch",
"product_id": "golang-docs-0:1.23.7-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.23.7-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.23.7-1.el10_0.noarch",
"product": {
"name": "golang-misc-0:1.23.7-1.el10_0.noarch",
"product_id": "golang-misc-0:1.23.7-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.23.7-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.23.7-1.el10_0.noarch",
"product": {
"name": "golang-src-0:1.23.7-1.el10_0.noarch",
"product_id": "golang-src-0:1.23.7-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.23.7-1.el10_0?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.23.7-1.el10_0.noarch",
"product": {
"name": "golang-tests-0:1.23.7-1.el10_0.noarch",
"product_id": "golang-tests-0:1.23.7-1.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.23.7-1.el10_0?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.24.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64"
},
"product_reference": "delve-0:1.24.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.24.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le"
},
"product_reference": "delve-0:1.24.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.24.1-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src"
},
"product_reference": "delve-0:1.24.1-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.24.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64"
},
"product_reference": "delve-0:1.24.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64"
},
"product_reference": "delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le"
},
"product_reference": "delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.24.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64"
},
"product_reference": "delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64"
},
"product_reference": "delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le"
},
"product_reference": "delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.24.1-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64"
},
"product_reference": "delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.23.7-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64"
},
"product_reference": "go-toolset-0:1.23.7-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.23.7-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le"
},
"product_reference": "go-toolset-0:1.23.7-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.23.7-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x"
},
"product_reference": "go-toolset-0:1.23.7-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.23.7-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64"
},
"product_reference": "go-toolset-0:1.23.7-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.23.7-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64"
},
"product_reference": "golang-0:1.23.7-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.23.7-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le"
},
"product_reference": "golang-0:1.23.7-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.23.7-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x"
},
"product_reference": "golang-0:1.23.7-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.23.7-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src"
},
"product_reference": "golang-0:1.23.7-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.23.7-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64"
},
"product_reference": "golang-0:1.23.7-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.23.7-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64"
},
"product_reference": "golang-bin-0:1.23.7-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.23.7-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le"
},
"product_reference": "golang-bin-0:1.23.7-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.23.7-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x"
},
"product_reference": "golang-bin-0:1.23.7-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.23.7-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64"
},
"product_reference": "golang-bin-0:1.23.7-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.23.7-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch"
},
"product_reference": "golang-docs-0:1.23.7-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.23.7-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch"
},
"product_reference": "golang-misc-0:1.23.7-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.23.7-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch"
},
"product_reference": "golang-src-0:1.23.7-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.23.7-1.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
},
"product_reference": "golang-tests-0:1.23.7-1.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T15:59:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7466"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2024-45341",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-01-23T12:26:31.454000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341750"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/x509 package of the Golang standard library. A certificate with a URI, which has a IPv6 address with a zone ID, may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI; this issue only affects users of private PKIs that make use of URIs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "RHBZ#2341750",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341750"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45341",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45341"
},
{
"category": "external",
"summary": "https://github.com/golang/go/commit/2b2314e9f6103de322b2e247387c8b01fd0cd5a4",
"url": "https://github.com/golang/go/commit/2b2314e9f6103de322b2e247387c8b01fd0cd5a4"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/71156",
"url": "https://github.com/golang/go/issues/71156"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T15:59:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7466"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "golang: crypto/x509: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-13T15:59:41+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7466"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.src",
"AppStream-10.0.Z:delve-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debuginfo-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.aarch64",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.ppc64le",
"AppStream-10.0.Z:delve-debugsource-0:1.24.1-1.el10_0.x86_64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:go-toolset-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.src",
"AppStream-10.0.Z:golang-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.aarch64",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.ppc64le",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.s390x",
"AppStream-10.0.Z:golang-bin-0:1.23.7-1.el10_0.x86_64",
"AppStream-10.0.Z:golang-docs-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-misc-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-src-0:1.23.7-1.el10_0.noarch",
"AppStream-10.0.Z:golang-tests-0:1.23.7-1.el10_0.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
}
]
}
RHSA-2025:7592
Vulnerability from csaf_redhat - Published: 2025-05-14 11:52 - Updated: 2026-08-14 16:19A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in Yggdrasil, which acts as a system broker, allowing the processes to communicate to other children's "worker" processes through the DBus component. Yggdrasil creates a DBus method to dispatch messages to workers. However, it misses authentication and authorization checks, allowing every system user to call it. One available Yggdrasil worker acts as a package manager with capabilities to create and enable new repositories and install or remove packages. This flaw allows an attacker with access to the system to leverage the lack of authentication on the dispatch message to force the Yggdrasil worker to install arbitrary RPM packages. This issue results in local privilege escalation, enabling the attacker to access and modify sensitive system data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.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 yggdrasil is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "yggdrasil is a system daemon that subscribes to topics on an MQTT broker and routes any data received on the topics to an appropriate child \"worker\" process, exchanging data with its worker processes through a D-Bus message broker.\n\nSecurity Fix(es):\n\n* yggdrasil: Local privilege escalation in yggdrasil (CVE-2025-3931)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7592",
"url": "https://access.redhat.com/errata/RHSA-2025:7592"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2362345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362345"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7592.json"
}
],
"title": "Red Hat Security Advisory: yggdrasil security update",
"tracking": {
"current_release_date": "2026-08-14T16:19:00+00:00",
"generator": {
"date": "2026-08-14T16:19:00+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7592",
"initial_release_date": "2025-05-14T11:52:59+00:00",
"revision_history": [
{
"date": "2025-05-14T11:52:59+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-14T11:52:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T16:19:00+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.5-3.el10_0.src",
"product": {
"name": "yggdrasil-0:0.4.5-3.el10_0.src",
"product_id": "yggdrasil-0:0.4.5-3.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.5-3.el10_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.5-3.el10_0.aarch64",
"product": {
"name": "yggdrasil-0:0.4.5-3.el10_0.aarch64",
"product_id": "yggdrasil-0:0.4.5-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.5-3.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"product_id": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.5-3.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product_id": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.5-3.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.5-3.el10_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"product": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"product_id": "yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.5-3.el10_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"product": {
"name": "yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"product_id": "yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.5-3.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"product": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"product_id": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.5-3.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product_id": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.5-3.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.5-3.el10_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"product": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"product_id": "yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.5-3.el10_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.5-3.el10_0.x86_64",
"product": {
"name": "yggdrasil-0:0.4.5-3.el10_0.x86_64",
"product_id": "yggdrasil-0:0.4.5-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.5-3.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"product": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"product_id": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.5-3.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product_id": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.5-3.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.5-3.el10_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"product": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"product_id": "yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.5-3.el10_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "yggdrasil-0:0.4.5-3.el10_0.s390x",
"product": {
"name": "yggdrasil-0:0.4.5-3.el10_0.s390x",
"product_id": "yggdrasil-0:0.4.5-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.4.5-3.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"product": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"product_id": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debugsource@0.4.5-3.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"product": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"product_id": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-debuginfo@0.4.5-3.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"product": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"product_id": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-examples-debuginfo@0.4.5-3.el10_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"product": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"product_id": "yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil-devel@0.4.5-3.el10_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.5-3.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src"
},
"product_reference": "yggdrasil-0:0.4.5-3.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-devel-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)",
"product_id": "CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
},
"product_reference": "yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T11:52:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7592"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"acknowledgments": [
{
"names": [
"Thibault Guittet"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2025-3931",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges"
},
"discovery_date": "2025-04-25T17:06:52.161000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2362345"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Yggdrasil, which acts as a system broker, allowing the processes to communicate to other children\u0027s \"worker\" processes through the DBus component. Yggdrasil creates a DBus method to dispatch messages to workers. However, it misses authentication and authorization checks, allowing every system user to call it. One available Yggdrasil worker acts as a package manager with capabilities to create and enable new repositories and install or remove packages. \n\nThis flaw allows an attacker with access to the system to leverage the lack of authentication on the dispatch message to force the Yggdrasil worker to install arbitrary RPM packages. This issue results in local privilege escalation, enabling the attacker to access and modify sensitive system data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "yggdrasil: Local privilege escalation in yggdrasil",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability qualifies as Important rather than Moderate due to its direct violation of privilege boundaries and its broad post-install attack surface. The core issue lies in the com.redhat.Yggdrasil1.Dispatch() method being exposed over the system DBus without any authentication or authorization, enabling any local unprivileged user to interface with a privileged backend (package-manager worker). By leveraging this unprotected method, an attacker can install arbitrary software, execute payloads, and gain full root access, thus achieving a complete Local Privilege Escalation (LPE). While exploitation requires local access, the flaw exists in a default service path (rhc connect) recommended during system registration, increasing its exposure. Furthermore, the ability to manipulate package installation flows \u2014 a highly privileged operation \u2014 indicates a severe trust boundary violation.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-3931"
},
{
"category": "external",
"summary": "RHBZ#2362345",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2362345"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-3931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-3931"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-3931",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-3931"
},
{
"category": "external",
"summary": "https://github.com/RedHatInsights/yggdrasil/pull/336",
"url": "https://github.com/RedHatInsights/yggdrasil/pull/336"
}
],
"release_date": "2025-05-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T11:52:59+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7592"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.src",
"AppStream-10.0.Z:yggdrasil-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"AppStream-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debuginfo-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-debugsource-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-devel-0:0.4.5-3.el10_0.x86_64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.aarch64",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.ppc64le",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.s390x",
"CRB-10.0.Z:yggdrasil-examples-debuginfo-0:0.4.5-3.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "yggdrasil: Local privilege escalation in yggdrasil"
}
]
}
RHSA-2025:7624
Vulnerability from csaf_redhat - Published: 2025-05-14 17:51 - Updated: 2026-08-14 16:19A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum. It is also possible to force a derived key to be all zeros instead of an unpredictable value. This may have follow-on implications for the Go TLS stack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64 | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch | — |
Workaround
|
|
| Unresolved product id: 10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src | — |
Workaround
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src | — |
Workaround
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64 | — |
Workaround
|
A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64 | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64 | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64 | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src | — | ||
| Unresolved product id: 10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64 | — | ||
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch | — | ||
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src | — | ||
| Unresolved product id: 10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch | — | ||
| Unresolved product id: 10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch | — | ||
| Unresolved product id: 10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src | — | ||
| Unresolved product id: 10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch | — | ||
| Unresolved product id: 10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64 | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src | — | ||
| Unresolved product id: 8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64 | — | ||
| Unresolved product id: 8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch | — | ||
| Unresolved product id: 8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64 | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src | — | ||
| Unresolved product id: 9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64 | — | ||
| Unresolved product id: 9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch | — | ||
| Unresolved product id: 9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated Satellite Client packages that fix several bugs are now available for\nRed Hat Satellite.\n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Satellite is a system management solution that allows organizations to\nconfigure and maintain their systems without the necessity to provide public\nInternet access to their servers or other client systems. It performs\nprovisioning and configuration management of predefined standard operating\nenvironments.\n\nSecurity Fix(es):\n\n* foreman_ygg_worker: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n\n* foreman_ygg_worker: Golang FIPS zeroed buffer (CVE-2024-9355)\n\n* yggdrasil: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n\nUsers of Red Hat Satellite are advised to upgrade to these updated packages,\nwhich fix these bugs.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:7624",
"url": "https://access.redhat.com/errata/RHSA-2025:7624"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_satellite/6.17/html/updating_red_hat_satellite/index"
},
{
"category": "external",
"summary": "2315719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315719"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_7624.json"
}
],
"title": "Red Hat Security Advisory: Satellite 6 Client Bug Fix Update",
"tracking": {
"current_release_date": "2026-08-14T16:19:05+00:00",
"generator": {
"date": "2026-08-14T16:19:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:7624",
"initial_release_date": "2025-05-14T17:51:05+00:00",
"revision_history": [
{
"date": "2025-05-14T17:51:05+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-05-14T17:51:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T16:19:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Satellite Client 6 for RHEL 8",
"product": {
"name": "Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_satellite_client:6::el8"
}
}
},
{
"category": "product_name",
"name": "Satellite Client 6 for RHEL 9",
"product": {
"name": "Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_satellite_client:6::el9"
}
}
},
{
"category": "product_name",
"name": "Satellite Client 6 for RHEL 10",
"product": {
"name": "Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_satellite_client:6::el10"
}
}
}
],
"category": "product_family",
"name": "Red Hat Satellite Client"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el8sat.src",
"product": {
"name": "yggdrasil-0:0.2.3-3.el8sat.src",
"product_id": "yggdrasil-0:0.2.3-3.el8sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el8sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el9sat.src",
"product": {
"name": "yggdrasil-0:0.2.3-3.el9sat.src",
"product_id": "yggdrasil-0:0.2.3-3.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el9sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el10sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"product": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"product_id": "foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_migration@0.0.1-1.el10sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-host-tools-0:4.4.0-1.el10sat.src",
"product": {
"name": "katello-host-tools-0:4.4.0-1.el10sat.src",
"product_id": "katello-host-tools-0:4.4.0-1.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-host-tools@4.4.0-1.el10sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el10sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"product": {
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"product_id": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_scap_client@0.6.2-1.el10sat?arch=src"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el10sat?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el8sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el9sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"product": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"product_id": "foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_scap_client_bash@0.2.0-2.el10sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-host-tools-0:4.4.0-1.el10sat.noarch",
"product": {
"name": "katello-host-tools-0:4.4.0-1.el10sat.noarch",
"product_id": "katello-host-tools-0:4.4.0-1.el10sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-host-tools@4.4.0-1.el10sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"product": {
"name": "katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"product_id": "katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-host-tools-tracer@4.4.0-1.el10sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"product": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"product_id": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/katello-pull-transport-migrate@1.0.3-1.el10sat?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"product": {
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"product_id": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rubygem-foreman_scap_client@0.6.2-1.el10sat?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el8sat.x86_64",
"product": {
"name": "yggdrasil-0:0.2.3-3.el8sat.x86_64",
"product_id": "yggdrasil-0:0.2.3-3.el8sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el8sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el9sat.x86_64",
"product": {
"name": "yggdrasil-0:0.2.3-3.el9sat.x86_64",
"product_id": "yggdrasil-0:0.2.3-3.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el9sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"product": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"product_id": "foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_migration@0.0.1-1.el10sat?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el10sat?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el8sat?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el8sat.s390x",
"product": {
"name": "yggdrasil-0:0.2.3-3.el8sat.s390x",
"product_id": "yggdrasil-0:0.2.3-3.el8sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el8sat?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el9sat.s390x",
"product": {
"name": "yggdrasil-0:0.2.3-3.el9sat.s390x",
"product_id": "yggdrasil-0:0.2.3-3.el9sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el9sat?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el9sat?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"product": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"product_id": "foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_migration@0.0.1-1.el10sat?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el10sat?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el8sat?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"product": {
"name": "yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"product_id": "yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el8sat?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"product": {
"name": "yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"product_id": "yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el9sat?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el9sat?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"product": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"product_id": "foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_migration@0.0.1-1.el10sat?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el10sat?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el8sat?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el8sat.aarch64",
"product": {
"name": "yggdrasil-0:0.2.3-3.el8sat.aarch64",
"product_id": "yggdrasil-0:0.2.3-3.el8sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el8sat?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "yggdrasil-0:0.2.3-3.el9sat.aarch64",
"product": {
"name": "yggdrasil-0:0.2.3-3.el9sat.aarch64",
"product_id": "yggdrasil-0:0.2.3-3.el9sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/yggdrasil@0.2.3-3.el9sat?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el9sat?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"product": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"product_id": "foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_migration@0.0.1-1.el10sat?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"product": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"product_id": "foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/foreman_ygg_worker@0.3.1-1.el10sat?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64 as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64"
},
"product_reference": "foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le"
},
"product_reference": "foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.s390x as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x"
},
"product_reference": "foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src"
},
"product_reference": "foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64 as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64"
},
"product_reference": "foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64 as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.s390x as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64 as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-host-tools-0:4.4.0-1.el10sat.noarch as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch"
},
"product_reference": "katello-host-tools-0:4.4.0-1.el10sat.noarch",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-host-tools-0:4.4.0-1.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src"
},
"product_reference": "katello-host-tools-0:4.4.0-1.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch"
},
"product_reference": "katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch"
},
"product_reference": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src as a component of Satellite Client 6 for RHEL 10",
"product_id": "10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src"
},
"product_reference": "rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"relates_to_product_reference": "10Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el8sat.src as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64 as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.s390x as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.src as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64 as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.src as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el8sat.aarch64 as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64"
},
"product_reference": "yggdrasil-0:0.2.3-3.el8sat.aarch64",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el8sat.ppc64le as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le"
},
"product_reference": "yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el8sat.s390x as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x"
},
"product_reference": "yggdrasil-0:0.2.3-3.el8sat.s390x",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el8sat.src as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src"
},
"product_reference": "yggdrasil-0:0.2.3-3.el8sat.src",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el8sat.x86_64 as a component of Satellite Client 6 for RHEL 8",
"product_id": "8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64"
},
"product_reference": "yggdrasil-0:0.2.3-3.el8sat.x86_64",
"relates_to_product_reference": "8Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_scap_client_bash-0:0.2.0-2.el9sat.src as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src"
},
"product_reference": "foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64 as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.s390x as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.src as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64 as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64"
},
"product_reference": "foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.src as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src"
},
"product_reference": "katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el9sat.aarch64 as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64"
},
"product_reference": "yggdrasil-0:0.2.3-3.el9sat.aarch64",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el9sat.ppc64le as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le"
},
"product_reference": "yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el9sat.s390x as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x"
},
"product_reference": "yggdrasil-0:0.2.3-3.el9sat.s390x",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el9sat.src as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src"
},
"product_reference": "yggdrasil-0:0.2.3-3.el9sat.src",
"relates_to_product_reference": "9Base-satellite-client-6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "yggdrasil-0:0.2.3-3.el9sat.x86_64 as a component of Satellite Client 6 for RHEL 9",
"product_id": "9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
},
"product_reference": "yggdrasil-0:0.2.3-3.el9sat.x86_64",
"relates_to_product_reference": "9Base-satellite-client-6"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"David Benoit"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2024-9355",
"cwe": {
"id": "CWE-457",
"name": "Use of Uninitialized Variable"
},
"discovery_date": "2024-09-30T17:51:17.811000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2315719"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in Golang FIPS OpenSSL. This flaw allows a malicious user to randomly cause an uninitialized buffer length variable with a zeroed buffer to be returned in FIPS mode. It may also be possible to force a false positive match between non-equal hashes when comparing a trusted computed hmac sum to an untrusted input sum if an attacker can send a zeroed buffer in place of a pre-computed sum.\u00a0 It is also possible to force a derived key to be all zeros instead of an unpredictable value.\u00a0 This may have follow-on implications for the Go TLS stack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips: Golang FIPS zeroed buffer",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is specific to the Go language and only affects the test code in cri-o and conmon, not the production code. Since both projects use Go exclusively for testing purposes, this issue does not impact their production environment. Therefore, cri-o and conmon are not affected by this vulnerability.",
"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": [
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64"
],
"known_not_affected": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-9355"
},
{
"category": "external",
"summary": "RHBZ#2315719",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2315719"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-9355",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9355"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-9355",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9355"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/pull/198",
"url": "https://github.com/golang-fips/openssl/pull/198"
}
],
"release_date": "2024-09-30T20:53:42.833000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T17:51:05+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7624"
},
{
"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": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-fips: Golang FIPS zeroed buffer"
},
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"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": [
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
],
"known_not_affected": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-05-14T17:51:05+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/documentation/en-us/red_hat_satellite/6.16/html/updating_red_hat_satellite/index",
"product_ids": [
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:7624"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.noarch",
"10Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_migration-0:0.0.1-1.el10sat.x86_64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.aarch64",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.ppc64le",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.s390x",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.src",
"10Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el10sat.x86_64",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-host-tools-0:4.4.0-1.el10sat.src",
"10Base-satellite-client-6:katello-host-tools-tracer-0:4.4.0-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.noarch",
"10Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el10sat.src",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.noarch",
"10Base-satellite-client-6:rubygem-foreman_scap_client-0:0.6.2-1.el10sat.src",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.noarch",
"8Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.aarch64",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.ppc64le",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.s390x",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.src",
"8Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el8sat.x86_64",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.noarch",
"8Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.aarch64",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.ppc64le",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.s390x",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.src",
"8Base-satellite-client-6:yggdrasil-0:0.2.3-3.el8sat.x86_64",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.noarch",
"9Base-satellite-client-6:foreman_scap_client_bash-0:0.2.0-2.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.aarch64",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.ppc64le",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.s390x",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.src",
"9Base-satellite-client-6:foreman_ygg_worker-0:0.3.1-1.el9sat.x86_64",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.noarch",
"9Base-satellite-client-6:katello-pull-transport-migrate-0:1.0.3-1.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.aarch64",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.ppc64le",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.s390x",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.src",
"9Base-satellite-client-6:yggdrasil-0:0.2.3-3.el9sat.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
}
]
}
RHSA-2025:9514
Vulnerability from csaf_redhat - Published: 2025-06-24 11:31 - Updated: 2026-08-14 16:19A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for rhc is now available for Red Hat Enterprise Linux 10.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "rhc is a client tool and daemon that connects the system to Red Hat hosted services enabling system and subscription management.\n\nSecurity Fix(es):\n\n* golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect (CVE-2024-45336)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:9514",
"url": "https://access.redhat.com/errata/RHSA-2025:9514"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_9514.json"
}
],
"title": "Red Hat Security Advisory: rhc security update",
"tracking": {
"current_release_date": "2026-08-14T16:19:02+00:00",
"generator": {
"date": "2026-08-14T16:19:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:9514",
"initial_release_date": "2025-06-24T11:31:03+00:00",
"revision_history": [
{
"date": "2025-06-24T11:31:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-06-24T11:31:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T16:19:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.3.2-1.el10_0.src",
"product": {
"name": "rhc-1:0.3.2-1.el10_0.src",
"product_id": "rhc-1:0.3.2-1.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.3.2-1.el10_0?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.3.2-1.el10_0.aarch64",
"product": {
"name": "rhc-1:0.3.2-1.el10_0.aarch64",
"product_id": "rhc-1:0.3.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.3.2-1.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"product": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"product_id": "rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.3.2-1.el10_0?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"product": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"product_id": "rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.3.2-1.el10_0?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.3.2-1.el10_0.ppc64le",
"product": {
"name": "rhc-1:0.3.2-1.el10_0.ppc64le",
"product_id": "rhc-1:0.3.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.3.2-1.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"product": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"product_id": "rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.3.2-1.el10_0?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"product": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"product_id": "rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.3.2-1.el10_0?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.3.2-1.el10_0.x86_64",
"product": {
"name": "rhc-1:0.3.2-1.el10_0.x86_64",
"product_id": "rhc-1:0.3.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.3.2-1.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.3.2-1.el10_0.x86_64",
"product": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.x86_64",
"product_id": "rhc-debugsource-1:0.3.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.3.2-1.el10_0?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"product": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"product_id": "rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.3.2-1.el10_0?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhc-1:0.3.2-1.el10_0.s390x",
"product": {
"name": "rhc-1:0.3.2-1.el10_0.s390x",
"product_id": "rhc-1:0.3.2-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc@0.3.2-1.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"product": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"product_id": "rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debugsource@0.3.2-1.el10_0?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"product": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"product_id": "rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rhc-debuginfo@0.3.2-1.el10_0?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.3.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.aarch64"
},
"product_reference": "rhc-1:0.3.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.3.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.ppc64le"
},
"product_reference": "rhc-1:0.3.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.3.2-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.s390x"
},
"product_reference": "rhc-1:0.3.2-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.3.2-1.el10_0.src as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.src"
},
"product_reference": "rhc-1:0.3.2-1.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-1:0.3.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.x86_64"
},
"product_reference": "rhc-1:0.3.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.aarch64"
},
"product_reference": "rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le"
},
"product_reference": "rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.s390x"
},
"product_reference": "rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debuginfo-1:0.3.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.x86_64"
},
"product_reference": "rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.aarch64"
},
"product_reference": "rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.ppc64le"
},
"product_reference": "rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.s390x"
},
"product_reference": "rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhc-debugsource-1:0.3.2-1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)",
"product_id": "AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.x86_64"
},
"product_reference": "rhc-debugsource-1:0.3.2-1.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.src",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-06-24T11:31:03+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.src",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:9514"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.src",
"AppStream-10.0.Z:rhc-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debuginfo-1:0.3.2-1.el10_0.x86_64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.aarch64",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.ppc64le",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.s390x",
"AppStream-10.0.Z:rhc-debugsource-1:0.3.2-1.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
}
]
}
RHSA-2026:54432
Vulnerability from csaf_redhat - Published: 2026-08-12 18:24 - Updated: 2026-08-14 18:49A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — | ||
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
Workaround
|
A flaw was found in the console component. An attacker who can write to container logs on a managed cluster can inject malicious code into the hub console user's browser session. This occurs when the user views raw pod logs, as the console does not properly escape the log content. Successful exploitation could lead to session hijacking, credential theft, or unauthorized actions performed on behalf of the console user.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 | — |
Workaround
|
A flaw was found in hypershift-addon-operator. A hub-cluster administrator with write access to the hypershift-operator-install-flags ConfigMap can inject malicious command-line arguments into the privileged install Job. This vulnerability, known as argument injection, allows the attacker to pull arbitrary container images and gain full administrative control (cluster-admin code execution) on managed spoke clusters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le | — |
Workaround
|
|
| Unresolved product id: multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_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 multicluster engine for Kubernetes v2.10 general availability release images, which provide security fixes, bug fixes, and updated container images.\n\nRed Hat Product Security has rated this update as having a security impact of Important.\nA Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The 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:54432",
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45336",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22866",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27145",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39829",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-39831",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-46597",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-66805",
"url": "https://access.redhat.com/security/cve/CVE-2026-66805"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-66808",
"url": "https://access.redhat.com/security/cve/CVE-2026-66808"
},
{
"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_54432.json"
}
],
"title": "Red Hat Security Advisory: multicluster engine for Kubernetes v2.10.5 security update",
"tracking": {
"current_release_date": "2026-08-14T18:49:17+00:00",
"generator": {
"date": "2026-08-14T18:49:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2026:54432",
"initial_release_date": "2026-08-12T18:24:02+00:00",
"revision_history": [
{
"date": "2026-08-12T18:24:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-12T18:24:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-14T18:49:17+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.10",
"product": {
"name": "multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:multicluster_engine:2.10::el9"
}
}
}
],
"category": "product_family",
"name": "multicluster engine for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3Ab69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1786548899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1786548526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1786548998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1786549183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1786549100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1786549092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Ac30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1786549103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1786549151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3Af53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1786548315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3Afb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1786549209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=1786549205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1786549168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1786549223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1786549179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1786548913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1786549437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1786549045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1786548381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1786548740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1786548706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1786548918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1786548561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Ab9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1786548888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1786548891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Aad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1786548467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1786548904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1786548900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Aef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1785800322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5?arch=amd64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1786548903"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1786548899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3Ab1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1786548526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Ac86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1786548998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1786549183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aaffbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1786549100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1786549092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Ad233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1786549103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1786549151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1786548315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1786549209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=1786549205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3Ade654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1786549168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1786549223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3Aacd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1786549179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1786548913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1786549437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1786549045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1786548381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3Afd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1786548740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3A9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1786548706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1786548918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1786548561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1786548888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3Ab4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1786548891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1786548467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1786548904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1786548900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Ab2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1785800322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562?arch=arm64\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1786548903"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1786548899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1786548526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3A51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1786548998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1786549183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3A3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1786549100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1786549092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3Aff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1786549103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3A7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1786549151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1786548315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1786549209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3A6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=1786549205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1786549168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3Adffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1786549223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1786549179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3Acf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1786548913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3Ac630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1786549437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1786549045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3A0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1786548381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1786548740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Afe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1786548706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1786548918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1786548561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3Ab2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3A375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1786548888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1786548891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3Adf9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1786548467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3Aa244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1786548904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3Aade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1786548900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3Adb274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1785800322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19?arch=ppc64le\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1786548903"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"product_id": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"product_identification_helper": {
"purl": "pkg:oci/addon-manager-rhel9@sha256%3A610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/addon-manager-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"product_id": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/must-gather-rhel9@sha256%3A56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/must-gather-rhel9\u0026tag=1786548899"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"product_id": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/backplane-rhel9-operator@sha256%3A07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/backplane-rhel9-operator\u0026tag=1786548526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-agent-rhel9@sha256%3Adbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9\u0026tag=1786548998"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-aws-rhel9@sha256%3A2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9\u0026tag=1786549183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-api-provider-kubevirt-rhel9@sha256%3Aaa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9\u0026tag=1786549100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-bootstrap-rhel9@sha256%3A0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9\u0026tag=1786549092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"product_id": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"product_identification_helper": {
"purl": "pkg:oci/capoa-control-plane-rhel9@sha256%3A3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9\u0026tag=1786549103"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"product_id": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mce-capi-webhook-config-rhel9@sha256%3Aa0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9\u0026tag=1786549151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-curator-controller-rhel9@sha256%3A7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9\u0026tag=1786548315"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-image-set-controller-rhel9@sha256%3A15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9\u0026tag=1786549209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-addon-rhel9@sha256%3Ad4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9\u0026tag=1786549205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"product_id": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-proxy-rhel9@sha256%3A598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/cluster-proxy-rhel9\u0026tag=1786549168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterclaims-controller-rhel9@sha256%3A61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9\u0026tag=1786549223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clusterlifecycle-state-metrics-rhel9@sha256%3A8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9\u0026tag=1786549179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"product_id": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"product_identification_helper": {
"purl": "pkg:oci/console-mce-rhel9@sha256%3A9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/console-mce-rhel9\u0026tag=1786548913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"product_id": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/discovery-rhel9@sha256%3A80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/discovery-rhel9\u0026tag=1786549437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hive-rhel9@sha256%3A9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hive-rhel9\u0026tag=1786549045"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-addon-rhel9-operator@sha256%3Af1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator\u0026tag=1786548381"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-cli-rhel9@sha256%3A5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-cli-rhel9\u0026tag=1786548740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"product_id": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hypershift-rhel9-operator@sha256%3Afd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/hypershift-rhel9-operator\u0026tag=1786548706"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"product_id": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/image-based-install-rhel9@sha256%3A4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/image-based-install-rhel9\u0026tag=1786548918"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"product_id": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-rbac-proxy-mce-rhel9@sha256%3A93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9\u0026tag=1786548561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managed-serviceaccount-rhel9@sha256%3A4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9\u0026tag=1786548877"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"product_id": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/managedcluster-import-controller-rhel9@sha256%3Aa642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9\u0026tag=1786548888"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"product_id": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicloud-manager-rhel9@sha256%3A22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/multicloud-manager-rhel9\u0026tag=1786548891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"product_id": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"product_identification_helper": {
"purl": "pkg:oci/placement-rhel9@sha256%3A8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/placement-rhel9\u0026tag=1786548467"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"product_id": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"product_identification_helper": {
"purl": "pkg:oci/provider-credential-controller-rhel9@sha256%3A53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9\u0026tag=1786548904"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-rhel9@sha256%3A8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-rhel9\u0026tag=1786548900"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"product_id": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/registration-operator-rhel9@sha256%3A06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/registration-operator-rhel9\u0026tag=1785800322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"product": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"product_id": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/work-rhel9@sha256%3A1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29?arch=s390x\u0026repository_url=registry.redhat.io/multicluster-engine/work-rhel9\u0026tag=1786548903"
}
}
}
],
"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:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64 as a component of multicluster engine for Kubernetes 2.10",
"product_id": "multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
},
"product_reference": "registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64",
"relates_to_product_reference": "multicluster engine for Kubernetes 2.10"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-01-23T12:57:38.123000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2341751"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to `a.com/` containing an Authorization header redirected to `b.com/` will not send that header to `b.com`. However, the sensitive headers would be restored if the client received a subsequent same-domain redirect. For example, a chain of redirects from `a.com/`, to `b.com/1`, and finally to `b.com/2` would incorrectly send the Authorization header to `b.com/2`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect",
"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.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "RHBZ#2341751",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2341751"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45336"
},
{
"category": "external",
"summary": "https://github.com/golang/go/issues/70530",
"url": "https://github.com/golang/go/issues/70530"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI",
"url": "https://groups.google.com/g/golang-announce/c/sSaUhLA-2SI"
}
],
"release_date": "2025-01-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect"
},
{
"cve": "CVE-2025-22866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2025-02-06T17:00:56.155646+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2344219"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Golang crypto/internal/nistec package. Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Considering how this function is used, this leakage is likely insufficient to recover the private key when P-256 is used in any well-known protocols.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec",
"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.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "RHBZ#2344219",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2344219"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22866"
},
{
"category": "external",
"summary": "https://go.dev/cl/643735",
"url": "https://go.dev/cl/643735"
},
{
"category": "external",
"summary": "https://go.dev/issue/71383",
"url": "https://go.dev/issue/71383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k",
"url": "https://groups.google.com/g/golang-announce/c/xU1ZCHUZw3k"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3447",
"url": "https://pkg.go.dev/vuln/GO-2025-3447"
}
],
"release_date": "2025-02-06T16:54:10.252000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/internal/nistec: golang: Timing sidechannel for P-256 on ppc64le in crypto/internal/nistec"
},
{
"cve": "CVE-2026-27145",
"cwe": {
"id": "CWE-606",
"name": "Unchecked Input for Loop Condition"
},
"discovery_date": "2026-06-02T23:01:08.992540+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2484207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the `crypto/x509` package of `golang`. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by presenting a specially crafted X.509 certificate with a large number of DNS Subject Alternative Name (SAN) entries. The certificate verification process, specifically the `VerifyHostname` function, incurs excessive computational overhead due to repeated string operations when processing these entries. This can lead to a significant performance degradation or unresponsiveness of systems validating such certificates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"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.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27145"
},
{
"category": "external",
"summary": "RHBZ#2484207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2484207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27145"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27145"
},
{
"category": "external",
"summary": "https://go.dev/cl/783621",
"url": "https://go.dev/cl/783621"
},
{
"category": "external",
"summary": "https://go.dev/issue/79694",
"url": "https://go.dev/issue/79694"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw",
"url": "https://groups.google.com/g/golang-announce/c/tKs3rmcBcKw"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5037",
"url": "https://pkg.go.dev/vuln/GO-2026-5037"
}
],
"release_date": "2026-06-02T22:01:36.954000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"category": "workaround",
"details": "A flaw was found in the Go standard library crypto/x509 package. When verifying a TLS certificate hostname, VerifyHostname processed each DNS Subject Alternative Name (SAN) entry in a loop and repeatedly split the candidate hostname on \".\" characters. For certificates with a very large DNS SAN list, CPU use could grow quadratically with the number of SAN entries and hostname labels. Because hostname verification runs before the certificate chain is built, this overhead can occur even when the certificate is not trusted.\n\nRed Hat rates this issue as Important. It affects Red Hat products that include the Go standard library crypto/x509 code from an affected Go toolchain version (before Go 1.25.11, or from Go 1.26.0 through Go 1.26.3). Applications and container images built with a fixed Go release (1.25.11 or later, or 1.26.4 or later) are not affected. Community distributions such as Fedora are also affected.\n\nUpstream fix: Go 1.25.11 and Go 1.26.4 (GO-2026-5037).",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: golang crypto/x509: Denial of Service via excessive processing of DNS SAN entries"
},
{
"cve": "CVE-2026-39829",
"cwe": {
"id": "CWE-1284",
"name": "Improper Validation of Specified Quantity in Input"
},
"discovery_date": "2026-05-22T04:01:30.092249+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480681"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The RSA and DSA public key parsers in the affected component did not enforce size limits on key parameters. This vulnerability allows an unauthenticated client to provide a crafted public key with an excessively large modulus or DSA parameter during public key authentication. Successful exploitation could lead to a denial of service (DoS) due to prolonged CPU consumption during signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in golang.org/x/crypto/ssh is rated as Important. An unauthenticated remote attacker could trigger a denial of service by providing a specially crafted public key with excessively large parameters during SSH public key authentication. This could lead to prolonged CPU consumption on the server, impacting service 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.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39829"
},
{
"category": "external",
"summary": "RHBZ#2480681",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480681"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39829"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39829"
},
{
"category": "external",
"summary": "https://go.dev/cl/781641",
"url": "https://go.dev/cl/781641"
},
{
"category": "external",
"summary": "https://go.dev/cl/781661",
"url": "https://go.dev/cl/781661"
},
{
"category": "external",
"summary": "https://go.dev/issue/79565",
"url": "https://go.dev/issue/79565"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5018",
"url": "https://pkg.go.dev/vuln/GO-2026-5018"
}
],
"release_date": "2026-05-22T02:31:27.324000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted public key with excessive parameters"
},
{
"cve": "CVE-2026-39831",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-05-22T04:01:12.861178+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480675"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. The Verify() method, responsible for FIDO/U2F security key types, did not properly check for user presence. This allowed signatures to be accepted without requiring a physical touch on the hardware security key. As a result, an attacker could potentially use a hardware security key in an unattended manner, bypassing a critical security control designed to ensure user intent.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check",
"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.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-39831"
},
{
"category": "external",
"summary": "RHBZ#2480675",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480675"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-39831",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-39831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39831"
},
{
"category": "external",
"summary": "https://go.dev/cl/781662",
"url": "https://go.dev/cl/781662"
},
{
"category": "external",
"summary": "https://go.dev/issue/79566",
"url": "https://go.dev/issue/79566"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5019",
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"release_date": "2026-05-22T02:31:27.436000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"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:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Security key bypass due to missing user presence check"
},
{
"cve": "CVE-2026-46597",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-05-22T04:01:21.721980+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2480678"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. A remote attacker could send specially crafted inputs to the AES-GCM packet decoder. This could lead to an incorrectly placed cast from bytes to an integer, causing a server-side panic and resulting in a Denial of Service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important denial of service flaw in `golang.org/x/crypto/ssh` allows a remote attacker to trigger a server-side panic by sending specially crafted inputs to the AES-GCM packet decoder. This vulnerability could lead to service unavailability in Red Hat products that incorporate and expose SSH services built with the affected `golang.org/x/crypto/ssh` component.",
"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.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-46597"
},
{
"category": "external",
"summary": "RHBZ#2480678",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480678"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-46597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-46597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46597"
},
{
"category": "external",
"summary": "https://go.dev/cl/781620",
"url": "https://go.dev/cl/781620"
},
{
"category": "external",
"summary": "https://go.dev/issue/79561",
"url": "https://go.dev/issue/79561"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI",
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-5013",
"url": "https://pkg.go.dev/vuln/GO-2026-5013"
}
],
"release_date": "2026-05-22T02:31:26.754000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via crafted AES-GCM packet decoder inputs"
},
{
"cve": "CVE-2026-66805",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-06-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2508666"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the console component. An attacker who can write to container logs on a managed cluster can inject malicious code into the hub console user\u0027s browser session. This occurs when the user views raw pod logs, as the console does not properly escape the log content. Successful exploitation could lead to session hijacking, credential theft, or unauthorized actions performed on behalf of the console user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "console: console: stored DOM XSS via unescaped pod logs in document.write",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important flaw where an attacker with the ability to write to container logs on a managed cluster can inject malicious HTML/JavaScript. When a Red Hat Advanced Cluster Management for Kubernetes console user views these raw pod logs, the injected code executes in their browser session, potentially leading to session hijacking or credential theft. Exploitation requires both attacker control over pod output and specific user interaction.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-66805"
},
{
"category": "external",
"summary": "RHBZ#2508666",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2508666"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-66805",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66805"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-66805",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66805"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/ACM-38692",
"url": "https://issues.redhat.com/browse/ACM-38692"
}
],
"release_date": "2026-08-10T20:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"category": "workaround",
"details": "To reduce the risk of exploitation, ensure strict access controls are enforced on managed clusters, limiting the ability of untrusted users to deploy or modify pods and thus inject malicious content into container logs. Additionally, users should exercise caution when viewing \"Raw\" logs from potentially untrusted sources within the hub console.",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "console: console: stored DOM XSS via unescaped pod logs in document.write"
},
{
"cve": "CVE-2026-66808",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-06-25T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2509774"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in hypershift-addon-operator. A hub-cluster administrator with write access to the hypershift-operator-install-flags ConfigMap can inject malicious command-line arguments into the privileged install Job. This vulnerability, known as argument injection, allows the attacker to pull arbitrary container images and gain full administrative control (cluster-admin code execution) on managed spoke clusters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "hypershift-addon-operator: hypershift-addon-operator: unsanitized hub ConfigMap data passed as CLI arguments to privileged install Job (argument injection)",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This Important flaw in Multicluster Engine for Kubernetes allows a hub-cluster namespace administrator with write access to the `hypershift-operator-install-flags` ConfigMap to inject arbitrary command-line arguments into a privileged install Job. This enables privilege escalation to cluster-admin on managed spoke clusters, bypassing security boundaries within the multi-cluster 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": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"known_not_affected": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-66808"
},
{
"category": "external",
"summary": "RHBZ#2509774",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2509774"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-66808",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-66808"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-66808",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-66808"
},
{
"category": "external",
"summary": "https://github.com/stolostron/hypershift-addon-operator/pull/766",
"url": "https://github.com/stolostron/hypershift-addon-operator/pull/766"
}
],
"release_date": "2026-08-06T20:21:07.177000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-08-12T18:24:02+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.15/html/clusters/cluster_mce_overview#mce-install-intro",
"product_ids": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:54432"
},
{
"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.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:120becd4f1b2a36f48a43d2933b7a1be1595cc2cb626d44a053033d010e6aac7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:610df72fa91b7ff983c5698c08462a2c77ec60d2940e8c0048054d14fd0a3e31_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:675af2b54df773d590a2543225c7c5cce1e9a6b0f3651a8e454c02dde506a580_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/addon-manager-rhel9@sha256:b69db5c2aac4decf99a4c97c09e9c7055b642c4849f7e78d74f78877702428e8_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:07d634b81a8d2b36bfa1608edf2cd79c144da7a0f102bff4b215260cd79b4825_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:317647b20d3187f70e42a9c949babc179c16f2455aeafd11cba236f28fa0cf09_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:979bd4d1bd8edd0e89079f82c20d569665f4995e65ac5d8455fd89e1b7eeea52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/backplane-rhel9-operator@sha256:b1e309ba995955d80bd8d3fd3577a42b03412a47d6e98cbdd8e491ed15edb919_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:0ac4fa3c84c455fe75f83cf706fe70ec4c20c4099013512a0aa7f9894b6a7c6b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:60a9d2ecda391d879b53330702b3b3e28af5fbb32b419c0061ee710302bd02e5_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:6fdfb1894d8b5579119a50b2f1158055a5a60ada8a3e30528d0ef47616853da3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-bootstrap-rhel9@sha256:965a2b59ba300852421a71c0b10fdd91b8347fa8d4b70ccff76df4df3d2271ff_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:3970ffab169370577f2a69e2f79d68c7ed1a007a18bf2797e477c1039e53d718_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:c30bef6a17387423d54aaff9ad2ad3905366d8401b0b866234f09a0e6de2a018_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:d233ecc2ff49b650f617f56cfa187910ef6a1a0c20de24a154c7292eae1888fe_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/capoa-control-plane-rhel9@sha256:ff8266a88d6321a29469ea13404e714f10aae949e9394e24633b43304f54b121_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:22d2a996d18d00f5985f381e395b33186c2af759fba010bec0cc9f3120be3d3a_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:51b926dc40fa8abe32f1a31f419d6e38d2ac322dc5973650bf0326afd841edd7_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:c86653f45ed8c480589f2d3cde84e1de45e23dbdeb7dcc398d5f0121ebc9215f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-agent-rhel9@sha256:dbe55cb7c87224ae10d5b157ef5e66a4ffe4788bfb134a3db47d2c1bceab4eec_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:0815b6568f3c2df6d86aa70458a3037d0251f58a673244f13defcfa9053d4019_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:2fc1ac0ac7950482cc4ee05aea133af511ebfcfbe45e0fa3d13f33c983a1a75a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:48d38b946e601b8bfebe7fac00d538f01b6e565f01f76681059af7001d1a42a6_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9@sha256:81b31ada806558c18afb7bfcdaf1bc74ae92245e2f42aade9d80c59be2fa9a4c_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:3b69bad711b3358fa22546c193d0b7d15c96c1b0c445b36da1d426695516634d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:72514aafb15a0988ec5d65cd01a90bd0c58010cce32af69c3d42b4d3a051a892_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:aa964bc0245cd01f2077b2f28567048ccb638cb899eefa66383dbcc2d53bcf3d_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-api-provider-kubevirt-rhel9@sha256:affbb00a938b6306fc357de5f5b5b48c1bc493a280b9db94cc0a5d545337934f_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:1b5f4016b9554486a3af91dc348c7d34ed1e55fe7649453a9ea1fe6ea07645c1_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:2085a5c7e5889530d74ce607aff01ff9da2ecb297a0432468ab217bfd44d8b38_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:7a4f789a2052262a7b2ed37fa62f7f9d9c747234be0de055d79a8a0ca4b6107b_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-curator-controller-rhel9@sha256:f53e48720c067781e09dfb8bcf1c2d14106365d1d630818a01f97e8035e62f92_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:15137feae3682f87a05a8368510d176d38699e006a799d7c30374eba0faa0bf7_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:65ce5e3bde238d14a0cbca9425fb399f27fcef82a21120fff7a6676f783dc4ed_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:96c2f0787102fa179bd9ef7172511fff6fcfd512b21fb593371c1d10384dfefb_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-image-set-controller-rhel9@sha256:fb702685eef5237a5a094c58dc1b1660a2a59ba26742f344f635de1140d11215_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:6f1412f74536c033b8bd5d2cb12ca8dd2f409e9067506b14c05a0a4cd09c6f79_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:781d0353b3be35233a3aa6d00b7735028e8fcd79333f4c62e37cbdcf4133e84b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:835b56c294aa95e066dd0e4d37e4559e11450f39f31ac2e66d096da528d0e8f4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-addon-rhel9@sha256:d4d243072aa3433f979569a643e6cb54d62fb522597f8eef5ca461b4ea428465_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:1df9a040f6eaacaca9dfdabed3de15fc7a10bcb0d7cdb12fb64db008a3a87d55_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:57466b1054122ae9d616104cd3c41f8d3c1a3c510e7cc2578923ee3daaa8060c_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:598bbc8b366f87d23ff4e62a2144adb90b6ef302b4e7efe7651b3a2a7bfa5858_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/cluster-proxy-rhel9@sha256:de654aef03a61d18db6b5806d0397a2ea913f001341c0f71d0048bbded160990_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:062b549b9a13ca810ebc7f30d75fb5ac834c9eff99e1e42f4f90af50d20eac7b_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:61cb40deb2ecece45f4dd1549b7257ef83604c08c5b19db04930cfa4dc22a325_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:8b17d44448e102c8e5bdabee7bcd686c6e546e3ccd7c9a0ec30f440c13f2b326_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterclaims-controller-rhel9@sha256:dffeb8f2cd8924db3ded3d179c2af51ad50f47878952a2ebb3d3e0343742d3a0_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:5cfefcf34e2b6aaa3007aa6e23833ec6bf807fcc917068fb20dd2d24ad928ebc_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:8dba2033ba3161d00121961cdb86a5d4d96c05a873b9ccb6b1492a0e6e3d63b4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:acd380102a9470c92bf5579445548ec59f506a8357638e528ebde1486d7d2f7a_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/clusterlifecycle-state-metrics-rhel9@sha256:ed3dda6f99cb789b2fcd00768a8992fdaefd66eedc13091b4ec71636ae45180f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:4285c21d96cbf1b1684f6e5b6535a78932e13ca101cb09c8fd26222140ba45ad_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:6a842f3e1c4fe8349dcd32ec0f408cc51082e82d81ff6c62a60fd256145373b7_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:9f3ea1ff54dee0a230a1129a31b8b50afb8bed5601401c6e28a3faa5d7327643_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:cf91259c470d2b91c3bca9e6da4708e36d6b159041980fb1d8d8b682fc19483e_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:135cb77ac83e5349d88f9a8515d0beb346d8e1c9efb3c600b334426702927e90_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:80dca985b841d0db3ea0cf163c25a105c249ecd511f35935b1c86404a24cc73a_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c4f6189aed5a6929f7c1b9781bdd5e5e51431b1e397bb6ca3f622bb8c7ca8de4_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/discovery-rhel9@sha256:c630513c4f17f2102c5103ad9437d59a0ad074a01eed63c7a617144845067d52_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:26710c32244db70f7d968f578110c2a38d54bc728628354a80c9982dce6df524_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:642df0faa7b63abb477949a764cb02f29ff7aa1c81ca86be4cd6ea49542a4912_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:7e7b3fa484a14d72d14a8d3e9f0e39e1ddfa4e6a366720f3d9d1fab6816ec295_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hive-rhel9@sha256:9e36afebee7ad182461ce71d1de9bace76016434fc81d0e1c868eeef671b6bc4_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:0b0b29204005dc38bf4c7fbdf7868ad17e6f117d3e47e747a8f0e13f7608b8bf_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:74803eed838fda05e9650689ed004375d8f51bae3b703f3c2656db0fc037e9c3_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:8db536f3811724cf5ebc1849afd7f0a8b0afb77f848e9147cfa6d9433a2ce7c6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-addon-rhel9-operator@sha256:f1bcdf56731659bbb6a1bd8114924dd7189c11080179f942971d6eb0d2477ecc_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:5357001dbf8455909b12adf0c89b36c21fe7aeaf2b985537affa9ace2cb63220_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:54ab08463198f86ec1b7b529d0bb5c85ffe69ce67562053d22453b6c6a3d5738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:7222ed2fb716ea2c3b17c0963298c5267d94992bad4bed14e67959773f524b7b_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-cli-rhel9@sha256:fd0ec8844eb1093014c93c1b1d94dd3a08f675fe37e985872bed728e74289463_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:2da683dcc5611555bd43d293b85179c03ad75edb9abdec8cf459fd66a810d149_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:9923280fc422eec52d883789dca5474c49833923602bbe4e11d9762441556ee4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fd13f7ff6d5b36ae4ea356cd31b7418f2cdce749e73f1eaa7de7bb207b19bf74_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/hypershift-rhel9-operator@sha256:fe503a84053e39b150b411253b1cc070b70268b40757a91798e01d50a478e561_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:14a1242a70933349653b197f67ed82ad44e6f15e538da82323c54e40475e105d_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:2c1f2ed482705bb63b0735a48c793c0c05c2cf7b8ef4f880fc94f5163dd10ce6_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:4a6ef79ffa40e508257f84a88784b5facb0f3c08f029821b214a3547ed4fc01e_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/image-based-install-rhel9@sha256:5a866383d9f4977b85ce3a46e4c3d05f6ad3bc3f46a3a3749ac3dda69c99fe0e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:93a2d555730a27292142a1220c69c09c62c8164000cfc7428749ee0007f0b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9421edfefb275ea53a9da84e339786bdea14d67b5f2dbc3b648ab1beee158608_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:943a236140644ce9c67569c2fd5e82895cd8230bd7bc606073ed3d337f04a6db_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/kube-rbac-proxy-mce-rhel9@sha256:9c2dd88f3fef813f39694d982f9bc72f56c845f8e4d61274fe6139a058e04940_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:4de85fb645c49673a188cf16d9c5f60f6c22165f2c17d9d9575a261156895628_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:6e5daf53e758944f1bd73189320af6df8c73a1288990dbd9fab71617b417eec4_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:7e9cea4d99b8199f55c3568e7df4735e809434da82015a554ec30c31a21eda49_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managed-serviceaccount-rhel9@sha256:b2c33fa73936ff22062bfe1b223f4ec9cfd9262b583e2909f1b893fa886a91f3_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:375e353e9061b5e6969d4b3f8fa396bdd775529afa08aba2bdc5a5b9dd755cf5_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:6bb7f59bd91724bf9ce9b97410bc57f2a30c1a67fca555e52326c87beb5b14a9_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:a642e32b96d941cbd30805cece381f4f1909c333c1cc0caef235d97adc6ec0aa_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/managedcluster-import-controller-rhel9@sha256:b9e0a59ac4e7819d376f331522f5779396e3fbf6f6d992097773e4b160d0ccff_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:4f021c6ac93ab2867ecbf05920aa61ef498d00322dda77c93bd253b4b4804e8e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:6f99f95216c88a38b67b198f5e5dbb55275aac334bbd56ca9126de9bf93f2471_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:7ac4b491c48650651e774b0c4231d76c1815cee8dfe890960cb377705ad58118_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/mce-capi-webhook-config-rhel9@sha256:a0a26d867f76d94a860711c0fc51eb9267cc4086bc696bc1367b941adc934398_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:22c0c70b69645c5e6a5630b6623aa857afbe753d4ea5151e86fd2ec88d67f886_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:3c7531d2afacc243b442795102d961f9ec111d33409a09a31b7e9bed0a75d52f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:41a088ac743ca90308ba0738471fab5b7ba12c0d5a88c88aed12f19c5cf9ae3b_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/multicloud-manager-rhel9@sha256:b4dba38a06b90ec9a88ba2541429cd19d2a03588944045a5c0c4c33988329d07_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:09caff77bc08c100f903b69998dd30347d79f0a0aed7ac245e3194838ecd4752_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:56333a348a639bebf9d6d2b1f4524bd274aa696ec73763deb668226e9e12d8e2_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:6ae2fd22e8ca81684ffa10a3f549dd29c823661970b8bbd84a40f7255f58c979_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/must-gather-rhel9@sha256:78f90c81ddad11660c58c1fab0c5003cdbc22bd76bfb8dd0b5ff5bff1e01745e_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:6346b47545f668a23f2f02141291bcb30650a2fad1a56d97aae8b20baf986682_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:8c19d40c8de026714cd9a19bc5de7ea022e3ae9955b7b4299e9cbde69e92b780_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:ad7e9c1a2236ba34da8f5349f1fa7b35fcea8981d9257af8fca0a1ecc4d5a61d_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/placement-rhel9@sha256:df9ff018f6bd33041f426329cac6e14e4468282df52ee475b755d5d8710f56cd_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:3754baa2422fc727dd7151fcc836d08356a2fda50c4daba01ae759ebe65e0ae3_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:53b0432a50d5986cc88c2dc395e0061128f745ddba7f20c12e5cf1009e27b584_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:6c732da438243b73c1184a87184418f7f76549abc8b67925d3ff152c6fab2e18_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/provider-credential-controller-rhel9@sha256:a244bd58314878dcc3b76eaa2f2295d655ed3f10315747be85d46ea416c01738_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:06e9bb823c89bb1d82a0b9ab8580016b382a2a3e256cc3fbaa08136ef48b87ef_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:b2567205efc35b7741e711ce311dbe483c10c5102425d2bcb8974bbfeb7c80bd_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:db274fe9e0f62ff5dd5234d6f53253abfbeb0504ba20f9e4cc71e751ec3defda_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-operator-rhel9@sha256:ef81436e20db8fe798430f1694c6234d5583b1b97e1a689450c9e795de353563_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:1521447f3d76f4ba1e4cb92bd166285c5c8c19eb2976334817e0118ea163ee3e_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:5bd59b8e52e5af5a6c5946c383eaa762bbfa7b144b7b888172f14d10b5ad573f_amd64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:8aa0747c0ec6ba40947f6dd1464d56c5bfbc15225367cfb1ffc0a6fe65481c30_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/registration-rhel9@sha256:ade9141784f5c838a9c0125198ba84878f319827f38ddde98906754e316bae76_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:13270dfe532313f6ae5759b1e22661128796a2da284f84e9c932a7c1bf936562_arm64",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:1c1a736f524a9fe77e4748ef1612cfd0fdb80de751a39211bec2450d879bdd29_s390x",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:653be66b122b87623a622a495ed0231e51eb82d74d914b976faf608b518eda19_ppc64le",
"multicluster engine for Kubernetes 2.10:registry.redhat.io/multicluster-engine/work-rhel9@sha256:6932ca53fa2692b0db2e54fd1c27c689630c31faf5cc309f90d06f0bba9b04c5_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "hypershift-addon-operator: hypershift-addon-operator: unsanitized hub ConfigMap data passed as CLI arguments to privileged install Job (argument injection)"
}
]
}
SUSE-SU-2025:01731-1
Vulnerability from csaf_suse - Published: 2025-05-28 14:33 - Updated: 2025-05-28 14:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for go1.23-openssl",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.23-openssl fixes the following issues:\n\nUpdate to version 1.23.9 (bsc#1229122):\n\nSecurity fixes:\n\n- CVE-2024-45336: net/http: sensitive headers incorrectly sent after cross-domain redirect (bsc#1236046)\n- CVE-2024-45341: crypto/x509: usage of IPv6 zone IDs can bypass URI name constraints (bsc#1236045)\n- CVE-2025-22866: crypto/internal/fips140/nistec: p256NegCond is variable time on ppc64le (bsc#1236801)\n- CVE-2025-22870: net/http, x/net/proxy, x/net/http/httpproxy: proxy bypass using IPv6 zone IDs (bsc#1238572)\n- CVE-2025-22871: net/http: reject bare LF in chunked encoding (bsc#1240550)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-1731,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1731,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-1731,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-1731,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-1731,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-1731,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1731,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-1731,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-1731,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1731,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-1731,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-1731,SUSE-Storage-7.1-2025-1731",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_01731-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:01731-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501731-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:01731-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-May/039374.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229122",
"url": "https://bugzilla.suse.com/1229122"
},
{
"category": "self",
"summary": "SUSE Bug 1236045",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "self",
"summary": "SUSE Bug 1236046",
"url": "https://bugzilla.suse.com/1236046"
},
{
"category": "self",
"summary": "SUSE Bug 1236801",
"url": "https://bugzilla.suse.com/1236801"
},
{
"category": "self",
"summary": "SUSE Bug 1238572",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "self",
"summary": "SUSE Bug 1240550",
"url": "https://bugzilla.suse.com/1240550"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22866 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22866/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22870 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22870/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-22871 page",
"url": "https://www.suse.com/security/cve/CVE-2025-22871/"
}
],
"title": "Security update for go1.23-openssl",
"tracking": {
"current_release_date": "2025-05-28T14:33:12Z",
"generator": {
"date": "2025-05-28T14:33:12Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:01731-1",
"initial_release_date": "2025-05-28T14:33:12Z",
"revision_history": [
{
"date": "2025-05-28T14:33:12Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"product": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"product_id": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"product": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"product_id": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"product": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"product_id": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.9-150000.1.9.1.i586",
"product": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.i586",
"product_id": "go1.23-openssl-1.23.9-150000.1.9.1.i586"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.i586",
"product": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.i586",
"product_id": "go1.23-openssl-doc-1.23.9-150000.1.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"product_id": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"product_id": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"product": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"product_id": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"product": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"product_id": "go1.23-openssl-1.23.9-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"product": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"product_id": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"product": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"product_id": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"product": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"product_id": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"product": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"product_id": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"product": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"product_id": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.ppc64le"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.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.23-openssl-1.23.9-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
},
"product_reference": "go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-28T14:33:12Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-28T14:33:12Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
},
{
"cve": "CVE-2025-22866",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22866"
}
],
"notes": [
{
"category": "general",
"text": "Due to the usage of a variable time instruction in the assembly implementation of an internal function, a small number of bits of secret scalars are leaked on the ppc64le architecture. Due to the way this function is used, we do not believe this leakage is enough to allow recovery of the private key when P-256 is used in any well known protocols.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22866",
"url": "https://www.suse.com/security/cve/CVE-2025-22866"
},
{
"category": "external",
"summary": "SUSE Bug 1236801 for CVE-2025-22866",
"url": "https://bugzilla.suse.com/1236801"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-28T14:33:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-22866"
},
{
"cve": "CVE-2025-22870",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22870"
}
],
"notes": [
{
"category": "general",
"text": "Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to \"*.example.com\", a request to \"[::1%25.example.com]:80` will incorrectly match and not be proxied.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22870",
"url": "https://www.suse.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "SUSE Bug 1238572 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238572"
},
{
"category": "external",
"summary": "SUSE Bug 1238611 for CVE-2025-22870",
"url": "https://bugzilla.suse.com/1238611"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-28T14:33:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-22870"
},
{
"cve": "CVE-2025-22871",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-22871"
}
],
"notes": [
{
"category": "general",
"text": "The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-22871",
"url": "https://www.suse.com/security/cve/CVE-2025-22871"
},
{
"category": "external",
"summary": "SUSE Bug 1240550 for CVE-2025-22871",
"url": "https://bugzilla.suse.com/1240550"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-doc-1.23.9-150000.1.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-openssl-race-1.23.9-150000.1.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-05-28T14:33:12Z",
"details": "moderate"
}
],
"title": "CVE-2025-22871"
}
]
}
SUSE-SU-2025:0280-1
Vulnerability from csaf_suse - Published: 2025-01-29 07:33 - Updated: 2025-01-29 07:33| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.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.23",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.23 fixes the following issues:\n\n- Update to go1.23.5 (bsc#1229122)\n- CVE-2024-45341: Properly check for IPv6 hosts in URIs (bsc#1236045)\n- CVE-2024-45336: Persist header stripping across repeated redirects (bsc#1236046)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-280,SUSE-SLE-Module-Development-Tools-15-SP6-2025-280,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-280,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-280,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-280,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-280,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-280,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-280,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-280,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-280,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-280,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-280,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-280,SUSE-Storage-7.1-2025-280,openSUSE-SLE-15.6-2025-280",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0280-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0280-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250280-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0280-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020229.html"
},
{
"category": "self",
"summary": "SUSE Bug 1229122",
"url": "https://bugzilla.suse.com/1229122"
},
{
"category": "self",
"summary": "SUSE Bug 1236045",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "self",
"summary": "SUSE Bug 1236046",
"url": "https://bugzilla.suse.com/1236046"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
}
],
"title": "Security update for go1.23",
"tracking": {
"current_release_date": "2025-01-29T07:33:59Z",
"generator": {
"date": "2025-01-29T07:33:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0280-1",
"initial_release_date": "2025-01-29T07:33:59Z",
"revision_history": [
{
"date": "2025-01-29T07:33:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.5-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64",
"product_id": "go1.23-1.23.5-150000.1.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"product_id": "go1.23-doc-1.23.5-150000.1.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"product": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"product_id": "go1.23-race-1.23.5-150000.1.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.5-150000.1.18.1.i586",
"product": {
"name": "go1.23-1.23.5-150000.1.18.1.i586",
"product_id": "go1.23-1.23.5-150000.1.18.1.i586"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.5-150000.1.18.1.i586",
"product": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.i586",
"product_id": "go1.23-doc-1.23.5-150000.1.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"product_id": "go1.23-1.23.5-150000.1.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"product_id": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"product": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"product_id": "go1.23-race-1.23.5-150000.1.18.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.5-150000.1.18.1.s390x",
"product": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x",
"product_id": "go1.23-1.23.5-150000.1.18.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"product": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"product_id": "go1.23-doc-1.23.5-150000.1.18.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"product": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"product_id": "go1.23-race-1.23.5-150000.1.18.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.23-1.23.5-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64",
"product_id": "go1.23-1.23.5-150000.1.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"product_id": "go1.23-doc-1.23.5-150000.1.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"product": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"product_id": "go1.23-race-1.23.5-150000.1.18.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.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.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.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.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.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.23-1.23.5-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-1.23.5-150000.1.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-doc-1.23.5-150000.1.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.23-race-1.23.5-150000.1.18.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
},
"product_reference": "go1.23-race-1.23.5-150000.1.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-29T07:33:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.23-race-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-doc-1.23.5-150000.1.18.1.x86_64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.aarch64",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.ppc64le",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.s390x",
"openSUSE Leap 15.6:go1.23-race-1.23.5-150000.1.18.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-29T07:33:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
}
]
}
SUSE-SU-2025:0281-1
Vulnerability from csaf_suse - Published: 2025-01-29 07:34 - Updated: 2025-01-29 07:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.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.22",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for go1.22 fixes the following issues:\n\n- Update to go1.22.11 (bsc#1218424)\n- CVE-2024-45341: Properly check for IPv6 hosts in URIs (bsc#1236045)\n- CVE-2024-45336: Persist header stripping across repeated redirects (bsc#1236046)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-281,SUSE-SLE-Module-Development-Tools-15-SP6-2025-281,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-281,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-281,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-281,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-281,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-281,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-281,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-281,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-281,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-281,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-281,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-281,SUSE-Storage-7.1-2025-281,openSUSE-SLE-15.6-2025-281",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_0281-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:0281-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20250281-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:0281-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020228.html"
},
{
"category": "self",
"summary": "SUSE Bug 1218424",
"url": "https://bugzilla.suse.com/1218424"
},
{
"category": "self",
"summary": "SUSE Bug 1236045",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "self",
"summary": "SUSE Bug 1236046",
"url": "https://bugzilla.suse.com/1236046"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45336 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45336/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45341 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45341/"
}
],
"title": "Security update for go1.22",
"tracking": {
"current_release_date": "2025-01-29T07:34:56Z",
"generator": {
"date": "2025-01-29T07:34:56Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:0281-1",
"initial_release_date": "2025-01-29T07:34:56Z",
"revision_history": [
{
"date": "2025-01-29T07:34:56Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "go1.22-1.22.11-150000.1.39.1.aarch64",
"product": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64",
"product_id": "go1.22-1.22.11-150000.1.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"product": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"product_id": "go1.22-doc-1.22.11-150000.1.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"product": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"product_id": "go1.22-race-1.22.11-150000.1.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.22-1.22.11-150000.1.39.1.i586",
"product": {
"name": "go1.22-1.22.11-150000.1.39.1.i586",
"product_id": "go1.22-1.22.11-150000.1.39.1.i586"
}
},
{
"category": "product_version",
"name": "go1.22-doc-1.22.11-150000.1.39.1.i586",
"product": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.i586",
"product_id": "go1.22-doc-1.22.11-150000.1.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"product": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"product_id": "go1.22-1.22.11-150000.1.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"product": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"product_id": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
}
},
{
"category": "product_version",
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"product": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"product_id": "go1.22-race-1.22.11-150000.1.39.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.22-1.22.11-150000.1.39.1.s390x",
"product": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x",
"product_id": "go1.22-1.22.11-150000.1.39.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"product": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"product_id": "go1.22-doc-1.22.11-150000.1.39.1.s390x"
}
},
{
"category": "product_version",
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"product": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"product_id": "go1.22-race-1.22.11-150000.1.39.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "go1.22-1.22.11-150000.1.39.1.x86_64",
"product": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64",
"product_id": "go1.22-1.22.11-150000.1.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"product": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"product_id": "go1.22-doc-1.22.11-150000.1.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"product": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"product_id": "go1.22-race-1.22.11-150000.1.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.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.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.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.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.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.22-1.22.11-150000.1.39.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-1.22.11-150000.1.39.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-doc-1.22.11-150000.1.39.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go1.22-race-1.22.11-150000.1.39.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
},
"product_reference": "go1.22-race-1.22.11-150000.1.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45336",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45336"
}
],
"notes": [
{
"category": "general",
"text": "The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header which is redirected to b.com/ will not send that header to b.com. In the event that the client received a subsequent same-domain redirect, however, the sensitive headers would be restored. For example, a chain of redirects from a.com/, to b.com/1, and finally to b.com/2 would incorrectly send the Authorization header to b.com/2.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45336",
"url": "https://www.suse.com/security/cve/CVE-2024-45336"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236045"
},
{
"category": "external",
"summary": "SUSE Bug 1236046 for CVE-2024-45336",
"url": "https://bugzilla.suse.com/1236046"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-29T07:34:56Z",
"details": "moderate"
}
],
"title": "CVE-2024-45336"
},
{
"cve": "CVE-2024-45341",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45341"
}
],
"notes": [
{
"category": "general",
"text": "A certificate with a URI which has a IPv6 address with a zone ID may incorrectly satisfy a URI name constraint that applies to the certificate chain. Certificates containing URIs are not permitted in the web PKI, so this only affects users of private PKIs which make use of URIs.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45341",
"url": "https://www.suse.com/security/cve/CVE-2024-45341"
},
{
"category": "external",
"summary": "SUSE Bug 1236045 for CVE-2024-45341",
"url": "https://bugzilla.suse.com/1236045"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Enterprise Storage 7.1:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP6:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:go1.22-race-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-doc-1.22.11-150000.1.39.1.x86_64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.aarch64",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.ppc64le",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.s390x",
"openSUSE Leap 15.6:go1.22-race-1.22.11-150000.1.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-01-29T07:34:56Z",
"details": "moderate"
}
],
"title": "CVE-2024-45341"
}
]
}
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.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.