Skip to main content

Capgo CVE-2026-56214

| EUVDEUVD-2026-38100 HIGH
Information Exposure (CWE-200)
2026-06-20 VulnCheck GHSA-cmgw-4g6h-mpvm
8.7
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
7.5 HIGH

Unauthenticated network RPC calls using a publicly distributed key (AV:N/AC:L/PR:N/UI:N) leak organization existence and billing status only, so C:H with I:N/A:N and no scope change.

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

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

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

Lifecycle Timeline

2
Patch available
Jun 20, 2026 - 02:01 EUVD
Analysis Generated
Jun 20, 2026 - 00:46 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains an information disclosure vulnerability in Supabase PostgREST RPC endpoints is_trial_org and is_paying_org that allows unauthenticated attackers to enumerate organizations and disclose billing status using the public sb_publishable key. Attackers can invoke these endpoints to determine organization existence via distinguishable return values and identify paying customers for targeted profiling.

AnalysisAI

Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers enumerate organizations and reveal billing status by invoking the Supabase PostgREST RPC endpoints is_trial_org and is_paying_org with the publicly distributed sb_publishable key. The flaw is reachable directly over the network without credentials and produces distinguishable responses that identify paying customers, enabling targeted profiling; no public exploit identified at time of analysis.

Technical ContextAI

Capgo is a live-update / over-the-air delivery service for Capacitor mobile apps that uses Supabase (PostgreSQL + PostgREST) as its backend. PostgREST exposes database functions as JSON-RPC endpoints, and Supabase distinguishes between a publishable (anon) key embedded in client apps and a service key kept server-side. The vulnerability is rooted in CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor): the SQL functions is_trial_org and is_paying_org were callable by the anon role and returned values that varied with the existence and billing posture of the queried organization, turning a billing-state helper into an oracle. Because the sb_publishable key is, by design, shipped in client applications, any attacker who extracts it from the mobile/web bundle gains the same access as a legitimate end user - i.e., none of the row-level-security or function-grant assumptions stop unauthenticated probing.

RemediationAI

Upgrade Capgo to 12.128.2 or later, which per the GHSA-mh5p-rrhp-442q advisory restricts or removes anon access to the is_trial_org and is_paying_org RPCs (Vendor-released patch: 12.128.2). Operators who cannot upgrade immediately should revoke EXECUTE on these two functions from the anon role in Supabase (e.g. REVOKE EXECUTE ON FUNCTION public.is_trial_org, public.is_paying_org FROM anon, authenticated) and, if the functions are still required by the app, move the calls behind an authenticated edge function or service-role proxy - the trade-off is that any in-app feature that depended on a pre-login billing check will need to be refactored. Rotating the sb_publishable key is not an effective mitigation on its own because publishable keys are designed to be public; combine the upgrade or REVOKE with PostgREST request-rate limiting and review the Supabase logs for prior enumeration patterns against these RPC paths. Follow the advisories at https://github.com/Cap-go/capgo/security/advisories/GHSA-mh5p-rrhp-442q and https://www.vulncheck.com/advisories/capgo-unauthenticated-organization-enumeration-and-billing-status-disclosure-via-supabase-rpc.

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-56214 vulnerability details – vuln.today

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