BlackTreeCVE Intelligence
← Back to the CVE catalogue
Full vulnerability report · 2026
CVE-2026-49478High confidence

Fulcio has OIDC Discovery Redirect Following Allows SSRF and JWKS Substitution for Meta-Issuer Paths, with Kubernetes Service-Account Token Leakage

sigstore · fulcio

8.7HighCVSS 3.1
Recommended action
Within 7 days

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

Patch available
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-49478 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitygithub.com/sigstore/fulcio: Fulcio: Server-Side Request Forgery and Kubernetes ServiceAccount token leakage
164 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
  • kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift
  • lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core
  • lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core
  • openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift
  • lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage
  • rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers
  • 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
  • migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization
Summary
A flaw was found in Fulcio's OpenID Connect (OIDC) Discovery client. This vulnerability allows a remote attacker to perform Server-Side Request Forgery (SSRF) by redirecting discovery requests to internal systems. Additionally, an attacker can manipulate the JSON Web Key Set (JWKS) Uniform Resource Identifier (URI) to poison the verifier cache with malicious keys, enabling the validation of attacker-controlled signatures. Furthermore, the flaw can lead to the leakage of Kubernetes ServiceAccount tokens to third-party hosts through cross-host redirects or misconfigured MetaIssuers, potentially exposing sensitive cluster credentials.
Remediation
If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release.
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-57859

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

Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Versions through 1.8.5 improperly follow cross-host redirects and attach Kubernetes ServiceAccount tokens during OIDC discovery, allowing a malicious or compromised issuer to perform blind SSRF, substitute and cache malicious JWKS keys, or disclose ServiceAccount tokens to external hosts. Version 1.8.6 blocks cross-host redirects, restricts token injection, and restricts local token loading. No known workarounds are available.

What

Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Versions through 1.8.5 improperly follow cross-host redirects and attach Kubernetes ServiceAccount tokens during OIDC discovery, allowing a malicious or compromised issuer to perform blind SSRF, substitute and cache malicious JWKS keys, or disclose ServiceAccount tokens to external hosts. Version 1.8.6 blocks cross-host redirects, restricts token injection, and restricts local token loading. No known workarounds are available.

Why

The server follows an attacker-influenced destination, allowing requests to systems or services the attacker cannot reach directly.

How

An attacker operating through a network path 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

Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Versions through 1.8.5 improperly follow cross-host redirects and attach Kubernetes ServiceAccount tokens during OIDC discovery, allowing a malicious or compromised issuer to perform blind SSRF, substitute and cache malicious JWKS keys, or disclose ServiceAccount tokens to external hosts. Version 1.8.6 blocks cross-host redirects, restricts token injection, and restricts local token loading. No known workarounds are available.

Why

The server follows an attacker-influenced destination, allowing requests to systems or services the attacker cannot reach directly.

How

An attacker operating through a network path 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
a network path → Server-Side Request Forgery (SSRF) → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
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-918

CWE-918: Server-Side Request Forgery (SSRF). The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

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

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.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
Stolen credentials, tokens and legitimate administration functions may provide continued access without deploying a large custom toolset.
NetworkUnauthenticatedCWE-918
A

Official authority intelligence

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

Cyber Security Agency of Singapore · English · CSA-SB-20260819Security Bulletin 19 Aug 2026

The Cyber Security Agency of Singapore included this CVE in its official Security Bulletin 19 Aug 2026, published on 19 August 2026. Open the linked bulletin for the product, severity and reference information published in that issue.

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
Fixed
Action
If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 13 Aug 2026 · Last source change 15 Aug 2026, 03:14 UTC · CWE-918 · Server-Side Request Forgery (SSRF)

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

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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 134 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 134 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 135 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 134 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 135 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 135 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; 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/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; and 135 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    Red Hat Product Security
  5. 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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    Red Hat Product Security
  6. 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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    Red Hat Product Security
  7. 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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.9
    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; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; lightspeed-core/rag-tool-cpu-rhel9 as a component of Lightspeed Core; lightspeed-core/rag-tool-cuda-12.9-rhel9 as a component of Lightspeed Core; openshift-logging/cluster-logging-rhel9-operator as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-must-gather-rhel9 as a component of Logical Volume Manager Storage; rhmtc/openshift-migration-controller-rhel8 as a component of Migration Toolkit for Containers; 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; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; multiarch-tuning/multiarch-tuning-rhel9-operator as a component of Multiarch Tuning Operator; multicluster-engine/assisted-installer-controller-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; oadp/oadp-mustgather-rhel9 as a component of OpenShift API for Data Protection; oadp/oadp-velero-plugin-rhel9 as a component of OpenShift API for Data Protection; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-agentic-sandbox-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-chains-controller-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-chains-controller-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-cli-tkn-rhel8 as a component of OpenShift Pipelines; and 123 more · Fixed: registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2361878517379a3ac144549d4240785758b46ef5b01421edbb2df9d63452c1d1_amd64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:349867ea5dec173408f68afaef3d57e556d09dea1b3a03923bc3a32c3d2dc96e_s390x as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:5a3c968f2c6bfb3cdfb23ac714069cfbb43222ffcb3bdf3b0d2d3d4425dbd56a_arm64 as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9edd22028ee245414b20edb4ce65af446ff803207b883514e3991fdce67b71fd_ppc64le as a component of Red Hat Advanced Cluster Security 4.9; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:2cd067c86c7d3297a4f9324b31950e844e699ab2375ffcf1547a814e5831b3ee_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:6285a6535f012775f552442253463881d510e933ee575b5c7fda649e8df3c536_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:75be60f007da174e37b146a46f0b34c8fbee80573a916539147cc435ac48e77c_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10; registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:896b1a826f67e9216b7d46f35def353293c8afbe1a124cdd8ec8aab0f1c0797f_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.10
    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-49478 · cve.blacktree.nl