CVE-2026-7163
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA vulnerability in the assisted-service REST API in Multicluster Engine (MCE) and Advanced Cluster Management (ACM) allows an authenticated user with minimal namespace-scoped privileges to obtain kubeadmin passwords and kubeconfig for arbitrary clusters. In AUTH_TYPE=local mode (the only on-premises authentication), the local authenticator unconditionally grants full administrative access to any request with a valid JWT. This JWT is embedded as a plaintext query parameter in InfraEnvStatus.ISODownloadURL and is readable by any user with GET rights on an InfraEnv object in their own namespace.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data= 2.1= 2.7CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check if local authentication is enabledInspect the authentication configuration for your MCE/ACM deployment and verify if AUTH_TYPE=local is set. This is typically found in the hub cluster's authentication settings or operator configuration.Affected if AUTH_TYPE=local is enabled in the environment
-
Identify InfraEnv resourcesQuery for InfraEnv custom resources in your cluster namespaces. Use kubectl or oc to list InfraEnv resources: kubectl get infraenvs -A or oc get infraenvs -AAffected if InfraEnv resources exist in any namespace
-
Inspect InfraEnvStatus for embedded JWTExamine the ISODownloadURL field in InfraEnvStatus for any InfraEnv resources. Look for the URL structure - if it contains a JWT token as a query parameter, the field will appear as a long alphanumeric string.Affected if The ISODownloadURL field contains an embedded JWT token (a long base64-like string in the URL query parameters)
-
Verify namespace-level get permissions on InfraEnvReview RBAC policies for users and service accounts in the cluster. Check who has get permissions on InfraEnv resources at the namespace level using kubectl auth can-i get infraenvs --as=<user> for various users, or review RoleBindings/ClusterRoleBindings.Affected if Users other than cluster administrators have namespace-level get rights on InfraEnv resources
A user is affected if AUTH_TYPE=local is enabled AND InfraEnv resources exist with JWT tokens embedded in ISODownloadURL AND unauthorized users have namespace-level get permissions on those InfraEnvs.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement per-endpoint authorization checks in the local authenticator to enforce role-based access control; also remove JWT exposure from ISODownloadURL or require separate authentication for credential endpoints.
- Consultation12.0 h
- Implementation24.0 h
- Testing12.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $15,936.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-7163 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-7163 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data