BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-41567High confidence

Docker: `PUT /containers/{id}/archive` executes container binary on the host

moby · moby/v2/daemon

7.2HighCVSS 3.1
Recommended action
Within 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

2 package states
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · esm-appsdocker.ioUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 Sept 2026
Ubuntu 24.04 LTSnoble · esm-appsdocker.io-appUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2026-41567 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitydocker: Moby/Docker Engine: Arbitrary Code Execution via malicious container image and compressed archive upload
53 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence
  • multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes
  • multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes
  • multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes
  • openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed
  • rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5
  • rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7
  • rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8
  • rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9
  • skopeo as a component of Red Hat Enterprise Linux 10
  • skopeo-tests as a component of Red Hat Enterprise Linux 10
  • skopeo.src as a component of Red Hat Enterprise Linux 10
Summary
A flaw was found in Moby, the open-source container framework, and Docker Engine. A malicious container image can exploit this vulnerability to achieve arbitrary code execution with full daemon privileges, including host root access. This occurs when a user uploads a compressed archive to the container, as the daemon incorrectly uses decompression binaries from the container's filesystem. This allows an attacker to gain complete control over the affected system.
Remediation
For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation: https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/multicluster_global_hub/index
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-34779

No EUVD known-exploited evidence

Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious container image containing a trojanized decompression binary can achieve arbitrary code execution with full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding piping compressed archives into containers created from untrusted images

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
7.2 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious container image containing a trojanized decompression binary can achieve arbitrary code execution with full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding piping compressed archives into containers created from untrusted images

What

Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious container image containing a trojanized decompression binary can achieve arbitrary code execution with full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding piping compressed archives into containers created from untrusted images

Why

The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may execute code or commands in the affected security context.

What

Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious container image containing a trojanized decompression binary can achieve arbitrary code execution with full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding piping compressed archives into containers created from untrusted images

Why

The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

How

An attacker operating through local access may attempt exploitation with low privileges. If successful, the issue may execute code or commands in the affected security context.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
local access → Uncontrolled Search Path Element → execute code or commands in the affected security context
Attack surface
Local
Privileges required
Low: a basic authenticated account is required
User interaction
Required interaction required
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Changed: exploitation can affect a different security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-427

CWE-427: Uncontrolled Search Path Element. The product uses a fixed or controlled search path to find resources, but one or more locations in that path can be under the control of unintended actors.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRLowPrivileges required: The attacker needs basic user-level privileges.UIRequiredUser interaction: Another user must perform an action for exploitation to succeed.SChangedScope: The attack can affect a component governed by a different security authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
After compromise, an attacker may use built-in shells, scripting engines, scheduled tasks and native network utilities for discovery, persistence or movement. This is a plausible LoTL path, not evidence that it has occurred for every attack.
Remote code executionCWE-427
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

ENISA EUVD · EUVD-2026-34779Official EUVD mapping

Moby is an open source container framework. In versions prior to 29.5.1 and in moby/moby v2 prior to v2.0.0-beta.14, when a compressed archive is uploaded to a container via `PUT /containers/{id}/archive` or piped through `docker cp -`, the daemon resolves decompression binaries (such as `xz` or `unpigz`) from the container's filesystem rather than the host's due to incorrect ordering of operations. A malicious container image containing a trojanized decompression binary can achieve arbitrary code execution with full daemon privileges, including host root UID and unrestricted capabilities, when a user uploads a compressed (xz or gzip) archive into that container. This issue is fixed in Docker Engine 29.5.1 and moby/moby v2.0.0-beta.14. Workarounds include only running containers from trusted images, using authorization plugins to restrict access to the `PUT /containers/{id}/archive` endpoint, and avoiding piping compressed archives into containers created from untrusted images

Official EUVD record
BSI · German · WID-SEC-W-2026-1584docker: Mehrere Schwachstellen

Ein lokaler Angreifer kann mehrere Schwachstellen in docker ausnutzen, um beliebigen Programmcode mit Administratorrechten auszuführen, einen Denial-of-Service-Zustand zu verursachen oder Daten zu manipulieren.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more
Fixed
registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
Action
For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation: https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.13/html/multicluster_global_hub/index
Workaround
No verified workaround is recorded. Limit untrusted access and use least privilege until authoritative guidance is available.
04

Evidence and provenance

