Skip to main content

Capsule CVE-2026-65835

| EUVDEUVD-2026-51296 MEDIUM
Improper Privilege Management (CWE-269)
2026-07-30 GitHub_M GHSA-jr6p-8pjj-mfx6
6.6
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
6.6 MEDIUM
AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:L
vuln.today AI
9.1 CRITICAL

Creating ClusterRoleBinding directly grants cluster-admin, yielding immediate C:H/I:H/A:H across the full cluster scope.

3.1 AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:H/VA:N/SC:H/SI:H/SA:H

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
Low

Lifecycle Timeline

3
Patch available
Jul 30, 2026 - 21:04 EUVD
Source Code Evidence Fetched
Jul 30, 2026 - 20:53 vuln.today
Analysis Generated
Jul 30, 2026 - 20:53 vuln.today

DescriptionCVE.org

Capsule is a multi-tenancy and policy-based framework for Kubernetes. From 0.13.0 until 0.13.8, after the incomplete CVE-2026-22872 fix, TenantResource RawItems and Generators in internal/controllers/resources/collect.go, including handleRawItem and handleGeneratorItem, did not apply the ResourceReference.LoadResources and IsNamespacedGVK cluster-scoped resource rejection guard used by NamespacedItems, allowing a Tenant Owner to create cluster-scoped resources such as ClusterRole or ValidatingWebhookConfiguration through the cluster-admin controller client. This issue is fixed in version 0.13.8.

AnalysisAI

Privilege escalation in Capsule (Kubernetes multi-tenancy framework) versions 0.13.0-0.13.7 allows authenticated Tenant Owners to break out of tenant isolation and create cluster-scoped Kubernetes resources - including ClusterRole, ClusterRoleBinding, and ValidatingWebhookConfiguration - through the cluster-admin controller client. This is an incomplete fix of CVE-2026-22872: the TenantResource RawItems and Generators code paths (handleRawItem, handleGeneratorItem) were never updated to enforce the same cluster-scoped resource rejection guards applied to NamespacedItems. No public exploit or CISA KEV listing has been identified at time of analysis; vendor-released patch v0.13.8 is available.

Technical ContextAI

Capsule (CPE: cpe:2.3:a:projectcapsule:capsule:*:*:*:*:*:*:*:*) is a Kubernetes operator implementing multi-tenancy via Tenant custom resources, enforcing namespace isolation and policy boundaries. The root cause is CWE-269 (Improper Privilege Management): the resource collection logic in internal/controllers/resources/collect.go exposes two code paths - handleRawItem (for TenantResource RawItems) and handleGeneratorItem (for Generators) - that were not updated during the CVE-2026-22872 remediation effort. The guard functions ResourceReference.LoadResources and IsNamespacedGVK, which reject cluster-scoped resource kinds, were added only to the NamespacedItems path. As a result, the RawItems and Generators paths use the cluster-admin controller client without validating whether the target GroupVersionKind is cluster-scoped, allowing tenant-level manifests to instantiate objects such as ClusterRole, ClusterRoleBinding, and ValidatingWebhookConfiguration at cluster scope.

RemediationAI

Vendor-released patch: v0.13.8. Upgrade Capsule to v0.13.8 immediately; the Docker image ghcr.io/projectcapsule/capsule:0.13.8 and Helm chart for this version are available at https://github.com/projectcapsule/capsule/releases/tag/v0.13.8. If immediate upgrade is not possible, a targeted compensating control is to revoke TenantResource RBAC permissions from Tenant Owners - specifically the ability to create or update TenantResource objects - until patching is complete; this disables the vulnerable feature entirely but also removes legitimate TenantResource functionality. Alternatively, admission webhook policies (e.g., OPA/Gatekeeper or Kyverno) can be configured to reject TenantResource manifests containing RawItems or Generator blocks referencing cluster-scoped GVKs (ClusterRole, ValidatingWebhookConfiguration, etc.), acting as a defense-in-depth layer. Note that either workaround may break legitimate multi-tenancy workflows that rely on TenantResource for resource propagation.

CVE-2025-1974 CRITICAL POC
9.8 Mar 25

A critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2025-1098 HIGH POC
8.8 Mar 25

Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress

CVE-2025-24514 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres

CVE-2025-1097 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c

CVE-2020-8554 MEDIUM POC
6.3 Jan 21

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter

CVE-2023-3676 HIGH POC
8.8 Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate

CVE-2025-55190 CRITICAL POC
9.9 Sep 04

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne

CVE-2026-34976 CRITICAL POC
10.0 Apr 02

Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2026-54680 CRITICAL POC
9.9 Jul 29

Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can

CVE-2026-22039 CRITICAL POC
9.9 Jan 27

Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass

Share

CVE-2026-65835 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy