CVE-2026-7163 PUBLISHED

Assisted-service: assisted-service: authenticated users can gain administrative access to openshift clusters via credential disclosure

Assigner: redhat
Reserved: 27.04.2026 Published: 30.04.2026 Updated: 30.04.2026

A vulnerability in the assisted-service REST API, an optional Assisted Installer (assisted-service) component in the Multicluster Engine (MCE), allows an authenticated user with minimal namespace-scoped privileges to obtain administrative credentials for arbitrary clusters provisioned through the hub.

The credentials download endpoint (GET /v2/clusters/{cluster_id}/credentials, which returns the kubeadmin password) and the kubeconfig download endpoint are operational in AUTH_TYPE=local mode, the only authentication mode available in on-premises ACM/MCE hub deployments. The local authenticator unconditionally grants full administrative access to any request bearing a valid JWT, with no per-endpoint restrictions. A valid local JWT is embedded as a plaintext query parameter in InfraEnvStatus.ISODownloadURL and is readable by any user who has get rights on an InfraEnv object in their own namespace.

The affected components ship as part of Multicluster Engine (MCE). The Red Hat Advanced Cluster Management (ACM) deployments that include MCE are equally affected. This issue does not affect the hosted SaaS offering (console.redhat.com), which uses a different authentication mode.

Successful exploitation gives the attacker the kubeadmin password and kubeconfig for any OpenShift cluster provisioned through the affected hub, granting unrestricted root-level administrative access to those spoke clusters.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N
CVSS Score: 6.1

Product Status

Vendor Red Hat
Product multicluster engine for Kubernetes 2.1
Versions Default: affected
  • unaffected from 1776983527 to * (excl.)
Vendor Red Hat
Product multicluster engine for Kubernetes 2.11
Versions Default: affected
  • unaffected from 1776987609 to * (excl.)
Vendor Red Hat
Product multicluster engine for Kubernetes 2.7
Versions Default: affected
  • unaffected from 1777205801 to * (excl.)
Vendor Red Hat
Product multicluster engine for Kubernetes 2.7
Versions Default: affected
  • unaffected from 1777205772 to * (excl.)

Credits

  • This issue was discovered by Nick Carboni (Red Hat), Omer Vishlitzky (Red Hat), and Riccardo Piccoli (Red Hat).

References

Problem Types

  • Cleartext Storage of Sensitive Information CWE