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

Unexpected work during chain building in crypto/x509

Go standard library · crypto/x509

7.5HighCVSS 3.1
Recommended action
Within 7 days

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

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

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 releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivegolang-1.21Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivegolang-1.22Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivegolang-1.23Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivegolang-1.24Under evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 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-32280 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitycrypto/x509: crypto/tls: golang: Go: Denial of Service vulnerability in certificate chain building
129 known affected

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

  • rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2
  • cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift
  • build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation
  • openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation
  • dvo/deployment-validation-rhel8-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
  • compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator
  • gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3
  • openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift
  • openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift
Summary
A flaw was found in the Go standard library packages `crypto/x509` and `crypto/tls`. During the process of building a certificate chain, an attacker can provide a large number of intermediate certificates. This excessive input is not properly limited, leading to an uncontrolled amount of work being performed. This can result in a denial of service (DoS) condition, making the affected system or application unavailable to legitimate users.
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-20008

No EUVD known-exploited evidence

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls.

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

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

Patch available
01

What, why and how

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls.

What

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls.

Why

The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

What

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls.

Why

The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

02

Exploit reality and attack path

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

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

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

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

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

Likely attack path
a network path → Allocation of Resources Without Limits or Throttling → disrupt the affected service
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-770

CWE-770: Allocation of Resources Without Limits or Throttling. The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

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

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

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

Official authority intelligence

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

ENISA EUVD · EUVD-2026-20008Official EUVD mapping

During chain building, the amount of work that is done is not correctly limited when a large number of intermediate certificates are passed in VerifyOptions.Intermediates, which can lead to a denial of service. This affects both direct users of crypto/x509 and users of crypto/tls.

Official EUVD record
BSI · German · WID-SEC-W-2026-2929Splunk Splunk Enterprise: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuführen, Berechtigungen zu erweitern, Sicherheitsmaßnahmen zu umgehen, SQL-Injection-, serverseitige Request-Forgery- und Cross-Site-Scripting-Angriffe durchzuführen, sensible Informationen offenzulegen oder zu manipulieren, Denial-of-Service-Zustände auszulösen oder andere, nicht näher spezifizierte Angriffe durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2026-1513Kiali für Red Hat OpenShift Service Mesh (Axios, Go, Follow-redirects): Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Kiali für Red Hat OpenShift Service Mesh ausnutzen, um erweiterte Privilegien zu erlangen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren oder offenzulegen oder einen Denial-of-Service-Zustand zu verursachen.

Official advisory
BSI · German · WID-SEC-W-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-1056Multiples vulnérabilités dans les produits Splunk

ord?id=CVE-2026-29181 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-30922 https://www.cve.org/CVERecord?id=CVE-2026-30922 Référence CVE CVE-2026-31789 https://www.cve.org/CVERecord?id=CVE-2026-31789 Référence CVE CVE-2026-31790 https://www.cve.org/CVERecord?id=CVE-2026-31790 Référence CVE CVE-2026-31898 https://www.cve.org/CVERecord?id=CVE-2026-31898 Référence CVE CVE-2026-31938 https://www.cve.org/CVERecord?id=CVE-2026-31938 Référence CVE CVE-2026-31958 https://www.cve.org/CVERecord?id=CVE-2026-31958 Référence CVE CVE-2026-32141 https://www.cve.org/CVERecord?id=CVE-2026-32141 Référence CVE CVE-2026-32280 https://www.cve.org/CVERecord?id=CVE-2026-32280 Référence CVE CVE-2026-32281 https://www.cve.org/CVERecord?id=CVE-2026-32281 Référence CVE CVE-2026-32283 https://www.cve.org/CVERecord?id=CVE-2026-32283 Référence CVE CVE-2026-32597 https://www.cve.org/CVERecord?id=CVE-2026-32597 Référence CVE CVE-2026-32647 https://www.cve.org/CVERecord?id=CVE-2026-32647 Référence CVE CVE-2026-33186 https://www.cve.org/CVERecord?id=CVE-2026-33186 Référence CVE CVE-2026-33228 https://www.cve.org/CVERecord?id=CVE-2026-33228 Référence CVE CVE-2026-33532 https://www.cve.org/CVERecord?id=CVE-2026-33532 Référence CVE CVE-2026-33671 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2026-20298 Référence CVE CVE-2026-24051 https://www.cve.org/CVERecord?id=CVE-2026-24051 Référence CVE CVE-2026-27140 https://www.cve.org/CVERecord?id=CVE-2026-27140 Référence CVE CVE-2026-27143 https://www.cve.org/CVERecord?id=CVE-2026-27143 Référence CVE CVE-2026-27144 https://www.cve.org/CVERecord?id=CVE-2026-27144 Référence CVE CVE-2026-28388 https://www.cve.org/CVERecord?id=CVE-2026-28388 Référence CVE CVE-2026-28389 https://www.cve.org/CVERecord?id=CVE-2026-28389 Référence CVE CVE-2026-28390 https://www.cve.org/CVERecord?id=CVE-2026-28390 Référence CVE CVE-2026-29181 https://www.cve.org/CVERecord?id=CVE-2026-29181 Référence CVE CVE-2026-32280 https://www.cve.org/CVERecord?id=CVE-2026-32280 Référence CVE CVE-2026-32281 https://www.cve.org/CVERecord?id=CVE-2026-32281 Référence CVE CVE-2026-32283 https://www.cve.org/CVERecord?id=CVE-2026-32283 Référence CVE CVE-2026-32285 https://www.cve.org/CVERecord?id=CVE-2026-32285 Référence CVE CVE-2026-32287 https://www.cve.org/CVERecord?id=CVE-2026-32287 Référence CVE CVE-2026-34986 https://www.cve.org/CVERecord?id=CVE-2026-34986 Référence CVE CVE-2026-39836 https://www.cve.org/CVERecord?id=CVE-2026-39836 Référence CVE CVE-2026-39882 https://www.cve.org/CVERecord?id=CVE-2026-39882 Référence CVE CVE-2026-39883 https://www.cve.org/CVERecord?id=

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

