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

Apache Thrift: Go TFramedTransport uint32 overflow

Apache Software Foundation · Apache Thrift

7.5HighCVSS 3.1
Recommended action
Within 7 days

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

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
Repository candidate not checked

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

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

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-41602 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitygithub.com/apache/thrift: Apache Thrift: Integer Overflow in TFramedTransport Go implementation
11 known affected

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

  • multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub
  • rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server
  • rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server
  • rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5
  • rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6
  • rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6
  • rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9
  • rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9
  • rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9
  • openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps
  • openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps
Summary
A flaw was found in the Apache Thrift TFramedTransport Go language implementation. This integer overflow or wraparound vulnerability could potentially allow an attacker to cause unexpected behavior or resource exhaustion, leading to a denial of service.
Remediation
For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation: https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/multicluster_global_hub/index
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-26020

No EUVD known-exploited evidence

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.

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
7.5 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

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

Patch available
01

What, why and how

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.

What

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.

Why

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

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

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.

Why

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Integer Overflow or Wraparound → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-190

CWE-190: Integer Overflow or Wraparound. The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

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

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-190
A

Official authority intelligence

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

ENISA EUVD · EUVD-2026-26020Official EUVD mapping

Integer Overflow or Wraparound vulnerability in Apache Thrift TFramedTransport Go language implementation This issue affects Apache Thrift: before 0.23.0. Users are recommended to upgrade to version 0.23.0, which fixes the issue.

Official EUVD record
BSI · German · WID-SEC-W-2026-3046IBM Concert: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM Concert 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 advisory
BSI · German · WID-SEC-W-2026-1415Red Hat OpenShift Tempo (Apache Thrift): Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Tempo ausnutzen, um Sicherheitsmaßnahmen zu umgehen, vertrauliche Informationen offenzulegen, Daten zu manipulieren oder einen Denial-of-Service-Zustand zu verursachen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0588Multiples vulnérabilités dans les produits Microsoft

ux RSS des indicateurs de compromission Flux RSS des durcissement et recommandations Flux RSS des bulletins d'actualité Premier Ministre S.G.D.S.N Agence nationale de la sécurité des systèmes d'information Paris, le 13 mai 2026 N° CERTFR-2026-AVI-0588 Affaire suivie par: CERT-FR Avis du CERT-FR Objet: Multiples vulnérabilités dans les produits Microsoft Gestion du document Référence CERTFR-2026-AVI-0588 Titre Multiples vulnérabilités dans les produits Microsoft Date de la première version 13 mai 2026 Date de la dernière version 13 mai 2026 Source(s) Bulletin de sécurité Microsoft CVE-2025-48431 du 30 avril 2026 Bulletin de sécurité Microsoft CVE-2026-41602 du 30 avril 2026 Bulletin de sécurité Microsoft CVE-2026-41603 du 30 avril 2026 Bulletin de sécurité Microsoft CVE-2026-41605 du 30 avril 2026 Bulletin de sécurité Microsoft CVE-2026-41636 du 30 avril 2026 Bulletin de sécurité Microsoft CVE-2026-44656 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-45130 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-6664 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-6665 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-6666 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-6667 du 10 mai 2026 Bulletin de sécurité Microsoft CVE-2026-32175 du 12 mai 2026 Bulletin de sécurité

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps
Fixed
registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
Action
For more details, see the Red Hat Advanced Cluster Management for Kubernetes documentation: https://docs.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.12/html/multicluster_global_hub/index
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 28 Apr 2026 · Last source change 9 Sept 2026, 12:04 UTC · CWE-190 · Integer Overflow or Wraparound

