Severity by source
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
Remote, unauthenticated, single-request read using a public key gives AV:N/AC:L/PR:N/UI:N; only confidentiality of business data is affected, so C:H with I:N/A:N and unchanged scope.
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
Capgo before 12.128.2 contains an information disclosure vulnerability in the Supabase PostgREST global_stats endpoint that allows unauthenticated attackers to read sensitive financial and operational metrics using only the public apikey. Remote attackers can query the /rest/v1/global_stats endpoint to expose MRR, total revenue, plan-tier revenue breakdown, customer counts, and operational telemetry.
AnalysisAI
Unauthenticated information disclosure in Capgo before 12.128.2 exposes confidential business metrics through the Supabase PostgREST /rest/v1/global_stats endpoint, which lacks row-level security enforcement. Any remote party holding only the public (anon) Supabase apikey - a value embedded in Capgo client apps and therefore trivially obtainable - can read MRR, total and plan-tier revenue, customer counts, and operational telemetry. Reported by VulnCheck via a GitHub security advisory; no public exploit code or active exploitation has been identified at time of analysis, though the CVSS 4.0 score of 8.7 reflects high confidentiality impact with no barriers to access.
Technical ContextAI
Capgo is a live/over-the-air update platform for Capacitor (Ionic) mobile applications, and it uses Supabase - a hosted Postgres backend - with PostgREST automatically exposing database tables as REST endpoints. In this architecture, the 'anon' apikey is intentionally public and shipped inside client apps; access control is meant to be enforced by Postgres Row-Level Security (RLS) policies rather than by keeping the key secret. The root cause maps to CWE-200 (Exposure of Sensitive Information to an Unauthorized Actor): the global_stats table/view was reachable through PostgREST without an RLS policy restricting it to privileged roles, so presenting the anon key alone returned aggregate financial and operational data. The single affected product per the CPE (cpe:2.3:a:capgo:capgo:*) is the Capgo application/backend itself.
RemediationAI
Vendor-released patch: upgrade to Capgo 12.128.2 or later, which is the primary and authoritative fix per the GitHub advisory GHSA-73rv-fpp7-r3r4 (https://github.com/Cap-go/capgo/security/advisories/GHSA-73rv-fpp7-r3r4). If immediate upgrade is not possible, apply compensating controls at the Supabase layer: add or correct a Row-Level Security policy on the global_stats table/view to deny the 'anon' role (revoking the anon/public grant so PostgREST returns no rows), or drop the endpoint's exposure by removing global_stats from the exposed PostgREST schema - both eliminate the leak with the side effect of breaking any legitimate client feature that reads those aggregate stats. As a stopgap you can also restrict network access to the /rest/v1/global_stats path at a proxy/WAF, though this is weaker since the anon key is otherwise valid for other endpoints. Refer to the VulnCheck advisory (https://www.vulncheck.com/advisories/capgo-unauthenticated-information-disclosure-via-postgrest-global-stats-endpoint) for confirmation of scope.
Authentication bypass in Capgo before 12.128.2 lets remote unauthenticated attackers mint arbitrary API keys by tamperin
Cross-domain SSO account takeover in Capgo before 12.128.2 allows an attacker with enterprise org admin access and a mal
Account pre-registration hijack in Capgo before 12.128.2 lets a remote unauthenticated attacker claim an account under a
Authentication bypass in Capgo prior to version 12.128.2 lets attackers defeat email-based OTP verification by tampering
Rate-limit bypass in Capgo versions prior to 12.128.2 lets remote unauthenticated attackers flood the channel_self endpo
Cross-tenant data poisoning in Supabase Capgo before 12.128.2 allows remote unauthenticated attackers to corrupt billing
Server-side privilege escalation in Capgo before 12.128.2 lets authenticated users holding build permissions abuse a pat
Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers query the /functions/v1/channel_se
Account takeover in Capgo before 12.128.2 stems from a password-change endpoint that omits current-password validation (
Information disclosure in Capgo (Capacitor live-update/OTA platform) before 12.128.2 lets unauthenticated callers abuse
Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers read organization RBAC role bindin
Cross-tenant authorization bypass in Capgo before 12.128.2 lets authenticated users impersonate another tenant's limited
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43223
GHSA-4wq7-w2m9-cfmm