Skip to main content

Capgo CVE-2026-56238

| EUVDEUVD-2026-43223 HIGH
Information Exposure (CWE-200)
2026-07-12 VulnCheck GHSA-4wq7-w2m9-cfmm
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

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.

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
Jul 12, 2026 - 13:01 EUVD
Analysis Generated
Jul 12, 2026 - 12:32 vuln.today

DescriptionCVE.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.

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

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