Description
A flaw was found in multicluster-global-hub. An attacker who compromises a managed hub can leverage its legitimate Kafka client certificate to publish a CloudEvent (a specification for describing event data in a common way) message to the shared `gh-spec` topic. This message can spoof its source as "global-hub" and target other managed hubs. Due to a lack of binding between the Kafka client principal and the CloudEvent envelope, the agent on the targeted hub accepts this spoofed message and applies arbitrary resources. This vulnerability allows for fleet-wide cluster-admin privilege escalation across all managed hubs.
Published: n/a
Score: 9.9 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Red Hat Multicluster GlobalHub allows an attacker who compromises a managed hub to publish a CloudEvent message to the shared gh‑spec Kafka topic. The message can spoof its source as "global‑hub" because the Kafka client principal is not bound to the CloudEvent envelope. The receiving hub accepts this spoofed event and applies the included resources, effectively granting the attacker cluster‑administrator privileges across the entire fleet of managed hubs. This is a classic improper authentication weakness (CWE‑290).

Affected Systems

Red Hat Multicluster GlobalHub version 1.8 on Enterprise Linux 9. All managed hubs that subscribe to the shared gh‑spec Kafka topic are affected, as they rely on the unverified CloudEvent source for resource deployment.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.9, indicating critical severity. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog. Exploitation requires that an attacker gains control of any managed hub; once compromised, the attacker can leverage the shared Kafka topic to impersonate the global hub and influence all other hubs in the cluster. The attack vector is remote, via the Kafka network, and does not require privileged access beyond the compromised hub’s credentials.

Generated by OpenCVE AI on August 11, 2026 at 01:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑released update for Multicluster GlobalHub that locks the CloudEvent source to the authentic Kafka principal.
  • Reconfigure Kafka ACLs to restrict write access to the gh‑spec topic to only properly authenticated services, eliminating the possibility of spoofed writes.
  • Enable validation in GlobalHub to verify that the CloudEvent source matches the Kafka client certificate before applying any resources.

Generated by OpenCVE AI on August 11, 2026 at 01:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in multicluster-global-hub. An attacker who compromises a managed hub can leverage its legitimate Kafka client certificate to publish a CloudEvent (a specification for describing event data in a common way) message to the shared `gh-spec` topic. This message can spoof its source as "global-hub" and target other managed hubs. Due to a lack of binding between the Kafka client principal and the CloudEvent envelope, the agent on the targeted hub accepts this spoofed message and applies arbitrary resources. This vulnerability allows for fleet-wide cluster-admin privilege escalation across all managed hubs.
Title multicluster-global-hub: multicluster-global-hub: shared Kafka gh-spec topic Write ACL plus spoofable CloudEvent source enables fleet-wide cluster-admin from any compromised managed hub
First Time appeared Redhat
Redhat multicluster Globalhub
Weaknesses CWE-290
CPEs cpe:/a:redhat:multicluster_globalhub:1.8::el9
Vendors & Products Redhat
Redhat multicluster Globalhub
References
Metrics threat_severity

None

cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}

threat_severity

Critical


Subscriptions

Redhat Multicluster Globalhub
cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Critical

Publid Date: 2026-08-10T13:40:00Z

Links: CVE-2026-66801 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T05:00:09Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing