Certificate Validation Flaw in Kubernetes C# Client
CVE-2025-9708

6.8MEDIUM

Key Information:

Vendor

Kubernetes

Vendor
CVE Published:
16 September 2025

What is CVE-2025-9708?

CVE-2025-9708 is a security vulnerability found in the Kubernetes C# client, which is a software interface that allows developers to interact with Kubernetes clusters programmatically. The primary function of the Kubernetes C# client is to facilitate the deployment, scaling, and management of containerized applications in cloud environments. This vulnerability is characterized by a flaw in the certificate validation logic, which permits the acceptance of certificates from any Certificate Authority (CA) without adequate verification of the trust chain. Consequently, this weakness could enable malicious actors to present forged certificates, effectively allowing them to intercept or manipulate communications with the Kubernetes API server. The implications of this flaw are substantial, as it may lead to man-in-the-middle (MitM) attacks and unauthorized access to Kubernetes-managed resources, significantly jeopardizing the integrity and confidentiality of cloud-native applications.

Potential impact of CVE-2025-9708

  1. Man-in-the-Middle Attacks: The vulnerability allows attackers to intercept communications between the Kubernetes API server and other components, facilitating unauthorized access and manipulation of data transmitted.

  2. API Impersonation: Malicious users could exploit this flaw to impersonate other users or services interacting with the Kubernetes API, potentially leading to unauthorized operations within the Kubernetes cluster.

  3. Data Breaches and Compromised Integrity: By successfully exploiting this vulnerability, attackers could access sensitive data and affect the integrity of applications deployed within Kubernetes, leading to significant damage to organizational operations and reputation.

Affected Version(s)

Kubernetes CSharp Client 0 <= 17.0.13

Kubernetes CSharp Client 17.0.14

References

CVSS V3.1

Score:
6.8
Severity:
MEDIUM
Confidentiality:
High
Integrity:
High
Availability:
High
Attack Vector:
Network
Attack Complexity:
High
Privileges Required:
None
User Interaction:
Required
Scope:
Unchanged

Timeline

  • Vulnerability published

  • Vulnerability Reserved

Credit

elliott-beach
.
CVE-2025-9708 : Certificate Validation Flaw in Kubernetes C# Client