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.
CVE-2026-61672
This high-severity CVE scores 7.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit-prediction score not yet available (the EPSS model rescores nightly; freshly-published CVEs typically appear within 48 hours). GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.1
- EG Score
- 7.1(low)
- EG Risk
- 36(Track)EG Risk 36/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity71% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 11%
- KEV
- Not listed
Published
September 18, 2026
Last Modified
September 18, 2026
Advisory Details (3)
Auto-updated Sep 18, 2026v0.13.7
Patch available: projectcapsule/capsule v0.13.7
https://github.com/projectcapsule/capsule/releases/tag/v0.13.7feat(rules): add service enforcement rules
Fix merged in projectcapsule/capsule PR #1982 on 2026-06-24 — awaiting tagged release
https://github.com/projectcapsule/capsule/pull/1982Tenant owner bypasses Capsule's forbidden namespace/service/node label and annotation enforcement because `ForbiddenListSpec.ExactMatch` runs `sort.SearchStrings` (byte order) over a slice sorted case-insensitively · Advisory · projectcapsule/capsule · GitHub
https://github.com/projectcapsule/capsule/security/advisories/GHSA-gjw4-3v3v-rqxgVendor Advisories for CVE-2026-61672(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Affected Packages
(1 across 1 ecosystem)
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/projectcapsule/capsule | — | 0.13.7 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 3× in last 7d / 3× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-09-18 17:26 UTCEG score recompute
- 2026-09-18 16:39 UTCEG score recompute
- 2026-09-18 16:39 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-61672?
When was CVE-2026-61672 disclosed?
Is CVE-2026-61672 actively exploited?
What is the CVSS score of CVE-2026-61672?
How do I remediate CVE-2026-61672?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-61672
Is Your Infrastructure Affected by CVE-2026-61672?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.