5.7
Medium
github.com/projectcapsule/capsule

CVE-2026-55636

CVE-2026-55636 is a medium-severity incorrect authorization vulnerability in github.com/projectcapsule/capsule (go), affecting versions >= 0.13.0, < 0.13.6. It is fixed in 0.13.6.

Key facts
CVSS score
5.7
Medium
Attack vector
Network
Issuing authority
GitHub Advisory Database
Affected package
github.com/projectcapsule/capsule
Fixed in
0.13.6
Disclosed
2026

Summary

Summary Capsule v0.13.2 webhook rules contain namespace/finalize (singular) instead of namespaces/finalize (plural). K8s requires plural. The finalize defense from CVE-2026-30963 fix is absent. Details PUT to /api/v1/namespaces/<ns>/finalize has resource=namespaces (plural). The singular rule never matches. matchPolicy: Equivalent does not compensate. PoC Confirmed on kind + Capsule v0.13.2. alice (non-admin with namespaces/finalize RBAC): kubectl label --as=alice = DENIED (control). kubectl replace --raw /finalize --as=alice = 200 OK (bypass). Tenant label changed. Impact Namespace tenant-label hijack. Same threat model as CVE-2026-30963. One-char fix: namespace/finalize -> namespaces/finalize. The CVE-2026-30963 fix in Capsule v0.13.2 added subresource entries to the namespace validating webhook, but charts/capsule/templates/configuration.yaml line 105 contains a singular/plural typo: namespace/finalize instead of namespaces/finalize. Kubernetes webhook rules require the plural resource name. The finalize subresource defense is entirely absent. Details In Kubernetes admission webhooks, rules.resources matches against the plural resource name. A PUT to /api/v1/namespaces/<ns>/finalize has resource=namespaces (plural). The rule namespace/finalize (singular) never matches any real API request. The matchPolicy: Equivalent setting does NOT compensate (it handles API group/version variations, not resource name typos). PoC Confirmed on kind cluster + Capsule v0.13.2 (Helm chart): Impact Namespace tenant-label hijack via the finalize subresource bypass. Same threat model as CVE-2026-30963. One-character fix needed: namespace/finalize -> namespaces/finalize.

Impact

What is incorrect authorization?

The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions. Typical impact: unauthorized data access or execution of privileged operations.

Severity and exposure

CVE-2026-55636 has a CVSS score of 5.7 (Medium). The vector is network-reachable, high privileges required, and user interaction required. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment.

A fixed version is available (0.13.6). Upgrading removes the vulnerable code path.

Affected versions

go

  • github.com/projectcapsule/capsule (>= 0.13.0, < 0.13.6)

Security releases

  • github.com/projectcapsule/capsule → 0.13.6 (go)
Kodem intelligence

Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.

Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter instead of chasing every advisory.

Kodem's runtime-powered SCA identifies whether CVE-2026-55636 is reachable in your applications. Explore open-source security for your team.

See if CVE-2026-55636 is reachable in your applications. Get a demo

Remediation advice

Upgrade github.com/projectcapsule/capsule to 0.13.6 or later to resolve this vulnerability.

Kodem Kai can prioritize this vulnerability in your dependency tree and generate a fix recommendation.

Frequently asked questions about CVE-2026-55636

What is CVE-2026-55636?

CVE-2026-55636 is a medium-severity incorrect authorization vulnerability in github.com/projectcapsule/capsule (go), affecting versions >= 0.13.0, < 0.13.6. It is fixed in 0.13.6. The application does not correctly enforce access controls, allowing a principal to access resources or operations beyond their granted permissions.

How severe is CVE-2026-55636?

CVE-2026-55636 has a CVSS score of 5.7 (Medium). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.

Which versions of github.com/projectcapsule/capsule are affected by CVE-2026-55636?

github.com/projectcapsule/capsule (go) versions >= 0.13.0, < 0.13.6 is affected.

Is there a fix for CVE-2026-55636?

Yes. CVE-2026-55636 is fixed in 0.13.6. Upgrade to this version or later.

Is CVE-2026-55636 exploitable, and should I be worried?

Whether CVE-2026-55636 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo

What actually determines whether CVE-2026-55636 is exploitable, and how bad it is?

Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.

How do I fix CVE-2026-55636?

Upgrade github.com/projectcapsule/capsule to 0.13.6 or later.

Stop the waste.
Protect your environment with Kodem.