Skip to main content

Capgo CVE-2026-56295

| EUVDEUVD-2026-38122 MEDIUM
Improper Authorization (CWE-285)
2026-06-20 VulnCheck GHSA-99cw-mv92-985v
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.3 MEDIUM

Requires a valid non-expiring API key (PR:L, AV:N); impact is limited to webhook-scope confidentiality, integrity, and availability with no scope change.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Analysis Generated
Jun 22, 2026 - 06:20 vuln.today
Patch available
Jun 20, 2026 - 17:16 EUVD

DescriptionCVE.org

Capgo before 12.128.2 contains an authorization bypass vulnerability in webhook management endpoints that allows non-expiring API keys to bypass the require_apikey_expiration organization policy. The checkWebhookPermission function fails to call apikeyHasOrgRightWithPolicy, enabling attackers with legacy non-expiring keys to list, create, and delete webhooks despite explicit organizational policy requiring key expiration.

AnalysisAI

Webhook management endpoints in Capgo before 12.128.2 expose an authorization policy bypass that allows holders of non-expiring API keys to circumvent the organization-level require_apikey_expiration policy. The checkWebhookPermission function omits the required call to apikeyHasOrgRightWithPolicy, leaving webhook operations - listing, creating, and deleting - accessible to legacy non-expiring keys even when the organization has explicitly mandated key expiration. No public exploit has been identified at time of analysis, and exploitation requires prior possession of a valid non-expiring API key, targeting organizations that believed their key-expiration policy was uniformly enforced.

Technical ContextAI

Capgo is a live-update delivery platform for Capacitor-based mobile applications (CPE: cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:*). The vulnerability is rooted in CWE-285 (Improper Authorization): the system authenticates the API key holder correctly but fails to enforce the authorization policy governing whether that key is permitted to act. Specifically, checkWebhookPermission - the function gating webhook management operations - does not invoke apikeyHasOrgRightWithPolicy, the routine responsible for evaluating the require_apikey_expiration organizational constraint. This creates a silent policy gap: keys that should be denied access under the org policy pass unchecked through the webhook permission layer, while other platform surfaces that correctly call apikeyHasOrgRightWithPolicy remain protected. The root cause is an incomplete implementation of the policy-enforcement call chain in a single endpoint authorization function.

RemediationAI

The primary fix is to upgrade Capgo to version 12.128.2 or later, which introduces the missing apikeyHasOrgRightWithPolicy call within checkWebhookPermission, closing the policy-enforcement gap. The authoritative vendor advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-vwpp-cqv5-cmfm should be consulted for upgrade guidance. For organizations that cannot patch immediately, the most targeted compensating control is to audit and explicitly revoke all non-expiring API keys - this removes the class of keys that bypass the policy, though it will disrupt any integrations or automation relying on those keys. After any potential exposure window, operators should review webhook configurations for unauthorized additions (potential pivot points for intercepting deployment events) or unauthorized deletions (potential disruption of legitimate deployment pipelines). Restricting network access to Capgo webhook management endpoints to known IP ranges is an additional defense-in-depth measure that reduces the attack surface without functional side effects.

More in Capgo

View all
CVE-2026-56237 CRITICAL
9.3 Jun 24

Authentication bypass in Capgo before 12.128.2 lets remote unauthenticated attackers mint arbitrary API keys by tamperin

CVE-2026-56223 CRITICAL
9.3 Jun 24

Cross-domain SSO account takeover in Capgo before 12.128.2 allows an attacker with enterprise org admin access and a mal

CVE-2026-56081 CRITICAL
9.3 Jun 19

Account pre-registration hijack in Capgo before 12.128.2 lets a remote unauthenticated attacker claim an account under a

CVE-2026-56073 CRITICAL
9.3 Jun 19

Authentication bypass in Capgo prior to version 12.128.2 lets attackers defeat email-based OTP verification by tampering

CVE-2026-56324 HIGH
8.8 Jun 22

Rate-limit bypass in Capgo versions prior to 12.128.2 lets remote unauthenticated attackers flood the channel_self endpo

CVE-2026-56245 HIGH
8.8 Jun 24

Cross-tenant data poisoning in Supabase Capgo before 12.128.2 allows remote unauthenticated attackers to corrupt billing

CVE-2026-56233 HIGH
8.7 Jun 30

Server-side privilege escalation in Capgo before 12.128.2 lets authenticated users holding build permissions abuse a pat

CVE-2026-56323 HIGH
8.7 Jun 22

Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers query the /functions/v1/channel_se

CVE-2026-56305 HIGH
8.7 Jul 10

Account takeover in Capgo before 12.128.2 stems from a password-change endpoint that omits current-password validation (

CVE-2026-56300 HIGH
8.7 Jun 30

Information disclosure in Capgo (Capacitor live-update/OTA platform) before 12.128.2 lets unauthenticated callers abuse

CVE-2026-56219 HIGH
8.7 Jun 30

Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers read organization RBAC role bindin

CVE-2026-56230 HIGH
8.7 Jun 30

Cross-tenant authorization bypass in Capgo before 12.128.2 lets authenticated users impersonate another tenant's limited

Share

CVE-2026-56295 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy