TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix
Go standard library · internal/syscall/unix
6.4MediumCVSS 3.1
Recommended action
Scheduled
Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.
Patch available
Distribution package intelligence
Ubuntu vendor package status
Canonical’s release and source-package findings are shown separately from local repository availability.
4 package states
Repository candidate not checked
A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.
Ubuntu release
Source package
Vendor state
Fixed version
Evidence
Ubuntu 24.04 LTSnoble · standard archive
golang-1.21
Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.
Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.
1 current
CVE-2026-32282 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitygolang: internal/syscall/unix: Root.Chmod can follow symlinks out of the root
178 known affected
The vendor explicitly identifies these products as affected by this CVE.
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2
redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift
redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift
redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation
redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation
redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator
external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift
edo/external-dns-rhel8 as a component of ExternalDNS Operator
workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator
redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3
redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3
redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift
Summary
A flaw was found in the internal/syscall/unix package in the Go standard library. If the target of the `Root.Chmod` function is replaced with a symbolic link during execution, specifically after `Root.Chmod` checks the target but before acting, the `chmod` operation will be performed on the file the symbolic link points to. This issue can bypass directory restrictions and lead to unauthorized permission changes on the filesystem.
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-20012
No EUVD known-exploited evidence
ENISA has published the identifier mapping but no EUVD description has been stored yet.
EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionScheduled
Medium technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.
Patch available
01
What, why and how
On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.
What
On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.
Why
The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
How
An attacker operating through local access may attempt exploitation with elevated privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
What
On Linux, if the target of Root.Chmod is replaced with a symlink while the chmod operation is in progress, Chmod can operate on the target of the symlink, even when the target lies outside the root. The Linux fchmodat syscall silently ignores the AT_SYMLINK_NOFOLLOW flag, which Root.Chmod uses to avoid symlink traversal. Root.Chmod checks its target before acting and returns an error if the target is a symlink lying outside the root, so the impact is limited to cases where the target is replaced with a symlink between the check and operation.
Why
The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
How
An attacker operating through local access may attempt exploitation with elevated privileges. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.
02
Exploit reality and attack path
CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.
Observed exploitation ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.No confirmed evidence
No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.
Public PoC / exploit material ?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.None recorded
No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.
Likely attack path
local access → UNIX Symbolic Link (Symlink) Following → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Local
Privileges required
High: elevated access is required
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness ?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-61: UNIX Symbolic Link (Symlink) Following. The product, when opening a file or directory, does not sufficiently account for when the file is a symbolic link that resolves to a target outside of the intended control sphere. This could allow an attacker to cause the product to operate on unauthorized files.
CVSS vector ?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H
Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.
AVLocalAttack vector: The attacker needs local access to the vulnerable system.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.PRHighPrivileges required: The attacker needs elevated or administrative privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
The issue can support a local privilege or sandbox boundary transition; normal system utilities may then be available in the gained context.
CWE-61
A
Official authority intelligence
Only matched European and national findings are included. Language selectors and unavailable sources are omitted.
ENISA EUVD · EUVD-2026-20012Official EUVD mapping
0 linked advisory records.
Official EUVD record ↗BSI · German · WID-SEC-2026-2166Red Hat Satellite (foreman, python-pillow, go): Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Red Hat Satellite ausnutzen, um sich erweiterte Rechte, einschließlich Administratorrechte, zu verschaffen, die Authentifizierung zu umgehen, Daten zu manipulieren, vertrauliche Informationen offenzulegen und einen Denial-of-Service-Zustand zu verursachen.
Official advisory ↗BSI · German · WID-SEC-2026-1006Golang Go: Mehrere Schwachstellen
Ein Angreifer kann mehrere Schwachstellen in Golang Go ausnutzen, um Speicherbeschädigungen zu verursachen, beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand auszulösen oder andere, nicht näher spezifizierte Angriffe durchzuführen.
Official advisory ↗CERT-FR · French · CERTFR-2026-AVI-0627Multiples vulnérabilités dans les produits Splunk
Official advisory ↗CERT-FR · French · CERTFR-2026-AVI-0540Multiples vulnérabilités dans VMware Tanzu Gemfire
De multiples vulnérabilités ont été découvertes dans VMware Tanzu Gemfire. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Official advisory ↗CERT-FR · French · CERTFR-2026-AVI-0498Multiples vulnérabilités dans Zabbix Agent2
De multiples vulnérabilités ont été découvertes dans Zabbix Agent2. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
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.
Affected versionsThe structured affected or fixed version information changed.
Before
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 148 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
After
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 148 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1538 more
Affected versionsThe structured affected or fixed version information changed.
Before
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 144 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
After
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 148 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
Affected versionsThe structured affected or fixed version information changed.
Before
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; kn-workflow-plugin.src as a component of OpenShift Serverless; and 143 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
After
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 144 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
Affected versionsThe structured affected or fixed version information changed.
Before
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; kn-workflow-plugin.src as a component of OpenShift Serverless; and 143 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1388 more
After
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; kn-workflow-plugin.src as a component of OpenShift Serverless; and 143 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1392 more
Affected versionsThe structured affected or fixed version information changed.
Before
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/art-images as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; and 144 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1388 more
After
redhat-user-workloads/appliance as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; redhat-user-workloads/jetstack-cert-manager-1-17 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/jetstack-cert-manager-1-18 as a component of cert-manager Operator for Red Hat OpenShift; redhat-user-workloads/osc-caa as a component of Confidential Compute Attestation; redhat-user-workloads/trustee-operator as a component of Confidential Compute Attestation; redhat-user-workloads/deployment-validation-operator as a component of Deployment Validation Operator; external-secrets-operator/external-secrets-rhel9 as a component of External Secrets Operator for Red Hat OpenShift; edo/external-dns-rhel8 as a component of ExternalDNS Operator; workload-availability/fence-agents-remediation-rhel8-operator as a component of Fence Agents Remediation Operator; redhat-user-workloads/gatekeeper-operator-3-18 as a component of Gatekeeper 3; redhat-user-workloads/gatekeeper-operator-3-20 as a component of Gatekeeper 3; redhat-user-workloads/logging-loki-v6-2 as a component of Logging Subsystem for Red Hat OpenShift; redhat-user-workloads/logging-loki-v6-4 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; redhat-user-workloads/art-images as a component of Migration Toolkit for Applications 8; redhat-user-workloads/art-images as a component of Migration Toolkit for Containers; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; redhat-user-workloads/mirror-registry-v2-0 as a component of mirror registry for Red Hat OpenShift 2; multiarch-tuning/multiarch-tuning-operator-bundle as a component of Multiarch Tuning Operator; redhat-user-workloads/image-based-install-operator-mce-26 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/image-based-install-operator-mce-27 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-210 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-211 as a component of Multicluster Engine for Kubernetes; redhat-user-workloads/kube-rbac-proxy-mce-28 as a component of Multicluster Engine for Kubernetes; multicluster-globalhub/multicluster-globalhub-agent-rhel8 as a component of Multicluster Global Hub; helm.src as a component of OpenShift Developer Tools and Services; redhat-user-workloads/openshift-mcp-server as a component of OpenShift Lightspeed; openshift-pipelines-client.src as a component of OpenShift Pipelines; kn-workflow-plugin.src as a component of OpenShift Serverless; and 143 more · Fixed: receptor-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debuginfo-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptor-debugsource-0:1.6.5-1.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; receptorctl-0:1.6.5-1.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10; flightctl-0:1.1.3-1.el10em.src as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-agent-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.aarch64 as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.ppc64le as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.s390x as a component of RHEM 1.1 for RHEL 10; flightctl-cli-0:1.1.3-1.el10em.x86_64 as a component of RHEM 1.1 for RHEL 10; host-metering-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debuginfo-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS); host-metering-debugsource-0:1.4.0-7.el7_9.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS); and 1388 more
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
CVE-2026-32282: TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix | BlackTree