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

axios 0.28.0 before 1.18.0 Denial of Service via formDataToJSON

axios · axios

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 · esm-appsnode-axiosUnder 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-67313 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaxios: axios: Denial of Service via uncontrolled recursion in formDataToJSON
33 known affected

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

  • mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8
  • 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
  • network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator
  • network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator
  • network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator
  • openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines
  • advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4
  • advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4
  • automation-gateway.src as a component of Red Hat Ansible Automation Platform 2
  • python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2
Summary
A flaw was found in axios. A remote attacker could exploit an uncontrolled recursion vulnerability in the formDataToJSON function by supplying FormData with field names containing deeply nested bracket segments. This could exhaust the JavaScript call stack, leading to a RangeError and causing a denial of service (DoS) through request failure or process termination in affected applications.
Remediation
Before you apply this update, make sure all previously released errata that are relevant to your system are applied. For details on how to apply this update, 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-51866

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

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger RangeError, causing request failure or process termination in applications that do not handle the exception.

What

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger RangeError, causing request failure or process termination in applications that do not handle the exception.

Why

The product does not properly control the allocation and maintenance of a limited resource.

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

axios versions 0.28.0 and later contain uncontrolled recursion in formDataToJSON when processing FormData field names with deeply nested bracket segments. Attackers can supply FormData with field names containing thousands of nested brackets to exhaust the JavaScript call stack and trigger RangeError, causing request failure or process termination in applications that do not handle the exception.

Why

The product does not properly control the allocation and maintenance of a limited resource.

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 → Uncontrolled Resource Consumption → 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-400

