CVE-2026-100611
Last modified
CVE-2026-100611 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. Capgo (capgo.app backend, versions ≤ 12.261.0) improperly restricts which roles the apikey_manager organization role may bind to newly created API keys. When an authenticated user holding only apikey_manager (permissions org.manage_apikeys and org.read) calls POST /apikey with a JWT session, the only checks applied are the org.manage_apikeys permission, a fixed deny-list of assignable role names (APIKEY_MANAGER_DENIED_ASSIGNABLE_ROLES in public/apikey/scope.ts), and a priority-rank comparison in createRoleBindingForPrincipal (private/role_bindings.ts).
Description
Capgo (capgo.app backend, versions ≤ 12.261.0) improperly restricts which roles the apikey_manager organization role may bind to newly created API keys. When an authenticated user holding only apikey_manager (permissions org.manage_apikeys and org.read) calls POST /apikey with a JWT session, the only checks applied are the org.manage_apikeys permission, a fixed deny-list of assignable role names (APIKEY_MANAGER_DENIED_ASSIGNABLE_ROLES in public/apikey/scope.ts), and a priority-rank comparison in createRoleBindingForPrincipal (private/role_bindings.ts). No check verifies that the caller actually holds the permissions conferred by the role being assigned. Because the deny-list omits the deploy roles app_developer, app_uploader, channel_developer and channel_uploader, and apikey_manager is seeded with priority_rank 78 — higher than those roles' ranks (68, 66, 58, 57) — the rank check also passes. As a result, an apikey_manager who cannot upload bundles or promote channels can mint an API key bound to a deploy role and use it to push arbitrary OTA JavaScript updates to all end users of the organization's apps. As of the advisory publication no patched version was available.
Metrics
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-100611?
How severe is CVE-2026-100611?
How do I fix CVE-2026-100611?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-100606Flowise through 3.1.4 (Enterprise/platform mode with SSO ena…7.7
- CVE-2026-100607Flowise through 3.1.4 resolves SSO and local-password users …7.7
- CVE-2026-100608Flowise through 3.1.4 does not enforce authorization on the …8.3
- CVE-2026-100609Flowise (npm packages `flowise` and `flowise-components`) th…6.8
- CVE-2026-10061A vulnerability was found in TRENDnet TEW-432BRP 3.10B20. Af…9.8
- CVE-2026-100610Flowise through 3.1.4 exposes GET /api/v1/upsert-history/:id…7.5
- CVE-2026-100612Capgo (capgo.app) through version 12.261.0 contains an incom…7.2
- CVE-2026-100613capgo.app is an over-the-air (OTA) update platform for Capac…5.3
- CVE-2026-100614Capgo before 12.244.1 contains a cross-tenant integrity vuln…8.8
- CVE-2026-100615Cap-go capgo.app before 12.267.1 fails to validate target AP…8.8
- CVE-2026-100616capgo.app is an over-the-air update platform for Capacitor a…5.5
- CVE-2026-100617Cap-go capgo.app fails to validate that principals in channe…8.8
Are you affected by CVE-2026-100611?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
