Skip to main content

Capgo CVE-2026-56235

| EUVDEUVD-2026-38117 MEDIUM
Information Exposure (CWE-200)
2026-06-20 VulnCheck GHSA-g938-xgc8-q827
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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
5.3 MEDIUM

Network-accessible anon-role RPC using a public API key; impact limited to read-only telemetry disclosure with no integrity, availability, or scope-change effects.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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
Analysis Generated
Jun 22, 2026 - 06:18 vuln.today
Patch available
Jun 20, 2026 - 17:16 EUVD

DescriptionCVE.org

Cap-go capgo before 12.128.2 contains an authorization bypass in several Supabase PostgREST RPC functions (get_app_metrics, get_global_metrics, get_total_metrics) that are granted to the anon role without enforcing org membership or permission checks. An unauthenticated attacker using only the public Supabase API key (sb_publishable_*) can query arbitrary org_id values to disclose cross-tenant usage telemetry (MAU, bandwidth, installs, gets), enumerate app IDs for a target org, and determine org existence via an oracle (valid org returns metrics, invalid returns []).

AnalysisAI

Cross-tenant information disclosure in Capgo (cap-go/capgo) before version 12.128.2 exposes per-organization usage telemetry to any caller holding the publicly distributed Supabase API key. Three PostgREST RPC functions - get_app_metrics, get_global_metrics, and get_total_metrics - are granted to the Supabase anon role without enforcing org membership or permission checks, allowing queries against arbitrary org_id values to return MAU, bandwidth, installs, and app IDs belonging to other tenants. No active exploitation has been confirmed (not in CISA KEV) and no public exploit code has been identified at time of analysis; a vendor-released patch exists at version 12.128.2.

Technical ContextAI

Capgo is a Capacitor-based live-update platform (CPE: cpe:2.3:a:cap-go:capgo:*:*:*:*:*:*:*:*) that uses Supabase as its backend infrastructure, which exposes PostgreSQL functions as HTTP REST endpoints via PostgREST. In Supabase's permission model, the anon role is issued a non-secret, publicly embeddable project key (sb_publishable_*) intended for anonymous, unauthenticated callers, subject to Row Level Security (RLS) policies. The root cause (CWE-200: Exposure of Sensitive Information to Unauthorized Actor) is that all three RPC functions accept an org_id parameter and return that organization's telemetry without verifying the caller is a member of or authorized for that organization. Because the functions are bound to the anon role, possession of the public API key - routinely distributed inside Capacitor mobile apps - is the sole prerequisite. An additional oracle effect arises from the differential response: a valid org_id returns metric rows while an invalid one returns an empty array, enabling systematic enumeration of tenant existence.

RemediationAI

Upgrade Capgo to version 12.128.2 or later, which is the vendor-confirmed fix per GitHub Security Advisory GHSA-gfpq-vphf-6gcm. The patch is expected to revoke anon-role EXECUTE privileges on the affected functions and enforce caller-side org membership verification - either through Supabase Row Level Security policies or JWT claim validation within the function body. For self-hosted Capgo deployments that cannot immediately upgrade, a targeted compensating control is to manually revoke the anon role's EXECUTE privilege on get_app_metrics, get_global_metrics, and get_total_metrics in PostgreSQL (REVOKE EXECUTE ON FUNCTION ... FROM anon); note this will break all anonymous metric access until the patched version is deployed. Restricting inbound access to the Supabase PostgREST endpoint at the network layer (IP allowlisting, API gateway rate limiting) can reduce exposure surface but does not eliminate the underlying authorization flaw and should not be treated as a substitute for patching.

More in Cap Go

View all
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-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-56339 HIGH
8.7 Jul 15

Unauthenticated organization enumeration in Capgo before 12.128.2 lets attackers abuse the Supabase PostgREST SECURITY D

CVE-2026-56248 HIGH
8.7 Jun 23

Unauthenticated denial of service in Cap-go capgo (capgo-backend) before 12.128.12 allows remote attackers to exhaust Po

CVE-2026-56082 HIGH
8.7 Jun 19

Cross-tenant billing log tampering in Capgo (Cap-go/capgo) before 12.128.2 allows unauthenticated attackers holding only

CVE-2026-53981 HIGH
7.2 Jun 12

Account takeover in Cap-go (Capgo) versions prior to 12.128.2 allows an attacker holding a temporary authenticated sessi

CVE-2026-56221 HIGH
7.1 Jun 22

SQL injection in Capgo (cap-go) before 12.128.2 allows authenticated users with read-level API keys to access analytics

CVE-2026-56280 HIGH
7.1 Jun 22

Privilege inversion in Cap-go (Capgo) before 12.128.2 lets holders of read-only API keys cancel running native builds by

CVE-2026-53982 HIGH
7.1 Jun 12

Denial of service in Capgo Console versions prior to 12.28.2 allows an authenticated attacker to lock legitimate users o

CVE-2026-56080 MEDIUM
6.9 Jun 19

Capgo's Enforce Password Policy feature in versions before 12.128.2 permanently locks Super Admins out of their organiza

CVE-2026-56316 MEDIUM
6.9 Jun 21

Unauthenticated job ID enumeration in Cap-go (Capgo) before version 12.128.2 exposes internal builder job identifiers vi

Share

CVE-2026-56235 vulnerability details – vuln.today

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