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

tmp: Path Traversal via unsanitized prefix/postfix enables directory escape

raszi · node-tmp

7.7HighCVSS 4.0
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
Repository candidate not checked

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

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

Authoritative vendor CSAF and VEX advisories

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

1 current
CVE-2026-44705 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitytmp: path Traversal via unsanitized prefix/postfix enables directory escape
12 known affected

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

  • workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator
  • workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator
  • workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator
  • workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator
  • openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines
  • rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop
  • rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9
  • rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI)
  • openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4
  • quay/quay-rhel9 as a component of Red Hat Quay 3
  • satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6
  • tmp as a component of Red Hat Single Sign-On 7
Summary
A flaw was found in tmp, a temporary file and directory creator for Node.js. This path traversal vulnerability allows an attacker to escape the intended temporary directory. By providing specially crafted input to the prefix, postfix or dir options, an attacker can create files outside the designated temporary directory. This could lead to unauthorized file creation at attacker-controlled locations with the privileges of the running process.
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-36264

No EUVD known-exploited evidence

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

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

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

tmp is a temporary file and directory creator for node.js. Prior to 0.2.6, the tmp npm package contains a path traversal vulnerability that allows escaping the intended temporary directory when untrusted data flows into the prefix, postfix, or dir options. By embedding traversal sequences (e.g., ../) or path separators in these parameters, attackers can cause files to be created outside the configured temporary base directory at attacker-controlled locations with the privileges of the running process. This vulnerability affects applications that pass user-controlled data to tmp's file/directory creation functions without proper input sanitization. This vulnerability is fixed in 0.2.6.

What

tmp is a temporary file and directory creator for node.js. Prior to 0.2.6, the tmp npm package contains a path traversal vulnerability that allows escaping the intended temporary directory when untrusted data flows into the prefix, postfix, or dir options. By embedding traversal sequences (e.g., ../) or path separators in these parameters, attackers can cause files to be created outside the configured temporary base directory at attacker-controlled locations with the privileges of the running process. This vulnerability affects applications that pass user-controlled data to tmp's file/directory creation functions without proper input sanitization. This vulnerability is fixed in 0.2.6.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

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

tmp is a temporary file and directory creator for node.js. Prior to 0.2.6, the tmp npm package contains a path traversal vulnerability that allows escaping the intended temporary directory when untrusted data flows into the prefix, postfix, or dir options. By embedding traversal sequences (e.g., ../) or path separators in these parameters, attackers can cause files to be created outside the configured temporary base directory at attacker-controlled locations with the privileges of the running process. This vulnerability affects applications that pass user-controlled data to tmp's file/directory creation functions without proper input sanitization. This vulnerability is fixed in 0.2.6.

Why

Attacker-controlled path data is not constrained to the intended directory before the application accesses a file.

How

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

02

Exploit reality and attack path

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

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

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

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

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Not a CVSS 4.0 base metric
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-22

CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal'). The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:P

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

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.ATNoneAttack requirements: No additional deployment or execution condition is required.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.VCHighVulnerable-system confidentiality: A successful attack can cause a major loss.VINoneVulnerable-system integrity: No direct loss is represented by this metric.VANoneVulnerable-system availability: No direct loss is represented by this metric.SCNoneSubsequent-system confidentiality: No direct loss is represented by this metric.SINoneSubsequent-system integrity: No direct loss is represented by this metric.SANoneSubsequent-system availability: No direct loss is represented by this metric.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-22Public exploit reference
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-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 advisory
CERT-FR · French · CERTFR-2026-AVI-0934Multiples vulnérabilités dans les produits Atlassian

d?id=CVE-2026-42583 Référence CVE CVE-2026-44486 https://www.cve.org/CVERecord?id=CVE-2026-44486 Référence CVE CVE-2026-44487 https://www.cve.org/CVERecord?id=CVE-2026-44487 Référence CVE CVE-2026-44488 https://www.cve.org/CVERecord?id=CVE-2026-44488 Référence CVE CVE-2026-44490 https://www.cve.org/CVERecord?id=CVE-2026-44490 Référence CVE CVE-2026-44492 https://www.cve.org/CVERecord?id=CVE-2026-44492 Référence CVE CVE-2026-44494 https://www.cve.org/CVERecord?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 À pro

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7
Fixed
automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 32 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
A mitigation or workaround reference is available from the source linked below; validate it against the affected product and version.
04

