axios before 0.33.0 Prototype Pollution via Node HTTP adapter
axios · axios
8.3HighCVSS 4.0
Recommended action
Within 7 days
High 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 release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · esm-apps
node-axios
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2026-67320 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityaxios: axios: Information disclosure via Prototype Pollution in Node HTTP adapter
43 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
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
grafana as a component of Red Hat Enterprise Linux 8
Summary
A flaw was found in axios when used in a Node.js deployment with the HTTP adapter. This vulnerability, known as Prototype Pollution, occurs because request interceptors can revert hardened request configurations, allowing an attacker to manipulate the Object.prototype.proxy property. If successfully exploited, an attacker can route affected plaintext HTTP requests through a malicious proxy, potentially observing sensitive data such as authentication headers and request bodies, and even returning their own responses.
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-51847
No EUVD known-exploited evidence
ENISA has published the identifier mapping but no EUVD description has been stored yet.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days
High technical severity 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 in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).
What
axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).
Why
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
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 in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).
Why
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
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 → Exposure of Sensitive Information to an Unauthorized Actor → 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-200: Exposure of Sensitive Information to an Unauthorized Actor. The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
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.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VILowVulnerable-system integrity: A successful attack can cause a limited loss.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-51847Official EUVD mapping
0 linked advisory records.
Official EUVD recordBSI · 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 advisoryBSI · German · WID-SEC-W-2026-2923Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye, und Jira): Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence, Atlassian Crucible, Atlassian Fisheye und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen, und um Sicherheitsvorkehrungen zu umgehen.
Official advisoryINCIBE-CERT · Spanish · boletin-de-seguridad-de-atlassian-agosto-de-2026Boletín de seguridad de Atlassian: agosto de 2026
26-58060: RCE (Remote Code Execution) en org.bouncycastle:bcprov-jdk18on.
CVE-2026-12803: Fallo criptográfico en org.bouncycastle:bcprov-jdk18on.
CVE-2026-13506: DoS (Denial of Service) en org.bouncycastle:bcprov-jdk18on.
CVE-2026-56745: DoS (Denial of Service) en io.netty:netty-codec-http.
CVE-2026-59639: Fallo criptográfico en org.bouncycastle:bcpkix-jdk18on.
CVE-2026-12816: Fallo criptográfico en org.bouncycastle:bcprov-jdk18on.
CVE-2026-59901: DoS (Denial of Service) en io.netty:netty-codec.
CVE-2026-59642: Fallo criptográfico en org.bouncycastle:bcpkix-jdk18on.
CVE-2026-0603: SQLi (SQL Injection) en org.hibernate:hibernate-core-jakarta.
CVE-2026-67320: Divulgación de información en axios.
CVE-2026-54291: MITM (Man-in-the-Middle) en org.postgresql:postgresql.
CVE-2026-41907: RCE (Remote Code Execution) en uuid.
CVE-2026-41851: DoS (Denial of Service) en org.springframework:spring-expression.
CVE-2026-55831: DoS (Denial of Service) en io.netty:netty-codec-http.
CVE-2026-41850: DoS (Denial of Service) en org.springframework:spring-expression.
CVE
Identificador CVE
Severidad
Explotación
Fabricante
CVE-2021-44906
Crítica
No
ATLASSIAN
CVE-2025-14813
Crítica
No
ATLASSIAN
CVE-2026-59873
Crítica
No
ATLASSIAN
CVE-2026-53434
Crítica
No
ATLASSIAN
CVE-2026-2332
Crítica
No
ATLASSIAN
CVE-2026-4800
Críti
Official advisoryNCSC-NL · Dutch · NCSC-2026-0325Kwetsbaarheden verholpen in Atlassian producten
Axios's Node.js HTTP adapter is vulnerable to prototype pollution via request interceptors that revert hardened configurations, enabling attackers to route HTTP requests through malicious proxies and expose sensitive data, fixed in versions 0.33.0 and 1.18.0.
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; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 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; and 13 more
Fixed
registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 52 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, 15:38 UTC · CWE-200 · Exposure of Sensitive Information to an Unauthorized Actor
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-51847
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 49 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; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 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; and 13 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 52 more
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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 19 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 37 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/ansible-automation-platform/automation-portal@sha256:7145c54b94927bc64e9def7a47cb43b7706ee21d41f8dd97a08ea8ff1fcad65e_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 49 more
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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 21 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 32 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 19 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 37 more
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; and 23 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 32 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 21 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 32 more
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; and 27 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 31 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; and 23 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/container-native-virtualization/kubevirt-console-plugin@sha256:777a956a471cdf3bdc89d9ec6d688e09b33b26d4c368ce09bce767a87cc265d0_amd64 as a component of Red Hat Container Native Virtualization 4.12; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 32 more
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; and 28 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 19 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; and 27 more · Fixed: registry.redhat.io/rhacm2/console-rhel9@sha256:1f0c691b68fd10948199249a142dfcd7fb438d856a1a4f365d490c452be35e83_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:446a14ecab55ac435bca583621066d92f8ac7c922585424b8d3a50a2e7ebb0e0_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:8d485dda383d81506838aa7e6565bbd9fb743fe03552a507dfc9ec46459060d6_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:a7540d4c501e1d1215ebff1f0b572f74e3b9a55bffb1ebfccb9546307d67116b_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/console-rhel9@sha256:2233c4a1a01080593c5f3b8a6480a8342e68b480aef8913502dab9f83c6791d2_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:235b69fbd5ff782ddb2be68e345855456b7cb81c5a88facceb3fd1a94bd880dc_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:635b9d6b3667429f78426d779053b7611b1a40ab33c6849b57baa3e310bad0dc_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:a480256afe3de0e7adb2b5966029d95a3cd0b76ab079a14624081f36aea46990_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/console-rhel9@sha256:7a09fd1d65f706e0e9ab1403dc8600abfa528225e816ef3814f0877f64f7f8e5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:852a0eb10674a84b3110c4f8a589495a2f78288a415230d6aa07c52810cc1950_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:a397a7414e0e4f0ab48084a5d4c5f6ad98add7516125be7de032244c0bea6b24_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/console-rhel9@sha256:d5eb5d24a165c9b7bbd983c208bff7c66e755b3854fa77c600bacfbb7bfb37f7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 31 more
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 30 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; and 28 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; and 19 more
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 31 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 30 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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
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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 32 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 31 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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
Affected versionsThe structured affected or fixed version information changed.
Before
gatekeeper/gatekeeper-rhel9 as a component of Gatekeeper 3; 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; and 36 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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; rhaf-camel-for-springboot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; rhaf-camel-spring-boot-maven-repository.zip as a component of Red Hat build of Apache Camel for Spring Boot 4; 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; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 32 more · Fixed: grafana12-4-main@aarch64 as a component of Red Hat Hardened Images; grafana12-4-main@src as a component of Red Hat Hardened Images; grafana12-4-main@x86_64 as a component of Red Hat Hardened Images; grafana13-1-main@aarch64 as a component of Red Hat Hardened Images; grafana13-1-main@src as a component of Red Hat Hardened Images; grafana13-1-main@x86_64 as a component of Red Hat Hardened Images; 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
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-67320: axios before 0.33.0 Prototype Pollution via Node HTTP adapter | BlackTree