🔐 CVE Alert

CVE-2026-100611

MEDIUM 6.5

Capgo apikey_manager Role Privilege Escalation via Incomplete Role Deny-list

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-269
Vendor cap-go
Product capgo.app
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for cap-go capgo.app

Be the first to know when new medium vulnerabilities affecting cap-go capgo.app are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

Cap-go / capgo.app
All versions affected

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/Cap-go/capgo.app/security/advisories/GHSA-2x4j-p4pr-fvp8 vulncheck.com: https://www.vulncheck.com/advisories/capgo-apikey-manager-role-privilege-escalation-via-incomplete-role-deny-list

Credits

🔍 someshhackz-spec