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

go-billy: Lack of depth and cycle detection in symlink resolution may lead to infinite loops and resource exhaustion

go-git · go-billy

6.5MediumCVSS 3.1
Recommended action
Scheduled

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

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 archivegolang-github-go-git-go-billyUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 8 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-44740 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitygithub.com/go-git/go-billy: Billy: Denial of Service via crafted input due to insufficient validation
134 known affected

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

  • assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2
  • openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift
  • openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation
  • exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence
  • exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence
  • external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift
  • external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift
Summary
A flaw was found in Billy, an interface filesystem abstraction for Go. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by providing crafted or malformed input. The issue arises from insufficient validation and missing safety mechanisms when processing untrusted repository data and filesystem structures, leading to panics, infinite loops, uncontrolled recursion, or excessive resource consumption.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2026-33663

No EUVD known-exploited evidence

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

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

Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.

What

Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.

Why

The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.

How

An attacker operating through a network path may attempt exploitation with low privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

Billy is an interface filesystem abstraction for Go. Prior to versions 5.9.0 and 6.0.0-alpha.1, multiple components may improperly handle crafted or malformed input, resulting in panics, infinite loops, uncontrolled recursion, or excessive resource consumption. These issues arise from insufficient validation and missing safety mechanisms such as cycle detection, recursion limits, or defensive handling of unexpected states when processing untrusted repository data and filesystem structures. This issue has been patched in versions 5.9.0 and 6.0.0-alpha.1.

Why

The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.

How

An attacker operating through a network path may attempt exploitation with low privileges. 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 → Uncontrolled Recursion → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
Low: a basic authenticated account is required
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-674

