CVE-2026-30963 Details
Description
Capsule is a multi-tenancy and policy-based framework for Kubernetes. To defend against namespace hijacking achieved through update/patch operations on namespaces, Capsule uses a webhook to validate update requests targeting namespaces. However, in Kubernetes, the namespace/finalize and namespace/status subresource APIs can also modify various fields of a namespace, including the metadata field. Prior to version 0.13.0, the webhook does not define interception rules for these subresources. As a result, if a tenant administrator has permission to modify namespace/status or namespace/finalize, they can successfully perform namespace hijacking. Version 0.13.0 fixes the issue. Another mitigation is to add two subresources (namespaces and snamespaces/status with namespace/finalize within it) to the resources list in the ValidatingWebhookConfiguration rules.
A vulnerability in Capsule, a multi-tenancy framework for Kubernetes, allows namespace hijacking through unvalidated update requests via the namespace/status and namespace/finalize subresource APIs. Prior to version 0.13.0, Capsule's webhook validation did not cover these subresources, enabling tenant administrators with the right permissions to modify namespace metadata and hijack namespaces. This issue has been addressed in version 0.13.0.
To address this vulnerability, update the ValidatingWebhookConfiguration to include interception rules for the namespace/status and namespace/finalize subresources. This can be done by adding these subresources to the resources list in the ValidatingWebhookConfiguration rules.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/projectcapsule/capsule/security/advisories/GHSA-2ww6-hf35-mfjm | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/projectcapsule/capsule/releases/tag/v0.13.0 | [email protected] | ProductRelease Notes |
| https://github.com/projectcapsule/capsule/security/advisories/GHSA-2ww6-hf35-mfjm | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
| CWE-20 | Improper Input Validation | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| projectcapsule capsule | < 0.13.0 |
CPE
Remediation
| |
Change History
6 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 22, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 3, 2026 | Initial Analysis | [email protected] |
| Jun 2, 2026 | CVE Modified | CISA-ADP |
| Jun 1, 2026 | New CVE Received | [email protected] |