CVE-2026-61672 Details
Description
Capsule is a multi-tenancy and policy-based framework for Kubernetes. Prior to 0.13.7, ForbiddenListSpec.ExactMatch in pkg/api/forbidden_list.go sorts denied metadata keys case-insensitively and then uses sort.SearchStrings, which assumes byte-order sorting. When an administrator's forbidden list mixes capitalized and lowercase keys or otherwise has different case-insensitive and byte ordering, the binary search can return false for a key that is present. An authenticated tenant owner can then pass the missed key through api.ValidateForbidden and bypass configured namespace, Service, or delegated node metadata restrictions, potentially influencing cluster policies, network exposure, or scheduling outside the tenant boundary. Uniformly lowercase lists whose two orderings coincide are not affected. This issue is fixed in version 0.13.7.
A vulnerability in Capsule, a multi-tenancy framework for Kubernetes, allows tenant owners to bypass forbidden metadata restrictions on namespaces and services. This issue affects Capsule versions prior to 0.13.7. The vulnerability arises because the 'ForbiddenListSpec.ExactMatch' function sorts denied keys in a case-insensitive manner but uses a byte-order binary search, leading to incorrect validation. As a result, tenant owners can inadvertently introduce forbidden metadata that impacts cluster policies or network exposure.
Users can upgrade to Capsule version 0.13.7, which addresses the vulnerability by correcting the 'ExactMatch' function to ensure proper validation of forbidden keys.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 18, 2026CISA-ADP
Assessed Sep 22, 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-gjw4-3v3v-rqxg | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/projectcapsule/capsule/commit/755cef54bf4a1bc56d6692130132bc70755bef46 | [email protected] | Source CodeVendor |
| https://github.com/projectcapsule/capsule/pull/1982 | [email protected] | Issue TrackingVendor |
| https://github.com/projectcapsule/capsule/releases/tag/v0.13.7 | [email protected] | Release NotesVendor |
| https://github.com/projectcapsule/capsule/security/advisories/GHSA-gjw4-3v3v-rqxg | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-697 | Incorrect Comparison | [email protected] |
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Capsule | <= 0.13.6 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 22, 2026 | CVE Modified | CISA-ADP |
| Sep 18, 2026 | New CVE Received | [email protected] |
Volerion