Published 5 Jun 2026 · Last source change 7 Sept 2026, 12:04 UTC · CWE-427 · Uncontrolled Search Path Element

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2026-34779
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD awaiting enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 26 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  4. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 26 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 26 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.2; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; skopeo as a component of Red Hat Enterprise Linux 9; skopeo-tests as a component of Red Hat Enterprise Linux 9; skopeo.src as a component of Red Hat Enterprise Linux 9; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 26 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  7. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
  11. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  12. Affected versionsThe structured affected or fixed version information changed.
    Before
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:46d3139333312711d3a5182fa39faa17f55ad958705d5cac251d4368c19ea10c_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7ea29573411a624258921e47724e74d5990e08961d439b570fa7e514ca1e089e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8f60851c9d3e9cb1acd491f76b9e69ed960a0aa2aef05150db679e77041c6db0_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:dcf3c795131a0ad5d23d84cf75624bc6a218b92fc7f77d315f09abd13043af99_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.0; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:95e75300d8973cff3e15e02481c134fe82f04bbfcf5a7d47f3e70bc4be2afdf7_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:e556c0bb72ec94a866d8377c1c6b86f8378e0600cc438dc07b5b0bc4f8fe8bec_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:37413dc3a5a103aa2bf7a3729015273bff19ab3cd075a0e116ec815ebddc251c_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-rhel9-operator@sha256:5e517f3a9f3aabd9309b2ae9a4845fd49ba50f68480badfecf78ae3630208b68_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    After
    exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/cluster-api-provider-azure-rhel9 as a component of Multicluster Engine for Kubernetes; openshift-lightspeed/lightspeed-rhel9-operator as a component of OpenShift Lightspeed; rhceph/rhceph-5-dashboard-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 7; rhceph/grafana-rhel9 as a component of Red Hat Ceph Storage 8; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; skopeo as a component of Red Hat Enterprise Linux 10; skopeo-tests as a component of Red Hat Enterprise Linux 10; skopeo.src as a component of Red Hat Enterprise Linux 10; containers-common.src as a component of Red Hat Hardened Images; opentelemetry-collector-contrib.src as a component of Red Hat Hardened Images; opentelemetry-collector.src as a component of Red Hat Hardened Images; trivy.src as a component of Red Hat Hardened Images; rhoai/odh-data-science-pipelines-argo-argoexec-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-agent-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-llmisvc-controller-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-kserve-router-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-metadata-collection-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-must-gather-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 23 more · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:534f21b4fa204a463f8bef0ed54eee2bf66e549e92ede32dad3ae67a32779b3c_s390x as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8a0d6dd45f38bf49e18944c3dd487035b4866e36453bd2a322918ce03f2262db_arm64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:ecae6850a68896cf10e7c2c2b9d23987ee2b9108618a33b98d8a372d3649dd6a_ppc64le as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f58b750ede7e9dbce58f763c6cdf74901499619a15fe8f57590ea647f08267ad_amd64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:195e3f89eee8e33fadedb701918846da6ab1c9e0edf23718e0bf024995f09977_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:21ea61d1524280f483fe2b55f17d4d5510c21e207c6403fa4e5e248f39f70b5c_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e7aaef898bce215f645dc0b8e28414509bf5dd5805720c6380548f1ab32907cd_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:f7c4bbfa958c00f1f43e8d4470c4b11ee7c5558e1f2df707ca45e179370c3103_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:165efe95829019cfa2262f929dce52ea95ff83ce495309726aad336fbdd5e346_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:1fa54de6f9a2b2637715ba73efae4cd31eb2be55121ffdf33306d2cafc7cbdd3_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:3891a8717d05c5fd308ed4b3b09d53b793f5bddfadc365f7c07e597b5a14ce4d_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel8@sha256:f3f19ccbae2990e1b0b5c366f880b1c1eb2a5f7515a4017f4fe6c9b089bf27d0_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:2a8a7fcaf8cb0acc0a2a66a46338887ca8a9823adc1d5fe29f2440560895ff7e_amd64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:c2321623908f1bbc2b353b7fd50cf30835511ef2715b00df1362edca3c8476a3_s390x as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:da07963beb33a34655d8aa1bf7c9b37b2c63d572d2689cf934243da5a2578573_ppc64le as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/source-to-image/source-to-image-rhel9@sha256:fc22e7614d51d5a1f809cdea32979acec0e05361cdfd94ac773d269f473e6860_arm64 as a component of OpenShift Developer Tools and Services 1.6.3; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:022f660bb0be440e9d99abf8815ede618710a390d315ccc79e9812a1c0f9ae02_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:1e55fe6360f7b5bce7d4ae524235b3ed5c8af0088b90c25c85dc8fe29319e777_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:9e492330bdada69efd431ecc370e3082fdd9366d2e5a00901f1101fb71fbaea5_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:bdbd70d08ef6c7266a0a7cf0026192fffdb7c96a9bd13eec21a1046dc60ed54d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:05df2bcbadb214e4873082f282ef013565f04f24dce406d3802288d6ad574741_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:4d2215693809fd61f6d4d81333b41739fd7e34ad87fe79f9176db69c95265acb_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:bda64b773b0cad6ac42ef57948b61ae92ab97fcf264e946f83fda183850af573_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/cephcsi-rhel9@sha256:fb187a502fe69355bf96070a3761e1800a66f6b282d1e1169bba016d9085eee6_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:0ec0bc6ad7ee67b04329e5ecd38d2875bfb32374eda4afcb3748b38c35e3b99d_s390x as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:9841e96fcd4ce5aa597e1f0055a51a75aa01d26b4c347f245b0b550e17546389_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:c1f7e2899e8cd209f08d3e7501a3dc7b8237cc4ca980792902e131df23d157ef_amd64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/devicefinder-rhel9@sha256:e08093d4536d5d416e53344a12ddca0d11e6fe0d2ba4fdc274993ec65a375e15_arm64 as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:10e9e92062c5a5f20882f2b50beff64f79f7694c381aec03c76f39000d85dada_ppc64le as a component of Red Hat Openshift Data Foundation 4.22; registry.redhat.io/odf4/mcg-core-rhel9@sha256:2fd265900415e09d09023b1f34b6abf7c69c788112ba2d1584cd5351d02256e1_arm64 as a component of Red Hat Openshift Data Foundation 4.22; and 98 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-41567 · cve.blacktree.nl