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

BuildKit vulnerable to malicious frontend causing file escape outside of storage root

moby · buildkit

8.4HighCVSS 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 · standard archivedocker.io-appVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.29.1.3-0ubuntu3~24.04.2Canonical 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-33747 · CSAF 2.0 · revision 3 · finalRed Hat Product SecurityBuildKit: github.com/moby/buildkit: BuildKit: Arbitrary file write and code execution via untrusted frontend
27 known affected

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

  • assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2
  • openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation
  • openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift
  • rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers
  • rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers
  • migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization
  • mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization
  • multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes
  • multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes
  • ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services
  • openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless
  • openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless
Summary
A flaw was found in BuildKit, a toolkit for converting source code to build artifacts. An untrusted BuildKit frontend can be leveraged to craft a malicious API message, allowing files to be written outside of the designated BuildKit state directory. This vulnerability, which is a form of arbitrary file write, could enable an attacker to execute unauthorized code or escalate their privileges on the system. This issue arises when custom BuildKit frontends are used with specific configuration options.
Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied.
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-16518

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

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
Not supplied in the stored EUVD record
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

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, when using a custom BuildKit frontend, the frontend can craft an API message that causes files to be written outside of the BuildKit state directory for the execution context. The issue has been fixed in v0.28.1. The vulnerability requires using an untrusted BuildKit frontend set with `#syntax` or `--build-arg BUILDKIT_SYNTAX`. Using these options with a well-known frontend image like `docker/dockerfile` is not affected.

What

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, when using a custom BuildKit frontend, the frontend can craft an API message that causes files to be written outside of the BuildKit state directory for the execution context. The issue has been fixed in v0.28.1. The vulnerability requires using an untrusted BuildKit frontend set with `#syntax` or `--build-arg BUILDKIT_SYNTAX`. Using these options with a well-known frontend image like `docker/dockerfile` is not affected.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

How

An attacker operating through local access may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

BuildKit is a toolkit for converting source code to build artifacts in an efficient, expressive and repeatable manner. Prior to version 0.28.1, when using a custom BuildKit frontend, the frontend can craft an API message that causes files to be written outside of the BuildKit state directory for the execution context. The issue has been fixed in v0.28.1. The vulnerability requires using an untrusted BuildKit frontend set with `#syntax` or `--build-arg BUILDKIT_SYNTAX`. Using these options with a well-known frontend image like `docker/dockerfile` is not affected.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

How

An attacker operating through local access may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

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 → Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-22

CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'). The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

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:L/PR:N/UI:N/S:U/C:H/I:H/A:H

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.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
UnauthenticatedCWE-22
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-0873docker: Mehrere Schwachstellen