ERecord?id=CVE-2026-28389 Référence CVE CVE-2026-28390 https://www.cve.org/CVERecord?id=CVE-2026-28390 Référence CVE CVE-2026-28804 https://www.cve.org/CVERecord?id=CVE-2026-28804 Référence CVE CVE-2026-3061 https://www.cve.org/CVERecord?id=CVE-2026-3061 Référence CVE CVE-2026-3062 https://www.cve.org/CVERecord?id=CVE-2026-3062 Référence CVE CVE-2026-3063 https://www.cve.org/CVERecord?id=CVE-2026-3063 Référence CVE CVE-2026-31789 https://www.cve.org/CVERecord?id=CVE-2026-31789 Référence CVE CVE-2026-31790 https://www.cve.org/CVERecord?id=CVE-2026-31790 Référence CVE CVE-2026-32141 https://www.cve.org/CVERecord?id=CVE-2026-32141 Référence CVE CVE-2026-32280 https://www.cve.org/CVERecord?id=CVE-2026-32280 Référence CVE CVE-2026-32281 https://www.cve.org/CVERecord?id=CVE-2026-32281 Référence CVE CVE-2026-32282 https://www.cve.org/CVERecord?id=CVE-2026-32282 Référence CVE CVE-2026-32283 https://www.cve.org/CVERecord?id=CVE-2026-32283 Référence CVE CVE-2026-32288 https://www.cve.org/CVERecord?id=CVE-2026-32288 Référence CVE CVE-2026-32289 https://www.cve.org/CVERecord?id=CVE-2026-32289 Référence CVE CVE-2026-32776 https://www.cve.org/CVERecord?id=CVE-2026-32776 Référence CVE CVE-2026-32777 https://www.cve.org/CVERecord?id=CVE-2026-32777 Référence CVE CVE-2026-32778 https://www.cve.org/CVERecord?id=

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

ord?id=CVE-2026-27144 Référence CVE CVE-2026-27199 https://www.cve.org/CVERecord?id=CVE-2026-27199 Référence CVE CVE-2026-27205 https://www.cve.org/CVERecord?id=CVE-2026-27205 Référence CVE CVE-2026-27456 https://www.cve.org/CVERecord?id=CVE-2026-27456 Référence CVE CVE-2026-29129 https://www.cve.org/CVERecord?id=CVE-2026-29129 Référence CVE CVE-2026-29145 https://www.cve.org/CVERecord?id=CVE-2026-29145 Référence CVE CVE-2026-30922 https://www.cve.org/CVERecord?id=CVE-2026-30922 Référence CVE CVE-2026-3219 https://www.cve.org/CVERecord?id=CVE-2026-3219 Référence CVE CVE-2026-32274 https://www.cve.org/CVERecord?id=CVE-2026-32274 Référence CVE CVE-2026-32280 https://www.cve.org/CVERecord?id=CVE-2026-32280 Référence CVE CVE-2026-32281 https://www.cve.org/CVERecord?id=CVE-2026-32281 Référence CVE CVE-2026-32282 https://www.cve.org/CVERecord?id=CVE-2026-32282 Référence CVE CVE-2026-32283 https://www.cve.org/CVERecord?id=CVE-2026-32283 Référence CVE CVE-2026-32286 https://www.cve.org/CVERecord?id=CVE-2026-32286 Référence CVE CVE-2026-32288 https://www.cve.org/CVERecord?id=CVE-2026-32288 Référence CVE CVE-2026-32289 https://www.cve.org/CVERecord?id=CVE-2026-32289 Référence CVE CVE-2026-32874 https://www.cve.org/CVERecord?id=CVE-2026-32874 Référence CVE CVE-2026-32875 https://www.cve.org/CVERecord?id=

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-0500Multiples vulnérabilités dans VMware Tanzu