Evidence and provenance

Published 11 Jun 2026 · Last source change 13 Jun 2026, 02:20 UTC · CWE-22 · Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

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-36264
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD enriched

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 29 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 32 more
    Red Hat Product Security
  2. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 26 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 29 more
    Red Hat Product Security
  3. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 26 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 26 more
    Red Hat Product Security
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel8 as a component of Red Hat Quay 3; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 23 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 26 more
    Red Hat Product Security
  5. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; quay/quay-rhel8 as a component of Red Hat Quay 3; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 11 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; quay/quay-rhel8 as a component of Red Hat Quay 3; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 23 more
    Red Hat Product Security
  6. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 14 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 11 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; rhoai/odh-mod-arch-eval-hub-rhel9 as a component of Red Hat OpenShift AI (RHOAI); openshift4/ose-agent-installer-ui-rhel9 as a component of Red Hat OpenShift Container Platform 4; devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/openvsx-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/pluginregistry-rhel9 as a component of Red Hat OpenShift Dev Spaces; quay/quay-rhel8 as a component of Red Hat Quay 3; quay/quay-rhel9 as a component of Red Hat Quay 3; satellite/iop-remediations-rhel9 as a component of Red Hat Satellite 6; tmp as a component of Red Hat Single Sign-On 7 · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 11 more
    Red Hat Product Security
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 21 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 14 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:4a475dd6221080671c742651eede4964956caf997fa84f10c1c889b4bb2eb935_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:c7daef8e89de0e096983b72e81eeae966cea075874f1ddc498e0f92b9d5a278d_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:dbaf78b7927d84af5cb0839937541970959ad7c22238e0ba1128eaf7605968b2_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-dashboard-rhel9@sha256:f3ee104a6bda47b1fd75494d5cde518327d39a5b1e3db2353e3103a77d75baf0_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:304048d380e1cc92f8e686c593533a3c2b439a96dc75ba4679d64c661f16d687_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:a4fc3da982bcaa1d7431f86350dd682bad49a1357a4c4e0a8f05e35bdafdb7f8_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:cbd5d90fdc5b77bb50bcbe3af3e1a52432fa4e79ca318ff49ab7d5d2d5138444_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-automl-rhel9@sha256:ffded5686a02b1f609232b8eced0a5115490255802fa69a94b1be6de1060effe_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8a6996ea6218a885268f35fc5dbcde80d9e560ee367072c37376ef60ea7a1d0b_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:8d8776c20c938cf3ed4ee051a3e5eb1033847bc3c0f636b3bad7a0d7c9abe5de_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:be9ebd253315e8acd4a106d28f6fa649a4c5b69b353f7e7034ae262d893097b3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-autorag-rhel9@sha256:edf5221f64f28b75a0219588cfd125830cf596ab1077381ef9ae91b44e6b6856_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:9915f3fc3c46d344a564fdacdd664693bf50959529b7caa764b55af87f2d0be1_s390x as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:998798f4223dd67b817ddf50b678cdeced3ed2cf187151a9168bf654e50fddf3_amd64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:b540bd6da922dadab8137f80eb64469d0ff4c3bc5db3a6be376a1165a5b03ad6_ppc64le as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-gen-ai-rhel9@sha256:c2f6c90207a43ca340bbec37b7d7924bf4bce20017f3dd4ec796d83d3ba4ef14_arm64 as a component of Red Hat OpenShift AI 3.4; registry.redhat.io/rhoai/odh-mod-arch-maas-rhel9@sha256:33ca5bc60d35bef45d2c5431455a2343c33ff4f68206a204fa5dcbbef1c8fd61_s390x as a component of Red Hat OpenShift AI 3.4; and 11 more
    Red Hat Product Security
  8. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 22 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 21 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7
    Red Hat Product Security
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 26 more · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; and 22 more · Fixed: automation-gateway-server-0:2.5.20260824-1.el8ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 8; automation-gateway-server-0:2.5.20260824-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.5 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; automation-platform-ui-0:2.6.13-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9; rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:a1352ad0651c2206b7eb162895c594037cc70537e63f61ca0cde6ba1cd277381_amd64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:efb3a444603342353de62d34f2514ac34cda56fe89f45272c20103d1073f1116_arm64 as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f654d767c5a06339c0f97410feb6051654fa5dfe9f0af85fead4e6832f2507ae_ppc64le as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:f75db3965ce4f73bd515f8e08eaa3e645aef382d6f739ae87124ace03dc110c6_s390x as a component of Red Hat Ansible Automation Platform 2.6; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:5f77e82c4f0edeccfd5e0497aa215b4b0377fd22b84eca75e8d8773bcbc20794_arm64 as a component of Red Hat Ansible Automation Platform 2.7; registry.redhat.io/ansible-automation-platform-27/gateway-rhel9@sha256:d14006bbb87f890f0da365a84ea28a093d145de0ea4583c7db8eb85bffe4c457_amd64 as a component of Red Hat Ansible Automation Platform 2.7
    Red Hat Product Security
  11. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  12. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 26 more · Fixed: registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 26 more · Fixed: rh-podman-desktop-0:1.1.2-1.el10_2.src as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); rh-podman-desktop-0:1.1.2-1.el10_2.x86_64 as a component of Red Hat Enterprise Linux Extensions Channel (v. 10); registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1
    Red Hat Product Security
  13. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link to authoritative remediation link.
    Before
    authoritative remediation link
    After
    authoritative remediation link
    Red Hat Product Security
  14. Remediation statusRemediation status changed from Mitigation available to Patch available.
    Before
    Mitigation available
    After
    Patch available
    Red Hat Product Security
  15. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 30 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 26 more · Fixed: registry.redhat.io/ansible-automation-platform/automation-portal@sha256:1ea7e595d09aba21055ea861f403dcac6bcb031dcfb8166f917b695d7829c5ab_amd64 as a component of Red Hat Ansible Automation Platform 2.1
    Red Hat Product Security
  16. Affected versionsThe structured affected or fixed version information changed.
    Before
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 31 more
    After
    workload-availability/node-healthcheck-must-gather-rhel9 as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-operator-bundle as a component of Node HealthCheck Operator; workload-availability/node-healthcheck-rhel9-operator as a component of Node HealthCheck Operator; workload-availability/node-remediation-console-rhel8 as a component of Node HealthCheck Operator; openshift-pipelines/pipelines-console-plugin-pf5-rhel9 as a component of OpenShift Pipelines; ansible-automation-platform-26/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; ansible-automation-platform-27/gateway-rhel9 as a component of Red Hat Ansible Automation Platform 2; automation-gateway.src as a component of Red Hat Ansible Automation Platform 2; automation-platform-ui.src as a component of Red Hat Ansible Automation Platform 2; rh-podman-desktop.git as a component of Red Hat Build of Podman Desktop; rhceph/alloy-rhel10 as a component of Red Hat Ceph Storage 9; python-syspurpose as a component of Red Hat Enterprise Linux 7; rhsm-gtk as a component of Red Hat Enterprise Linux 7; subscription-manager as a component of Red Hat Enterprise Linux 7; subscription-manager-cockpit as a component of Red Hat Enterprise Linux 7; subscription-manager-gui as a component of Red Hat Enterprise Linux 7; subscription-manager-initial-setup-addon as a component of Red Hat Enterprise Linux 7; subscription-manager-migration as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-container as a component of Red Hat Enterprise Linux 7; subscription-manager-plugin-ostree as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm as a component of Red Hat Enterprise Linux 7; subscription-manager-rhsm-certificates as a component of Red Hat Enterprise Linux 7; subscription-manager.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; and 30 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2026-44705 · cve.blacktree.nl