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

PostCSS: incomplete fix of CVE-2026-45623 — attacker-controlled sourceMappingURL reads arbitrary .map files when `from` is unset

postcss · postcss

6.3MediumCVSS 4.0
Recommended action
Within 7 days

Medium technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
Repository candidate not checked

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

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

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-69153 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitypostcss: PostCSS: Information disclosure via crafted sourceMappingURL
47 known affected

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

  • rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers
  • 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-agentic-console-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
  • postcss 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
Summary
A flaw was found in PostCSS. A remote attacker can exploit this vulnerability by providing a specially crafted sourceMappingURL when a specific configuration (the 'from' parameter) is not set. This can cause the application to read and expose unintended source-map files, potentially revealing sensitive information about the application's source code.
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-52373

No EUVD known-exploited evidence

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

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

Medium technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.19, if from is unset, an attacker can cause PreviousMap.loadFile() to read an unintended source-map file by supplying an absolute or directory-traversal sourceMappingURL. The resulting map’s sources and sourcesContent may then be exposed to the application. This issue is fixed in version 8.5.19.

What

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.19, if from is unset, an attacker can cause PreviousMap.loadFile() to read an unintended source-map file by supplying an absolute or directory-traversal sourceMappingURL. The resulting map’s sources and sourcesContent may then be exposed to the application. This issue is fixed in version 8.5.19.

Why

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

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

PostCSS takes a CSS file and provides an API to analyze and modify its rules by transforming the rules into an Abstract Syntax Tree. Prior to 8.5.19, if from is unset, an attacker can cause PreviousMap.loadFile() to read an unintended source-map file by supplying an absolute or directory-traversal sourceMappingURL. The resulting map’s sources and sourcesContent may then be exposed to the application. This issue is fixed in version 8.5.19.

Why

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

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.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') → 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
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-22

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

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

Common Vulnerability Scoring System 4.0: 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.ATPresentAttack requirements: A particular deployment or execution condition must be present.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCLowVulnerable-system confidentiality: A successful attack can cause a limited loss.VINoneVulnerable-system integrity: No direct loss is represented by this metric.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
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-22Public exploit reference
A

Official authority intelligence

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