CWE-400: Uncontrolled Resource Consumption. The product does not properly control the allocation and maintenance of a limited resource.

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:N/VI:N/VA:L/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.VCNoneVulnerable-system confidentiality: No direct loss is represented by this metric.VINoneVulnerable-system integrity: No direct loss is represented by this metric.VALowVulnerable-system availability: A successful attack can cause a limited loss.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-400Public exploit reference
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-2958IBM License Metric Tool: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM License Metric Tool ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren und um Sicherheitsvorkehrungen zu umgehen.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-advisor-frontend-rhel9 as a component of Red Hat Satellite 6; and 3 more
Fixed
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/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:09c0f607f8dad58b125ca04a1dc81f12b2756c23804215e7a7e6661c8cfdd57e_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3268e27af4f4af4c20ba2ff049a9551feba44907e8398183aa6db5b8c304b7de_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91c876725560656458d2b3571fb59e6b055ca9a23b16dcf87260769f7de71c55_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:acf4fc094f9b45178b4a1ebed8ca64d17b065bd7e7a74b945e0866bed1180d48_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2864d620efaa5fc75d2d85a0d8003513cb293dbf2d96a304b0c1c6599276d37c_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b38f835ab934d3cf01fa1f8aa2cafd9ee6c897bd284babf2a96dde842c7dd2e_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a2e1715cd2020d2d52be156caf5077d86c91f6883654aa1a2a3d5f15d1d3bc0a_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:d2f2fb6361ed21bebcd47d3b7b20a9b07a34c01cc3af825233d7450aa24c56ed_arm64 as a component of Red Hat OpenShift AI 2.25; 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; and 38 more
Action
Before you apply this update, make sure all previously released errata that are relevant to your system are applied. For details on how to apply this update, 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 1 Aug 2026 · Last source change 3 Aug 2026, 19:30 UTC · CWE-400 · Uncontrolled Resource Consumption

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-51866
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
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 7 more · Fixed: 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; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; and 26 more
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-advisor-frontend-rhel9 as a component of Red Hat Satellite 6; and 3 more · Fixed: 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/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:09c0f607f8dad58b125ca04a1dc81f12b2756c23804215e7a7e6661c8cfdd57e_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:3268e27af4f4af4c20ba2ff049a9551feba44907e8398183aa6db5b8c304b7de_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:91c876725560656458d2b3571fb59e6b055ca9a23b16dcf87260769f7de71c55_arm64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:acf4fc094f9b45178b4a1ebed8ca64d17b065bd7e7a74b945e0866bed1180d48_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:2864d620efaa5fc75d2d85a0d8003513cb293dbf2d96a304b0c1c6599276d37c_ppc64le as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:9b38f835ab934d3cf01fa1f8aa2cafd9ee6c897bd284babf2a96dde842c7dd2e_s390x as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:a2e1715cd2020d2d52be156caf5077d86c91f6883654aa1a2a3d5f15d1d3bc0a_amd64 as a component of Red Hat OpenShift AI 2.25; registry.redhat.io/rhoai/odh-mod-arch-model-registry-rhel9@sha256:d2f2fb6361ed21bebcd47d3b7b20a9b07a34c01cc3af825233d7450aa24c56ed_arm64 as a component of Red Hat OpenShift AI 2.25; 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; and 38 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 8 more · Fixed: 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; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; and 24 more
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 7 more · Fixed: 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; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; and 26 more
    Red Hat Product Security
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link · mitigation.
    Before
    authoritative remediation link
    After
    authoritative remediation link · mitigation
    134c704f-9b21-4f2e-91b3-4a467353bcc0
  4. Public exploit evidencePublic exploit evidence changed from Public exploit reference to Public exploit reference.
    Before
    Public exploit reference
    After
    Public exploit reference
    134c704f-9b21-4f2e-91b3-4a467353bcc0
  5. 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
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; and 9 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:30714dc7635ffcd9aafa19d4e782bb09f541aaedb548a7fe9afe3476182186e7_arm64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:aff5daa10145bab1ef5e25efc79e947dc53b57b84dd3224852a7152ea49d9805_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b15a49dd2d37d330e641b0dc28eebd74bcba5e063904d5fddf429530f994f72c_amd64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f4eeeed3de4333381ac1aa8126b84153dc10f7572af045bae0b2a40f0008f984_s390x as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:94f879ee5406e9bcffb8ff9a9ab67c1093365a545167ae2c75668a1009a35552_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:c36615e64e9c2a6746c74facd94bea2132fef3042ffd34d2492be33d22a4360c_s390x as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f933253fc1cb317306e43b649e8cb80e850c6a407a8ad1f333df22032b9b89b7_arm64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:fa611aa8aa914d3afcdcc68a01e577fefde1a22de2bc7803665008dfd786a7ee_amd64 as a component of Red Hat OpenShift Service Mesh 3.2; and 16 more
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; container-native-virtualization/kubevirt-console-plugin as a component of Red Hat OpenShift Virtualization 4; and 8 more · Fixed: 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; 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; and 24 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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/console-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; and 9 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-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; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:495e714b7f24cd5caf75cb740e393c5c0a0afc893b35c3fd7eea8d09e662bc98_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:6dfddc84f7f4a3017a98e33c2d9e49b1f4a6c2fe48fda0b3ff4c92cc58d707c1_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:8ffdebb2b27119b4805ea0f5a9f2646f7f6315c96505b7131e23509b0a3a171d_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:9dd50c8db97657aabf5afe4dd99f544371574b9b52813414a95623edbc4d9ab5_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:15584ee4daf686b311ddcd073aa8dccef00b9da0ee3fe678cd384621e3f9d407_s390x as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:2b1f8d33f68dd6daf0d5dc4e323403fac1774b68738b8a1a4cfa42946cfa4000_ppc64le as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:4f2e5c08bd382696a668254842084117227172cec45b70afa3de42006aebc2f6_amd64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:ca1a4eb34a2c084d5ef30e4b93a51d0728526285f7c852c8a560786d5d560724_arm64 as a component of Red Hat OpenShift Service Mesh 3.1; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:30714dc7635ffcd9aafa19d4e782bb09f541aaedb548a7fe9afe3476182186e7_arm64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:aff5daa10145bab1ef5e25efc79e947dc53b57b84dd3224852a7152ea49d9805_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:b15a49dd2d37d330e641b0dc28eebd74bcba5e063904d5fddf429530f994f72c_amd64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-ossmc-rhel9@sha256:f4eeeed3de4333381ac1aa8126b84153dc10f7572af045bae0b2a40f0008f984_s390x as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:94f879ee5406e9bcffb8ff9a9ab67c1093365a545167ae2c75668a1009a35552_ppc64le as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:c36615e64e9c2a6746c74facd94bea2132fef3042ffd34d2492be33d22a4360c_s390x as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:f933253fc1cb317306e43b649e8cb80e850c6a407a8ad1f333df22032b9b89b7_arm64 as a component of Red Hat OpenShift Service Mesh 3.2; registry.redhat.io/openshift-service-mesh/kiali-rhel9@sha256:fa611aa8aa914d3afcdcc68a01e577fefde1a22de2bc7803665008dfd786a7ee_amd64 as a component of Red Hat OpenShift Service Mesh 3.2; and 16 more
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 12 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 11 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    Red Hat Product Security
  9. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-mlflow-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 13 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-model-registry-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 12 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-mlflow-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 16 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    After
    mta/mta-ui-rhel9 as a component of Migration Toolkit for Applications 8; 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; network-observability/network-observability-console-plugin-pf4-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-pf5-rhel9 as a component of Network Observability Operator; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; 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; advanced-cluster-security/rhacs-main-rhel8 as a component of Red Hat Advanced Cluster Security 4; advanced-cluster-security/rhacs-main-rhel9 as a component of Red Hat Advanced Cluster Security 4; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; python-galaxy-ng.src as a component of Red Hat Ansible Automation Platform 2; apicurio/apicurio-registry-ui-rhel8 as a component of Red Hat build of Apicurio Registry 3; apicurio/apicurio-registry-ui-rhel9 as a component of Red Hat build of Apicurio Registry 3; redhat-datagrid-maven-repository.zip as a component of Red Hat Data Grid 8; 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-mlflow-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); rhoai/odh-mod-arch-gen-ai-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-maas-rhel9 as a component of Red Hat OpenShift AI (RHOAI); rhoai/odh-mod-arch-mlflow-rhel9 as a component of Red Hat OpenShift AI (RHOAI); and 13 more · Fixed: 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; jaeger-main@aarch64 as a component of Red Hat Hardened Images; jaeger-main@src as a component of Red Hat Hardened Images; jaeger-main@x86_64 as a component of Red Hat Hardened Images
    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-67313 · cve.blacktree.nl