Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/projectcapsule/capsule/releases/tag/v0.13.8
- https://github.com/projectcapsule/capsule/security/advisories/GHSA-68cj-mvg9-rgm
- https://github.com/projectcapsule/capsule/security/advisories/GHSA-68cj-mvg9-rgm
FAQ
What is CVE-2026-65834?
CVE-2026-65834 is a vulnerability with a CVSS score of 6.8 (MEDIUM). 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.Forbidden...
How severe is CVE-2026-65834?
CVE-2026-65834 has been rated MEDIUM with a CVSS base score of 6.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-65834?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.