03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-autorag-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 17 more
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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 91 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 3 Aug 2026 · Last source change 3 Aug 2026, 18:28 UTC · CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

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

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-autorag-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 17 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 80 more
    After
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-autorag-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 17 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 91 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 20 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 77 more
    After
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-autorag-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 17 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 80 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 21 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 77 more
    After
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-automl-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 20 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 77 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 24 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 69 more
    After
    rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-feature-server-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 21 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 77 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 24 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:4a2f8bf21d6d586e38004aaccd7e1be5787a1b65cd8701a526966b169288da72_amd64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b04e9cc3adfc112baf6e31914f632edd417621a16190be57fa7d4c843f1a3014_arm64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:d5a9ce3f57930eeaa80d1db6a158032c0be0ff20649d34872e439b71f2141252_s390x as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:ed6eef761e55efbe92086c46e589bbd8af7b4bfbfd6513db6902edf3eaabd222_ppc64le as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:276a0942eea96b4e61ab66bd10dd29390910b983946b262f49e40d09652631ce_arm64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:59ef62976a53518de4ec350fa1c7ef0e2cbf7e2c9b9c4a46e9dc47abf93443be_s390x as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6e983b527b8794bb1c18bf38f86a1ca5ee512ca2c08917ed0b6ef82c75c86151_amd64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:744ca97b61348a50ccdbb616d0ccae550a5e10b782867fc350ea5d6b1aa30256_ppc64le as a component of Red Hat OpenShift Service Mesh 3.0; and 53 more
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 24 more · 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/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:13ce75b9a8887eb81deed4d70d215cb4c08e6534ee20d7675759552006fd03a1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:2a78a7196bfcf24869ec478fd30861b2606d112d930cc89bac4896be4ef37a15_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:5b0496138b3fd32d7032f33ea96d58f93ca0e56e817914b67e13c6fceb10a0dd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; registry.redhat.io/rhacm2/console-rhel9@sha256:d33ea91405767b66b7a0e8b28b66a2a97727cbb0759b2df902735696af5307dd_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.17; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; and 69 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; and 27 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11.0
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; rhoai/odh-dashboard-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 24 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:4a2f8bf21d6d586e38004aaccd7e1be5787a1b65cd8701a526966b169288da72_amd64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b04e9cc3adfc112baf6e31914f632edd417621a16190be57fa7d4c843f1a3014_arm64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:d5a9ce3f57930eeaa80d1db6a158032c0be0ff20649d34872e439b71f2141252_s390x as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:ed6eef761e55efbe92086c46e589bbd8af7b4bfbfd6513db6902edf3eaabd222_ppc64le as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:276a0942eea96b4e61ab66bd10dd29390910b983946b262f49e40d09652631ce_arm64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:59ef62976a53518de4ec350fa1c7ef0e2cbf7e2c9b9c4a46e9dc47abf93443be_s390x as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:6e983b527b8794bb1c18bf38f86a1ca5ee512ca2c08917ed0b6ef82c75c86151_amd64 as a component of Red Hat OpenShift Service Mesh 3.0; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:744ca97b61348a50ccdbb616d0ccae550a5e10b782867fc350ea5d6b1aa30256_ppc64le as a component of Red Hat OpenShift Service Mesh 3.0; and 53 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; and 27 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; and 27 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11.0; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11.0
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; and 39 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.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; and 27 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    Red Hat Product Security
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.src as a component of Red Hat Enterprise Linux 10; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; and 40 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; and 39 more · 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/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    Red Hat Product Security
  11. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  12. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; and 33 more · 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; goose.src as a component of Red Hat Enterprise Linux 10; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; and 40 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:75910c4198336f86a0b345b116437dd608a35a975a0c92c684a77945b464a66d_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:84d7d33ed45b6ea7b45c9fb8518caaeaa6b936751199f9f728a18e774d3f4eeb_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:d5c7fedf882678fe9465566f983532da1ec2d90a1c3b7cd00b3ca29234de97b4_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/console-rhel9@sha256:ff46410d53fb779b172325276dd3223491fa7824324a2847d7f44e6fc39a3feb_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:31c72f35b5d170209dbf1d0801f12b0671283765157ec690774fc50aefde944e_ppc64le as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:5b9db2e01b7e7d9d86ba36e523ea5df8f36c9a2ad6d210db4ab8cd24995863cb_s390x as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:a076ba3192b7408fdb8484225d3591be134c95bdf8182095e62e83eb46289435_amd64 as a component of multicluster engine for Kubernetes 2.11; registry.redhat.io/multicluster-engine/console-mce-rhel9@sha256:b25cd815f89acc196fa6060bcfb155a19b1ae49a5e2911ac23d6548a499bd34c_arm64 as a component of multicluster engine for Kubernetes 2.11
    Red Hat Product Security
  13. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  14. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; and 47 more · Fixed: 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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; and 33 more · 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/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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    Red Hat Product Security
  15. Affected versionsThe structured affected or fixed version information changed.
    Before
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; and 55 more · Fixed: 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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; flightctl.src as a component of Red Hat Edge Manager 1; and 47 more · Fixed: 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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    Red Hat Product Security
  16. Affected versionsThe structured affected or fixed version information changed.
    Before
    cryostat-openshift-console-plugin-npm as a component of Cryostat 4; grafana-infinity-datasource-npm as a component of Cryostat 4; postcss as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; and 57 more · Fixed: 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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    After
    grafana-infinity-datasource-npm as a component of Cryostat 4; rhmtc/openshift-migration-ui-rhel8 as a component of Migration Toolkit for Containers; multicluster-engine/console-mce-rhel9 as a component of Multicluster Engine for Kubernetes; 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-agentic-console-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; openshift-service-mesh/kiali-ossmc-rhel9 as a component of OpenShift Service Mesh 3; openshift-service-mesh/kiali-rhel9 as a component of OpenShift Service Mesh 3; rhacm2/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-operator-bundle as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/volsync-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; postcss 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; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; postcss as a component of Red Hat build of Apache Camel - HawtIO 4; postcss as a component of Red Hat Build of Keycloak; 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; postcss as a component of Red Hat Data Grid 8; rhdh/red-hat-developer-hub-backstage-plugin-lightspeed as a component of Red Hat Developer Hub; rhdh/rhdh-hub-rhel9 as a component of Red Hat Developer Hub; and 55 more · Fixed: 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; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-13-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-13-main@src as a component of Red Hat Hardened Images; prometheus3-13-main@x86_64 as a component of Red Hat Hardened Images; prometheus3-5-main@aarch64 as a component of Red Hat Hardened Images; prometheus3-5-main@src as a component of Red Hat Hardened Images; prometheus3-5-main@x86_64 as a component of Red Hat Hardened Images; Streams for Apache Kafka 3.2.1
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-69153 · cve.blacktree.nl