SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-65834

MEDIUM · CVSS 6.8 EPSS 0.27% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

Kubernetes users utilizing Capsule versions prior to 0.13.8 are vulnerable due to improper validation of regex patterns in the configuration admission webhook, which can lead to crashes during node creation, updates, or patches. This vulnerability may disrupt cluster operations and impact multi-tenancy management. Cluster administrators should prioritize upgrading to version 0.13.8 to mitigate potential service disruptions.

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-65834
Severity
MEDIUM
CVSS
6.8
EPSS
0.27%
Kubernetes

Original NVD Description

Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.8, CapsuleConfiguration.Spec.NodeMetadata.ForbiddenLabels.Regex and CapsuleConfiguration.Spec.NodeMetadata.ForbiddenAnnotations.Regex were not validated by the configuration admission webhook, allowing a Cluster Admin to store a malformed regex that later reached regexp.MustCompile in pkg/api/forbidden_list.go through internal/webhook/node/user_metadata.go and crashed the node admission webhook on Node create, update, or patch requests. This issue is fixed in version 0.13.8.