CVE recordCVE.org · 5.2
CVSS sourceCISA ADP
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-26020
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.0; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.0; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.0; and 18 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.6; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.8; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    Red Hat Product Security
  9. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.1; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.1; and 18 more
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.3; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.3; and 18 more
    Red Hat Product Security
  11. Affected versionsThe structured affected or fixed version information changed.
    Before
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:8c03495da4214e70589e238a60815c265223952470da6d80034e2f83de5c3c8e_ppc64le as a component of Multicluster Global Hub 1.5.7; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:d91359dca7bc04e59f4f1c0d2e5c8a2ecfd92d3499636be065ec89e8ad2eac4f_amd64 as a component of Multicluster Global Hub 1.5.7; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e26dfe26504fa24a04d4e0372461414f6f73c601b7f2f4e7f5e2e520d3281ce8_arm64 as a component of Multicluster Global Hub 1.5.7; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:fc03a86fe38f6d3654c013dd47b330fbd0169f239fb21fd3c456ab78b6df3166_s390x as a component of Multicluster Global Hub 1.5.7; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:05f069047e37620fa1ea72f0c0cbea205f27a4a4594c674b59d6dfa2a18f9f26_ppc64le as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:11e5a558fb1a9ecae142c55512fd4ab028b9162be4ae491f491ee030c6206194_arm64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:76d186f4c2ffdf0d62399ff9f3c78bee536e9193647d571fcb2123743f163c50_s390x as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9a70b0f09751c7b595b2372275a7be806768632722b921ad828f2d30db9fedde_amd64 as a component of Multicluster Global Hub 1.6.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.2; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; and 18 more
    After
    multicluster-globalhub/multicluster-globalhub-grafana-rhel8 as a component of Multicluster Global Hub; rhaiis/vllm-cpu-rhel9 as a component of Red Hat AI Inference Server; rhaiis/vllm-tpu-rhel9 as a component of Red Hat AI Inference Server; rhceph/snmp-notifier-rhel8 as a component of Red Hat Ceph Storage 5; rhceph/rhceph-6-dashboard-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/snmp-notifier-rhel9 as a component of Red Hat Ceph Storage 6; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/grafana-rhel10 as a component of Red Hat Ceph Storage 9; rhceph/snmp-notifier-rhel10 as a component of Red Hat Ceph Storage 9; openshift4/oc-mirror-plugin-rhel9 as a component of Red Hat OpenShift Container Platform 4; openshift-gitops-1/argocd-rhel8 as a component of Red Hat OpenShift GitOps; openshift-gitops-1/argocd-rhel9 as a component of Red Hat OpenShift GitOps · Fixed: registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1128dffb3133bd5dc86dd3e4d74d807aa3567acf7d9eaf8c94cb522efb2c39ec_arm64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:61e24ffe7c4bf801e8ca4650befe3e6bc99235f31445d76d790bab3026ead0ff_s390x as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:830a5fffea2982f059927ae3eb9dbe474a4d830175395e1dd32800d08304bc22_ppc64le as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:9db7d9dc19cb6cf1392ea70441d1eb98535f9cfeb478230156ab11f556657b02_amd64 as a component of Multicluster Global Hub 1.3.4; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0465ebb0af8b850f3266a5e3400b269d420a6280cb6b883a606f9b588c102acc_amd64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:7e2f0f5047b68c0c095994c26952a22e282c5a903cdd777310ef2bc7341cd22e_arm64 as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:cdd8450206b5ffc96f1ca6e0b3ab7b582abf47aad8ece474eb14a035fb355d35_s390x as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:e893adfe11d4ace5f9ae4dc1d1b31a8a3c5d1a0c42f033f4d34c452ec294c608_ppc64le as a component of Multicluster Global Hub 1.4.5; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:0d6c621066cdc9c428c9286b7dd8ce0eed831de27b385c17e3761a1d411e034b_s390x as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:1f04b37cd35946131e8dd90bcec49796ae6f431d4a800b5c6de8162ab6fe0d8e_ppc64le as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:3a7f09a334a51b8f8d2da9871cc28d29de6c32cdfa12ccd38f43d101f18dcfff_arm64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/multicluster-globalhub/multicluster-globalhub-grafana-rhel9@sha256:90153b5c4c5deeb7abadc7ac8ebb96b9ac72825ef609e8a172cb6866f3db351d_amd64 as a component of Multicluster Global Hub 1.7.0; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:2a6b24698fc9507613d57ba8cf0053dc29fe2c0cb6ab7c2eddd2efaf5e8b6a81_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:559bf1a421c22038236d883cfc0629a45f76b1552a85c95c2a6d1fcf2112dc8c_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:a4ca7e559443c13e2427567959cdc305bfc7839bfe3e222b43f9a5024f350468_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:c498d18de777b04f5849a688951372fae72701cd4309b343ede04b6983ce35b1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.14; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:847feb43a65e505fe51ca5ef85dea599506b4eba9aa26a35f1a1eb8f1f5f2f64_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:cbad6b72aaaef2bd2b9435a8f5a9a4d24981ca7881f9a46988d174cad655d761_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:e79d88319b73bc8e4454df08094cce3e98adf87da507068d42a0c0273ade9ea2_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:f157a7dfa46c8b1f295c9842c2d1bbae8b5a6a78dbc0d7e4d7b4de1211d6850b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:017cbc09964b873dd073e6f9533571cab735c1207eb3ca4eaefe2d175f0fcea5_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:1b727e894dc9a0f39f1d4abc848760136ffcd987d5b263c0746eb22b4064cab2_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:8ef26648d1e499032ce6a650994b1ac118f1a50ac6aea668116433bf4e79d395_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhacm2/acm-grafana-rhel9@sha256:b0802e748328f09b2f4213aa36acd4d1956a465093058637bb09b643a3b830be_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.16; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:265d8d864589e9ca6739e5eff46be545dc531aa6aa72378674b3ae9ff48f14ac_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:3485dd7a7615da6e658547c117818f41c855aa8fcff80b609e56afec46e00546_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:36790acac3369dd38803aca4433376edfa9edc8785ea0b61ec95b931effddf00_ppc64le as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/opentelemetry-collector-rhel9@sha256:5adac8b8aa26beaa38c4a0d20f0271890c0fbaf06b9bcbc7c00a3e27cd1a4c5b_amd64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:bea6c0fb2bead67356a76060901018b90c2cda12e5ef0ffca8993e16b761ab41_arm64 as a component of Red Hat OpenShift distributed tracing 3.9.2; registry.redhat.io/rhosdt/tempo-jaeger-query-rhel9@sha256:cf73a80390a85a34b6b95a097a3e00c0ac5ed1e6e0bd396c1f55233b59de70ef_s390x as a component of Red Hat OpenShift distributed tracing 3.9.2; and 18 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-41602 · cve.blacktree.nl