fast-uri vulnerable to host confusion via percent-encoded authority delimiters
fast-uri · fast-uri
7.5HighCVSS 3.1
Recommended action
Within 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
Distribution package intelligence
Ubuntu vendor package status
Canonical’s release and source-package findings are shown separately from local repository availability.
1 package state
Repository candidate not checked
A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.
Ubuntu release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
node-ajv
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2026-6322 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityfast-uri: fast-uri: URI authority bypass due to improper delimiter handling
30 known affected
The vendor explicitly identifies these products as affected by this CVE.
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation
network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator
openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed
openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed
openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines
openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless
ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2
ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2
rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop
Summary
A flaw was found in fast-uri. A remote attacker could exploit this vulnerability by crafting a malicious Uniform Resource Identifier (URI) that contains percent-encoded authority delimiters. The fast-uri library incorrectly decodes these delimiters during normalization and then re-emits them as raw separators, which can change the URI's intended authority. This issue allows applications that perform host allowlist checks, redirect validation, or outbound request routing to be steered to a different authority than specified, potentially bypassing security controls.
Remediation
For details on how to apply this update, refer to Ansible Automation Platform documentation.
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-27248
No EUVD known-exploited evidence
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
7.5 · CVSS 3.1
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days
High technical severity; prioritise exposed affected systems while verifying vendor guidance.
Patch available
01
What, why and how
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.
What
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.
Why
Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.
Why
Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.
How
An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
a network path → Interpretation Conflict → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-436: Interpretation Conflict. Product A handles inputs or steps differently than Product B, which causes A to perform incorrect actions based on its perception of B's state.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.IHighIntegrity impact: A successful attack can cause a major loss.ANoneAvailability impact: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-436
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-27248Official EUVD mapping
fast-uri normalize() decoded percent-encoded authority delimiters inside the host component and then re-emitted them as raw delimiters during serialization. A host that combined an allowed domain, an encoded at-sign, and a different domain was re-emitted with the at-sign as a raw userinfo separator, changing the URI's authority to the second domain. Applications that normalize untrusted URLs before host allowlist checks, redirect validation, or outbound request routing can be steered to a different authority than the input appeared to specify. Versions <= 3.1.1 are affected. Update to 3.1.2 or later.
Official EUVD recordBSI · German · WID-SEC-W-2026-2923Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye, und Jira): Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Atlassian Bitbucket, Atlassian Confluence, Atlassian Crucible, Atlassian Fisheye und Atlassian Jira ausnutzen, um beliebigen Programmcode auszuführen, um einen Denial of Service Angriff durchzuführen, um Informationen offenzulegen, um Dateien zu manipulieren, um einen Cross-Site Scripting Angriff durchzuführen, um einen SQL-Injection Angriff durchzuführen, und um Sicherheitsvorkehrungen zu umgehen.
Official advisoryBSI · German · WID-SEC-W-2026-2460Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management ausnutzen, um beliebigen Code auszuführen, erweiterte Berechtigungen zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen oder einen Denial-of-Service-Zustand auszulösen.
Official advisoryBSI · German · WID-SEC-W-2026-2142Red Hat OpenShift Container Platform (protobufjs, fast-uri): Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift Container Platform ausnutzen, um beliebigen Programmcode auszuführen, um Sicherheitsmaßnahmen zu umgehen und Daten zu manipulieren.
Official advisoryCERT-FR · French · CERTFR-2026-AVI-1094Multiples vulnérabilités dans les produits IBM
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0934Multiples vulnérabilités dans les produits Atlassian
ecord?id=CVE-2026-44494
Référence CVE CVE-2026-44495
https://www.cve.org/CVERecord?id=CVE-2026-44495
Référence CVE CVE-2026-44496
https://www.cve.org/CVERecord?id=CVE-2026-44496
Référence CVE CVE-2026-44705
https://www.cve.org/CVERecord?id=CVE-2026-44705
Référence CVE CVE-2026-46625
https://www.cve.org/CVERecord?id=CVE-2026-46625
Référence CVE CVE-2026-47838
https://www.cve.org/CVERecord?id=CVE-2026-47838
Référence CVE CVE-2026-4800
https://www.cve.org/CVERecord?id=CVE-2026-4800
Référence CVE CVE-2026-48779
https://www.cve.org/CVERecord?id=CVE-2026-48779
Référence CVE CVE-2026-6321
https://www.cve.org/CVERecord?id=CVE-2026-6321
Référence CVE CVE-2026-6322
https://www.cve.org/CVERecord?id=CVE-2026-6322
Gestion détaillée du document
le 27 juillet 2026
Version initiale
Alertes
Avis
Bulletins d’actualités
Mentions légales
Conditions générales
À propos
Contact
cyber.gouv.fr
service-public.fr
legifrance.gouv.fr
info.gouv.fr
france.fr
info.gouv.fr/risques
Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la
sécurité des systèmes d'information
Official advisoryCERT-FR · French · CERTFR-2026-AVI-0901Multiples vulnérabilités dans les produits IBM
Official advisoryNCSC-NL · Dutch · NCSC-2026-0325Kwetsbaarheden verholpen in Atlassian producten
fast-uri versions up to 3.1.1 improperly decode percent-encoded authority delimiters in the host component, altering URI structure and enabling redirection to unintended hosts.
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
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); redhat-user-workloads/art-images as a component of Red Hat OpenShift Container Platform 4; rhceph-dev/odf4-mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2
Fixed
automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 594 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
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 5 May 2026 · Last source change 7 Sept 2026, 12:04 UTC · CWE-436 · Interpretation Conflict
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-27248
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment
Core structured fields are present and their contributing authorities are shown above.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); redhat-user-workloads/art-images as a component of Red Hat OpenShift Container Platform 4; rhceph-dev/odf4-mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 594 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); redhat-user-workloads/art-images as a component of Red Hat OpenShift Container Platform 4; rhceph-dev/odf4-mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 594 more
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 594 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-gaudi-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/bootc-rocm-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhelai3/disk-image-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); redhat-user-workloads/art-images as a component of Red Hat OpenShift Container Platform 4; rhceph-dev/odf4-mcg-core-rhel9 as a component of Red Hat Openshift Data Foundation 4; devspaces/dashboard-rhel9 as a component of Red Hat OpenShift Dev Spaces; ansible-automation-platform/automation-portal as a component of Self-service automation portal 2 · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 594 more
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 592 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 594 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 592 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.2; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.2; and 592 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 589 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 592 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 557 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 8 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 589 more
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 553 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 557 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 255 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 553 more
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · vendor advisory to authoritative remediation link · vendor advisory.
Affected versionsThe structured affected or fixed version information changed.
Before
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 19 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 109 more
After
openshift-sandboxed-containers/osc-pccs as a component of Confidential Compute Attestation; network-observability/network-observability-console-plugin-rhel9 as a component of Network Observability Operator; openshift-lightspeed/lightspeed-console-plugin-419-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-pf5-rhel9 as a component of OpenShift Lightspeed; openshift-lightspeed/lightspeed-console-plugin-rhel9 as a component of OpenShift Lightspeed; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel9 as a component of OpenShift Pipelines; openshift-serverless-1/kn-eventing-integrations-aws-ddb-streams-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-s3-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sns-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-aws-sqs-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-log-sink-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-timer-source-rhel9 as a component of OpenShift Serverless; openshift-serverless-1/kn-eventing-integrations-transform-jsonata-rhel9 as a component of OpenShift Serverless; ansible-automation-platform-24/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-25/lightspeed-rhel8 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-26/lightspeed-rhel9 as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhdesktop/rh-podman-desktop-ext-bootc-rhel10 as a component of Red Hat Build of Podman Desktop - Tech Preview; linux-sgx.src as a component of Red Hat Enterprise Linux 9; sgx-common as a component of Red Hat Enterprise Linux 9; sgx-libs as a component of Red Hat Enterprise Linux 9; sgx-mpa as a component of Red Hat Enterprise Linux 9; sgx-pccs as a component of Red Hat Enterprise Linux 9; sgx-pccs-admin as a component of Red Hat Enterprise Linux 9; sgx-pckid-tool as a component of Red Hat Enterprise Linux 9; tdx-qgs as a component of Red Hat Enterprise Linux 9; rhelai3/bootc-cuda-rhel9 as a component of Red Hat Enterprise Linux AI (RHEL AI) 3; and 16 more · Fixed: automation-gateway-server-0:2.5.20260715-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260715-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.10-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:2458650c46b90645dc9c0f271598baca1cf7aed76a63be523805eb654ddaab54_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:34199b2ae39fa33693ce3238e7deeb0cbc9b085653e2a7fb3f481a1e39335266_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:837687753bd65fdc8f0815bb6d89cfbfe17332f74eebd11dba8d7cf7dc51b9e1_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf4-rhel9@sha256:b7534e4963d4d86a4f0f08632b5ecc81f6007bd4488f979bdcb0447228e0cb43_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:573e6cefdacb285de4645b9f7bca37a36ea514d8d6febb3859d60d998a30f6b7_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:eff791b250e3685d378aaf60356fea32de1ea1789497578b68636f0cb623bb4b_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f0e31451ef147785006a3836e065ef052aa5fc213645482a88b5c8f22b7579c1_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf5-rhel9@sha256:f1873fa1a11acb3698b2fdee4d3e76ea0d86bf42ad03d81fc6dad80d47a0bcfc_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:0b22c50437d7d84f23314479085867643fed1ebcbfc380a7790c4cc607ff6d50_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:258678fae42e66186adec5518e7ec1cea75f3d8d39a8f8ec07fd741938de6bc2_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:9227f20c6a4f81d5e8e8ea938bb978f742470f2ada7fbdaa218ef6dfa755f8f4_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-pf6-rhel9@sha256:c48e09ca60267fc0189b87414bf5454461846d57adc957683524e392f1fb8d18_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:28f0347a3e5c42704e70c5d7669f3b4d0543a09c9160191ad000b4c723d793ad_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:a4a0e71ff06855e9314255ae6113d57bd2a32d14b96e04e1cb2dff0c653a28f9_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:d93ff1850ec815db9749ba13130f3428269396106c53fc84fe717a23e5c4eeb7_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/distributed-tracing-console-plugin-rhel9@sha256:da84dff6b97286fc442f4d44a65a3226d370de792e705f2c95c01530a879516d_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:1a883d0526f205beab9dfc51c5ac32b6a494dd950465b319076bf3a72e05e798_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:2ef62503cd347fba4ae4e9fe659a39fd7ceeb6be9b29ac8c1a1071f378ad7fbc_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:841c0c2af089daa79d66d73da42e9b7f1880db3ee27a1160e8e2f230f125c9f4_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf4-rhel9@sha256:91568609093559b57722d4125b472a815fabb79888a56ac5e444d34a90c5f944_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:03182e8c0d9a28dd8dab831b3740bb588fd8d03f6783d24c492e53e52df5613d_arm64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:2d882541f78495cb6ab25932d03947e038d5e477d878210e506dffcd787d201b_s390x as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:ccce0a754cefa59c426bea1b1c8c345487a1cd35d147f50d8c2c881401b9ea7c_ppc64le as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-pf5-rhel9@sha256:cdd84d0f5e4fbe28071182219185e2dc5a1f478c48a14eb2a34ef9dc8d75dc96_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:110c5c431fdf763c96bba57afe759e82f6c0bd255bad79bbf9fa5e3551e19f00_amd64 as a component of Cluster Observability Operator 1.5.0; registry.redhat.io/cluster-observability-operator/logging-console-plugin-rhel9@sha256:b8ec0cb408820dd42e56fa5ef083f0f8180638dc883857bea294c281e06ede08_arm64 as a component of Cluster Observability Operator 1.5.0; and 255 more
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-6322: fast-uri vulnerable to host confusion via percent-encoded authority delimiters | BlackTree