Ein lokaler Angreifer kann mehrere Schwachstellen in docker ausnutzen, um Sicherheitsvorkehrungen zu umgehen und Informationen offenzulegen.

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
assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3
Fixed
registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 237 more
Action
Before applying this update, make sure all previously released errata relevant to your system have been applied.
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 27 Mar 2026 · Last source change 27 Mar 2026, 19:59 UTC · CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

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-16518
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 237 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 237 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 149 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 237 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-machine-os-images-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 149 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 149 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-machine-os-images-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 149 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; openshift-serverless-1/kn-client-kn-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-plugin-func-func-util-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/serverless-must-gather-rhel9 as a component of OpenShift Serverless; pen-drive/pen-drive-scanner-rhel9 as a component of Pen Drive Powered by Red Hat Lightspeed; podman-desktop-macos-1-0 as a component of Red Hat Build of Podman Desktop; podman-desktop-windows-1-0 as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhdesktop/rh-podman-desktop-ext-rhel-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; rhoai/odh-workbench-codeserver-datascience-cpu-py312-rhel9 as a component of Red Hat OpenShift AI (RHOAI); lvms4/lvms-must-gather-rhel9.src as a component of Red Hat OpenShift Container Platform 4; openshift-kni/commatrix as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel8 as a component of Red Hat OpenShift Container Platform 4; openshift4/cnf-tests-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/kube-compare-artifacts-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/numaresources-must-gather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-machine-os-images-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift4/ose-secrets-store-csi-mustgather-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/must-gather-rhel8 as a component of Red Hat OpenShift GitOps; quay/quay-builder-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:4490beeb9fdb719cc93232301a83637a1b0ce702bee0fd910ccd3cd4c11e50d0_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b3331c129826252d0b92fc27246597482bbe75e8eecea9bfa64d56be490c8d63_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b8975f3cb3ab52842046e7a060e770de5ab3df539410825f8028db402746dc49_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:d766b160ca81c2b7ad6b6d5c6915b3a92c6bb673cc9a8d06e9092b9760967d85_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:15a5dc9571818879988dfdc824ee63fdde8b1e7eb60ea3a6a80e0f8d7e35f07c_arm64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:99ee1439b65c10715d8c68db82d34c940b35d49333e75206342c4071ac6b7ea9_s390x as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:ac6657db103d21fe3087af65ac5db65674808c076108e7e72d44f446a6c06fde_ppc64le as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:f0eeb401ff9af1cf1a1ec7f675af1b971d333b1b9a060f733583a0505ef755d6_amd64 as a component of OpenShift API for Data Protection 1.5; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:175cae5e7070f704b8649a9060e9739b0d99b0d029e1f8253c6585da80e7eb93_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:4fed360635cf2743fac60e6bf01675756bf83595c66bc39f95ffc05d92c32a4f_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:71a3c91d3291463550ce30f8517c9cf3234c34d723eb135526addd5bc6758acd_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-datascience-cpu-py312-rhel9@sha256:d41476473eea843c3ad0536636677df44e00f0d90cd7b5fd31828051f27dc76b_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:0a5fe7a0b2a98ac01a8d3346d8f8f8b593c8c03e20bcbf4cc4776d02ef0b8630_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:347acde2e0f14e6511045cc5ffd073ec62bd85692ee817c8feb55872d8cfd397_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:553e01fd414be691583b0b17a3d9ac284098124f91561151ffd0044de94714ad_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-minimal-cpu-py312-rhel9@sha256:95b92c77bdfb86e7f4d90895cce308352d4ed1c6b742f9171f7d1d728c30db8a_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-cuda-py312-rhel9@sha256:6ef6018faeb2be253f437ff313da5184a023d12c78951888acb2b016a571c87d_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-llmcompressor-cuda-py312-rhel9@sha256:d150ba369d1d8f016ecc9d723847f265c41760b3f9c9b73e316ddf92ea79c803_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-pytorch-rocm-py312-rhel9@sha256:d2a02e2ce236d575426bd568b3811a1a539d4c7cc70e18b63df177fe2f67346b_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:52946083d1ce356de0efcdf288ae48e510989594ade49d9b960c316c6d5071b7_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-cuda-py312-rhel9@sha256:b1e12d98e56a61ac16e129fc2482c655a41c2aa7a22a494ad1472c3e738a189c_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-pipeline-runtime-tensorflow-rocm-py312-rhel9@sha256:0b62827a643e8af3edc59dcd386c4a7c72ecd094f065777556ceddd33d9865ca_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:328cde258a3c1baa3695f2688f8ecccb06985d500d07dba2771717a800862f46_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:3e71747f687a8aa9fb909e4caa6f67cb85ced1508d0be82eaafada58fa971693_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:6c4e1c9da945cb4ac744309eb1723908fe2fec4485e50750f568ecc69e8076c3_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-workbench-jupyter-datascience-cpu-py312-rhel9@sha256:98a48a4e104b28f318a94f263aa0f93090520d1cb67c5117d3c80a1d81def092_amd64 as a component of Red Hat OpenShift AI 2.25; and 149 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-33747 · cve.blacktree.nl