webpack-dev-server vulnerable to HMR WebSocket interception via permissive user proxies
webpack-dev-server · webpack-dev-server
5.3MediumCVSS 3.1
Recommended action
Scheduled
Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.
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 release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
node-webpack
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
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-9595 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitywebpack-dev-server: webpack-dev-server: Information disclosure and denial of service via improper proxy configuration
21 known affected
The vendor explicitly identifies these products as affected by this CVE.
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator
workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator
workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator
openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed
openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines
webpack-dev-server as a component of Red Hat AMQ Broker 7
Summary
A flaw was found in webpack-dev-server. When a user configures a proxy with a broad context, such as '/', and enables WebSocket (ws: true) forwarding, the development server's own Hot Module Replacement (HMR) WebSocket can be intercepted. This interception leads to the leakage of the browser's cookies and Origin header to the proxy target, bypassing the server's Host/Origin validation. Additionally, it can corrupt the HMR socket, resulting in a denial of service for the HMR functionality.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
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-36729
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 actionScheduled
Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.
Patch available
01
What, why and how
Impact: When a user-configured proxy on webpack-dev-server has a broad context (e.g. /) and ws: true, it also intercepts the dev server's own HMR WebSocket and forwards it to the proxy target. This leaks the browser's cookies and Origin header to the backend, bypasses the dev server's Host/Origin validation, and corrupts the HMR socket (both HMR and the proxy end up writing to the same socket).
Patches: Fixed in webpack-dev-server@5.2.5.
Workarounds: Scope user-defined proxy context to specific paths instead of /, or omit ws: true from the proxy entry when WebSocket forwarding is not required.
What
Impact: When a user-configured proxy on webpack-dev-server has a broad context (e.g. /) and ws: true, it also intercepts the dev server's own HMR WebSocket and forwards it to the proxy target. This leaks the browser's cookies and Origin header to the backend, bypasses the dev server's Host/Origin validation, and corrupts the HMR socket (both HMR and the proxy end up writing to the same socket).
Patches: Fixed in webpack-dev-server@5.2.5.
Workarounds: Scope user-defined proxy context to specific paths instead of /, or omit ws: true from the proxy entry when WebSocket forwarding is not required.
Why
The product does not properly verify that the source of data or communication is valid.
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
Impact: When a user-configured proxy on webpack-dev-server has a broad context (e.g. /) and ws: true, it also intercepts the dev server's own HMR WebSocket and forwards it to the proxy target. This leaks the browser's cookies and Origin header to the backend, bypasses the dev server's Host/Origin validation, and corrupts the HMR socket (both HMR and the proxy end up writing to the same socket).
Patches: Fixed in webpack-dev-server@5.2.5.
Workarounds: Scope user-defined proxy context to specific paths instead of /, or omit ws: true from the proxy entry when WebSocket forwarding is not required.
Why
The product does not properly verify that the source of data or communication is valid.
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 → Origin Validation Error → 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
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-346: Origin Validation Error. The product does not properly verify that the source of data or communication is valid.
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:L/PR:N/UI:N/S:U/C:N/I:N/A:L
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.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.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.ALowAvailability impact: A successful attack can cause a limited loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-346
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
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
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3
Fixed
rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:153e73e374926779a40f7aadac27a68cdd57bf0e4fb887f5289a30eb8606a516_amd64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:19dc82d1409940e5a8f544dd2c8c6df1f6e3a27f4fffc2a5f35e98cf95c7f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5b7053e462d4e67fe53deecd94d373631ea422012e197430cd7ffe59bd6731fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c0775dd48b956ba781ceb7e1b930d8c3012f6b40748d32e3597ff3c292fd733d_arm64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; and 9 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
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 15 Jun 2026 · Last source change 15 Jun 2026, 16:08 UTC · CWE-346 · Origin Validation Error
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-36729
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.
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:153e73e374926779a40f7aadac27a68cdd57bf0e4fb887f5289a30eb8606a516_amd64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:19dc82d1409940e5a8f544dd2c8c6df1f6e3a27f4fffc2a5f35e98cf95c7f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5b7053e462d4e67fe53deecd94d373631ea422012e197430cd7ffe59bd6731fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c0775dd48b956ba781ceb7e1b930d8c3012f6b40748d32e3597ff3c292fd733d_arm64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; and 9 more
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:153e73e374926779a40f7aadac27a68cdd57bf0e4fb887f5289a30eb8606a516_amd64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:19dc82d1409940e5a8f544dd2c8c6df1f6e3a27f4fffc2a5f35e98cf95c7f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5b7053e462d4e67fe53deecd94d373631ea422012e197430cd7ffe59bd6731fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c0775dd48b956ba781ceb7e1b930d8c3012f6b40748d32e3597ff3c292fd733d_arm64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; and 9 more
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; and 5 more
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:153e73e374926779a40f7aadac27a68cdd57bf0e4fb887f5289a30eb8606a516_amd64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:19dc82d1409940e5a8f544dd2c8c6df1f6e3a27f4fffc2a5f35e98cf95c7f8bf_s390x as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5b7053e462d4e67fe53deecd94d373631ea422012e197430cd7ffe59bd6731fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c0775dd48b956ba781ceb7e1b930d8c3012f6b40748d32e3597ff3c292fd733d_arm64 as a component of Red Hat OpenShift Container Platform 4.19; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; and 9 more
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.2
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; and 5 more
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.2
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 10; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 8; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.2
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3 · Fixed: registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:9595023cdb01463dcab779b7e041987c6d00769bb174f43aadd477293a521508_amd64 as a component of Red Hat Ansible Automation Platform 2.2; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22
Affected versionsThe structured affected or fixed version information changed.
Before
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; cockpit-ha-cluster as a component of Red Hat Enterprise Linux 10; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 10; pcs as a component of Red Hat Enterprise Linux 10; pcs-snmp as a component of Red Hat Enterprise Linux 10; pcs.src as a component of Red Hat Enterprise Linux 10; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 8; pcs as a component of Red Hat Enterprise Linux 8; pcs-snmp as a component of Red Hat Enterprise Linux 8; pcs.src as a component of Red Hat Enterprise Linux 8; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 9; pcs as a component of Red Hat Enterprise Linux 9; pcs-snmp as a component of Red Hat Enterprise Linux 9; and 7 more · Fixed: registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.20; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22
After
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-console-plugin-rhel9 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; webpack-dev-server as a component of Red Hat AMQ Broker 7; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-eda-controller.src as a component of Red Hat Ansible Automation Platform 2; webpack-dev-server as a component of Red Hat build of Apache Camel - HawtIO 4; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhcl-1/rhcl-console-plugin-rhel9 as a component of Red Hat Connectivity Link 1; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 10; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 8; js-d3-flame-graph.src as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; quay/quay-rhel8 as a component of Red Hat Quay 3; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:533ab1f845bb6be19df79e7209a08b911aaa2fbda2085e170675e9a1e5f7d14d_s390x as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:5c100edf885e49a0c1f9972670ec1f939f4a9bef7a5f3bb32b016fa218a516a8_amd64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:76d5b9577000afe0c7e7a7d9c424ca48e2c79a3f638e766a386685379cb93af8_ppc64le as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-25/lightspeed-rhel8@sha256:801396a430151cdf7409bd606e7031d0d7da4983e08c4cfb5ff172344bbaafdc_arm64 as a component of Red Hat Ansible Automation Platform 2.5; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:544021b673fcef3bfe5291e0e82ed387d93735b52c983cd7b8b15779f4676ac1_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d0230cc8ceaa4a82381b566d3661a49567f62c47ec8da11e8c96550e30bcb88f_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:d1246fb6fa7ff8221d88c00d73fa59ccfdc09eb3260af45adc8ddf568c5a0398_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:f5c7dd391581c2549b57ea4a5f61133221d19951ac45ff10952bc26048b71975_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; Red Hat Data Grid 8.6.2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:39e32df84e26a6d882fd2f18d6a9981e5dd77ddfcd7fc18f1553d0ba726019a3_amd64 as a component of Red Hat Discovery 2; registry.redhat.io/discovery/discovery-ui-rhel9@sha256:8268709ddc6c9537cb5f0ab978b7afc507fdbf035723327e3f542b10eef2b25c_arm64 as a component of Red Hat Discovery 2; registry.redhat.io/rhmtc/openshift-migration-ui-rhel8@sha256:d2cd392eee3d359b4c26e0c02ca32196e4e7c40960a2c3c1963d24062554af4b_amd64 as a component of Red Hat Migration Toolkit 1.8; registry.redhat.io/openshift4/ose-console-rhel9@sha256:3a79619db99018fe975a7b12af67c2783960deafa6b9b3dc445bc07c800faa93_amd64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ed063772acdb60ee7d88fd9a7c40e361f09b37488e893fee8a54e1d33f2017ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:f6ccc6918290a5eb14a781215c58a2c1f46d78956d63cf16b87d6eb6e7ee2274_arm64 as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fb678436c62a761bc0dae97ad9cf504c63abe7db5e3383d38f2d09449958ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.21; registry.redhat.io/openshift4/ose-agent-installer-ui-rhel9@sha256:6fb2139076d317da187e3dae197991cbc3ade4b2519ff9f182e7375976330675_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:0610413203a3083c083084cf7b51050c4c2cee3148ac0844f8faf744c75f40cf_s390x as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:4a3a4095ad38c6bd1fa0bb322a8be8ccf19bfeb9e9c3e83bdddfac3a7f8b06b5_arm64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:5ff770c44420c7429fd945a101d5cea41f3fcbc93769a107886ebd7df0292be9_amd64 as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:fa8b9f3d1409b388a51e384dab530668b0fdbad20a8c22ed9e8a8d7d45d8c35a_ppc64le as a component of Red Hat OpenShift Container Platform 4.22; registry.redhat.io/openshift4/ose-console-rhel9@sha256:20e9acb7970e6157ba1e078713ac168b4481f2c6886243a28f4e2fb985d7786e_arm64 as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:663c5baa630bb6039c3d8d48bc347f795179226fad1047aa0e8b47f75b517536_ppc64le as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:c93e7a6d72e81d25bc436316de5708881b5caa6362328686140d4d6d871d7ecd_s390x as a component of Red Hat OpenShift Container Platform 4.2; registry.redhat.io/openshift4/ose-console-rhel9@sha256:ceaa87d5d35005695d5cf5335e9c086106f021b2d311fc8d95460022cd5faec4_amd64 as a component of Red Hat OpenShift Container Platform 4.2
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.
CVE-2026-9595: webpack-dev-server vulnerable to HMR WebSocket interception via permissive user proxies | BlackTree