AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71208

MEDIUM · CVSS 6.5 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

KubeSphere's cluster-controller reconciliation process in Kubernetes is vulnerable as it allows users to create or update a Cluster custom resource definition (CRD) that can trigger outbound requests to arbitrary internal or metadata endpoints without proper validation. This could lead to unauthorized access to sensitive internal services or cloud metadata, potentially exposing critical information. Organizations using KubeSphere should prioritize addressing this vulnerability to mitigate risks associated with unauthorized data exposure and internal network attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71208
Severity
MEDIUM
CVSS
6.5
EPSS
0.21%
Kubernetes

Original NVD Description

KubeSphere's cluster-controller reconciliation (pkg/utils/clusterclient/clusterclient.go, addCluster) processes every Cluster custom resource's connection configuration and immediately calls Discovery.ServerVersion against the CRD-specified Kubernetes API endpoint, which is parsed only for URL syntax (url.Parse) with no allow/deny-list for loopback, RFC1918 private ranges, link-local, or cloud-metadata addresses (e.g. 169.254.169.254).