ord?id=CVE-2026-26996 Référence CVE CVE-2026-27903 https://www.cve.org/CVERecord?id=CVE-2026-27903 Référence CVE CVE-2026-27904 https://www.cve.org/CVERecord?id=CVE-2026-27904 Référence CVE CVE-2026-29074 https://www.cve.org/CVERecord?id=CVE-2026-29074 Référence CVE CVE-2026-29145 https://www.cve.org/CVERecord?id=CVE-2026-29145 Référence CVE CVE-2026-2950 https://www.cve.org/CVERecord?id=CVE-2026-2950 Référence CVE CVE-2026-29786 https://www.cve.org/CVERecord?id=CVE-2026-29786 Référence CVE CVE-2026-31802 https://www.cve.org/CVERecord?id=CVE-2026-31802 Référence CVE CVE-2026-32141 https://www.cve.org/CVERecord?id=CVE-2026-32141 Référence CVE CVE-2026-32280 https://www.cve.org/CVERecord?id=CVE-2026-32280 Référence CVE CVE-2026-33228 https://www.cve.org/CVERecord?id=CVE-2026-33228 Référence CVE CVE-2026-33532 https://www.cve.org/CVERecord?id=CVE-2026-33532 Référence CVE CVE-2026-33671 https://www.cve.org/CVERecord?id=CVE-2026-33671 Référence CVE CVE-2026-33672 https://www.cve.org/CVERecord?id=CVE-2026-33672 Référence CVE CVE-2026-33750 https://www.cve.org/CVERecord?id=CVE-2026-33750 Référence CVE CVE-2026-33816 https://www.cve.org/CVERecord?id=CVE-2026-33816 Référence CVE CVE-2026-33870 https://www.cve.org/CVERecord?id=CVE-2026-33870 Référence CVE CVE-2026-33871 https://www.cve.org/CVERecord?id=

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.

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
rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 99 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 4121 more
Action
For details on how to apply this update, refer to Ansible Automation Platform documentation.
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 8 Apr 2026 · Last source change 10 Sept 2026, 12:05 UTC · CWE-770 · Allocation of Resources Without Limits or Throttling

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

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

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 102 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 4108 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 99 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 4121 more
    Red Hat Product Security
  2. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  3. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  4. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 104 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 4095 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 102 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 4108 more
    Red Hat Product Security
  5. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  6. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  7. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 104 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 3933 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 104 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 4095 more
    Red Hat Product Security
  8. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  9. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  10. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 100 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 3907 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 104 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 3933 more
    Red Hat Product Security
  11. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  12. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  13. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 101 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 3905 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 100 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 3907 more
    Red Hat Product Security
  14. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  15. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  16. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 113 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 3856 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 101 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 3905 more
    Red Hat Product Security
  17. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; and 135 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 3380 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 113 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 3856 more
    Red Hat Product Security
  18. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  19. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  20. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 136 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 3364 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; workload-availability/node-healthcheck-rhel8-operator as a component of Node HealthCheck Operator; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; and 135 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 3380 more
    Red Hat Product Security
  21. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  22. Vendor guidanceAuthoritative vendor guidance changed from authoritative remediation link · patch, vendor advisory to authoritative remediation link · patch, vendor advisory.
    Before
    authoritative remediation link · patch, vendor advisory
    After
    authoritative remediation link · patch, vendor advisory
    security@golang.org
  23. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 136 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 3360 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; workload-availability/machine-deletion-remediation-rhel8-operator as a component of Machine Deletion Remediation Operator; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; and 136 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 3364 more
    Red Hat Product Security
  24. Affected versionsThe structured affected or fixed version information changed.
    Before
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 136 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 3254 more
    After
    rhai/assisted-installer-rhel9 as a component of Assisted Installer for Red Hat OpenShift Container Platform 2; cert-manager/jetstack-cert-manager-rhel9 as a component of cert-manager Operator for Red Hat OpenShift; build-of-trustee/trustee-rhel9-operator as a component of Confidential Compute Attestation; openshift-sandboxed-containers/osc-monitor-rhel9 as a component of Confidential Compute Attestation; dvo/deployment-validation-rhel8-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; compliance/openshift-compliance-operator-bundle as a component of File Integrity Operator; gatekeeper/gatekeeper-rhel9-operator as a component of Gatekeeper 3; openshift-logging/eventrouter-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; openshift-logging/logging-loki-rhel9 as a component of Logging Subsystem for Red Hat OpenShift; lvms4/lvms-rhel9-operator as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel8 as a component of Logical Volume Manager Storage; lvms4/topolvm-rhel9 as a component of Logical Volume Manager Storage; openshift/mirror-registry-rhel8 as a component of mirror registry for Red Hat OpenShift; helm.src as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-agent-base-rhel9 as a component of OpenShift Developer Tools and Services; ocp-tools-4/jenkins-rhel8 as a component of OpenShift Developer Tools and Services; openshift-lightspeed/lightspeed-rhel9-operator 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; openshift-serverless-1/kn-plugin-event-sender-rhel9 as a component of OpenShift Serverless; openshift-serverless-clients.src as a component of OpenShift Serverless; 3scale-amp2/3scale-rhel7-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp2/3scale-rhel9-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/3scale-operator as a component of Red Hat 3scale API Management Platform 2; 3scale-amp26/operator as a component of Red Hat 3scale API Management Platform 2; multicluster-engine/assisted-service-9-rhel9 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhaii/vllm-neuron-rhel9 as a component of Red Hat AI Inference Server; and 136 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 3360 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-32280 · cve.blacktree.nl