CWE-674: Uncontrolled Recursion. The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack.

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:L/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.PRLowPrivileges required: The attacker needs basic user-level 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.
NetworkCWE-674
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-2520Red Hat Enterprise Linux (go-billy): Schwachstelle ermöglicht Denial of Service

Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um einen Denial of Service Angriff durchzuführen.

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
assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 104 more
Fixed
grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
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 1 Jun 2026 · Last source change 1 Jun 2026, 18:14 UTC · CWE-674 · Uncontrolled Recursion

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

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
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 105 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 104 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 106 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 105 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 355 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 106 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 359 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:44b5c718cbb1e5bf0117c2576dc8c9f7d0102bd0f4c3ffe8ee0250ca651e2644_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:5c71577846878600dfce7d003068a180d3af495e89769e6685e4daf930140ea9_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b2129d4689a33a4d8a4a26973c2e6f18658bce7c1e9efb83e63fd29ec47f71a1_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:34651d8005c0407444a36f6c30d6a2eaff0e6de9343e50eceabb1ba6e3e71d71_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:7130706447b1530f9bfde9d8ce3f44144b7ce2936a76c3b536838ec7a9151010_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:9981b3d7cf1ce5bca251044e1e4bdc7aa0c36187d3afcff3090f77338b2d42a1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:fdcd78a10d394fa844c443f77192fc70038c74c9ad6c0855fdbe1791c4e24cb1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; and 347 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:1d1ee8463e8ec2f5323e6d2ebd1971a39f472f60dc21d155f99a8e12a82a44f3_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:24c4efec8ba97d67b8a3494c3a699f58ad691c4a7b325562384258cc11b02160_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:89f070cda4c5ed09bb3abc3afa95d19e8c79c0d635649065127456c29865c74b_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9-operator@sha256:d922a333dbcd86ee5971c04690b544228d76a72109e2a89a347bd56e4ecfaefb_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:3319c9cc20bd47d7e85925611b16c155607b3131e1a62e599573808d4359c78c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:40534afd7af89f72465580eda4d731a9ae47f6b3e126187b0fd4ffa7667bc75e_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:8e2e7d82bb5ac1456e8cff1260c4bc82bd68a3718a1e5c53e12e8fccb8b4d20c_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/perses-rhel9@sha256:97031c73069fbf2fc59ef4afc599233be3ec3fe3cb4238a750eb4dba7d741fbf_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; and 355 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:44b5c718cbb1e5bf0117c2576dc8c9f7d0102bd0f4c3ffe8ee0250ca651e2644_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:5c71577846878600dfce7d003068a180d3af495e89769e6685e4daf930140ea9_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b2129d4689a33a4d8a4a26973c2e6f18658bce7c1e9efb83e63fd29ec47f71a1_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; and 331 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:44b5c718cbb1e5bf0117c2576dc8c9f7d0102bd0f4c3ffe8ee0250ca651e2644_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:5c71577846878600dfce7d003068a180d3af495e89769e6685e4daf930140ea9_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b2129d4689a33a4d8a4a26973c2e6f18658bce7c1e9efb83e63fd29ec47f71a1_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:34651d8005c0407444a36f6c30d6a2eaff0e6de9343e50eceabb1ba6e3e71d71_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:7130706447b1530f9bfde9d8ce3f44144b7ce2936a76c3b536838ec7a9151010_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:9981b3d7cf1ce5bca251044e1e4bdc7aa0c36187d3afcff3090f77338b2d42a1_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:fdcd78a10d394fa844c443f77192fc70038c74c9ad6c0855fdbe1791c4e24cb1_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.11; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; and 347 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:85cf9cf1f440604ad7346608d6920720acc9e75b2a0c3579439e73d0a7278554_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:bda6bd1cadc353bf93dbb387b0e473840efa4488a11488b9e0f91e22a86cb834_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:cda143023feee01e4cd88a075c93a587ed14f6071611ef2516d89ad33f51ee0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:328c1fb3983fd19e3b8794ef340f2f1c38e3b4869aabd42c929c37686ba142f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 319 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:05ac094d4e312e3ee6881ce987b4100ca2856655ff5d56fa0e0fde7bbf1ac4ea_amd64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:44b5c718cbb1e5bf0117c2576dc8c9f7d0102bd0f4c3ffe8ee0250ca651e2644_s390x as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:5c71577846878600dfce7d003068a180d3af495e89769e6685e4daf930140ea9_arm64 as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:b2129d4689a33a4d8a4a26973c2e6f18658bce7c1e9efb83e63fd29ec47f71a1_ppc64le as a component of OpenShift API for Data Protection 1.4; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; and 331 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:85cf9cf1f440604ad7346608d6920720acc9e75b2a0c3579439e73d0a7278554_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:bda6bd1cadc353bf93dbb387b0e473840efa4488a11488b9e0f91e22a86cb834_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:cda143023feee01e4cd88a075c93a587ed14f6071611ef2516d89ad33f51ee0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:328c1fb3983fd19e3b8794ef340f2f1c38e3b4869aabd42c929c37686ba142f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 219 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:85cf9cf1f440604ad7346608d6920720acc9e75b2a0c3579439e73d0a7278554_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:bda6bd1cadc353bf93dbb387b0e473840efa4488a11488b9e0f91e22a86cb834_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:cda143023feee01e4cd88a075c93a587ed14f6071611ef2516d89ad33f51ee0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:328c1fb3983fd19e3b8794ef340f2f1c38e3b4869aabd42c929c37686ba142f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 319 more
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 108 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:85cf9cf1f440604ad7346608d6920720acc9e75b2a0c3579439e73d0a7278554_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:bda6bd1cadc353bf93dbb387b0e473840efa4488a11488b9e0f91e22a86cb834_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:cda143023feee01e4cd88a075c93a587ed14f6071611ef2516d89ad33f51ee0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:328c1fb3983fd19e3b8794ef340f2f1c38e3b4869aabd42c929c37686ba142f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 141 more
    After
    assisted/agent-preinstall-image-builder-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; openshift-builds/openshift-builds-controller-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-git-cloner-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-bundler-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-image-processing-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-waiters-rhel9 as a component of Builds for Red Hat OpenShift; openshift-builds/openshift-builds-webhook-rhel9 as a component of Builds for Red Hat OpenShift; openshift-sandboxed-containers/osc-must-gather-rhel9 as a component of Confidential Compute Attestation; exploit-intelligence-tech-preview/agent-client-rhel9 as a component of Exploit Intelligence; exploit-intelligence-tech-preview/vulnerability-analysis-rhel9 as a component of Exploit Intelligence; external-secrets-operator/bitwarden-sdk-server-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-bundle as a component of External Secrets Operator for Red Hat OpenShift; external-secrets-operator/external-secrets-operator-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; kmm/kernel-module-management-must-gather-rhel9 as a component of Kernel Module Management Operator for Red Hat Openshift; workload-availability/machine-deletion-remediation-operator-bundle as a component of Machine Deletion Remediation Operator; workload-availability/machine-deletion-remediation-rhel9-operator as a component of Machine Deletion Remediation Operator; rhmtc/openshift-migration-log-reader-rhel8 as a component of Migration Toolkit for Containers; rhmtc/openshift-migration-must-gather-rhel8 as a component of Migration Toolkit for Containers; migration-toolkit-virtualization/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; migration-toolkit-virtualization/mtv-must-gather-rhel9 as a component of Migration Toolkit for Virtualization; mtv-candidate/mtv-must-gather-rhel8 as a component of Migration Toolkit for Virtualization; multicluster-engine/assisted-installer-controller-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-8-rhel8 as a component of Multicluster Engine for Kubernetes; multicluster-engine/assisted-service-9-rhel9 as a component of Multicluster Engine for Kubernetes; multicluster-engine/must-gather-rhel9 as a component of Multicluster Engine for Kubernetes; workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; ocp-tools-4/jenkins-agent-base-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel9 as a component of OpenShift Developer Tools and Services; and 107 more · Fixed: grafana-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debuginfo-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-debugsource-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8); grafana-selinux-0:9.2.10-32.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8); registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:93d8ce09a06af1c287ebe7616ebc38f6cf0acb52e11f96dbfbcca583c5e0540f_arm64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:9ef46cc9fe1bb0608aba0b4d72bb1a1479e93e96f8cae8eea01643689fa568c5_amd64 as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:cc86577f50b381f29b2a065527f227f5968be315908fc1683c89d52bafdf8f60_s390x as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/oadp/oadp-mustgather-rhel9@sha256:eea354fd6baee1b98e209e06863a04975885a3c12be678f3e33bcdd077549030_ppc64le as a component of OpenShift API for Data Protection 1.3; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:0eea35a3af36d08db945a70c387cc38eb326f75b4ed322f09d8c91863cfe5d02_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:22c48db227cd6f2ecec746674e31ac7f5a983a418679fc91678a0aa0ebb49496_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:8e8d249c39d562f819d347f12610dda7f5c01215c41101bfd5dca008e04edf6e_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/multicluster-operators-subscription-rhel9@sha256:f8adb8dd40a204bacb51cd423803097a514ec8e8e9f52209e02ecf14cad622bb_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:62857f91e51e167d39fcf932c444d04b6105720299372789fe97941aafa5ff52_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:85cf9cf1f440604ad7346608d6920720acc9e75b2a0c3579439e73d0a7278554_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:bda6bd1cadc353bf93dbb387b0e473840efa4488a11488b9e0f91e22a86cb834_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/submariner-rhel9-operator@sha256:cda143023feee01e4cd88a075c93a587ed14f6071611ef2516d89ad33f51ee0d_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.13; registry.redhat.io/rhacm2/kube-state-metrics-rhel9@sha256:328c1fb3983fd19e3b8794ef340f2f1c38e3b4869aabd42c929c37686ba142f7_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.15; and 219 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-44740 · cve.blacktree.nl