Skip to main content

Capgo CVE-2026-56311

| EUVDEUVD-2026-38370 MEDIUM
Improper Authorization (CWE-285)
2026-06-22 VulnCheck
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

PR:N confirmed by public anon key access; C:L only as disclosed data is billing plan metadata, not credentials or application content.

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
Patch available
Jun 22, 2026 - 23:02 EUVD
Analysis Generated
Jun 22, 2026 - 22:21 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains an authorization bypass vulnerability in the public.get_current_plan_max_org RPC function that allows unauthenticated attackers to retrieve arbitrary organization plan limits. Attackers can call the RPC endpoint with any organization UUID using only the public Supabase key to disclose billing information including MAU, bandwidth, storage, and build time limits for any organization.

AnalysisAI

Unauthenticated cross-tenant information disclosure in Capgo before 12.128.2 exposes billing plan metadata for arbitrary organizations via an improperly authorized Supabase RPC function. Any network-accessible attacker possessing only the public Supabase anon key can call the public.get_current_plan_max_org endpoint with any organization UUID to retrieve MAU limits, bandwidth, storage, and build time plan data belonging to unrelated tenants. No active exploitation is confirmed by CISA KEV, and no public exploit code has been identified at time of analysis.

Technical ContextAI

Capgo is an open-source live update delivery platform for Capacitor-based mobile applications, built on Supabase - a Postgres-backed backend-as-a-service that exposes database functions as REST API endpoints. The vulnerable function public.get_current_plan_max_org resides in the public Supabase schema, which is intentionally accessible using the client-embeddable anon key. CWE-285 (Improper Authorization) identifies the root cause: the RPC function omits any check verifying that the calling user is a member of, or authorized to query, the organization whose UUID is supplied as the parameter. Because Supabase row-level security or function-level caller validation was absent, the function acts as an unrestricted lookup across all tenant records. Affected product is identified by CPE cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:* covering all versions prior to 12.128.2.

RemediationAI

Upgrade Capgo to version 12.128.2 or later, which patches the authorization logic in the public.get_current_plan_max_org RPC function to enforce caller-organization ownership checks. The fix is documented in the vendor security advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-v3jp-r95g-x4mm. For self-hosted Capgo deployments unable to upgrade immediately, a compensating control is to apply a Supabase row-level security policy or rewrite the RPC function body to validate that the authenticated caller's organization UUID matches the requested parameter before returning data; this requires direct Supabase database access and carries the trade-off of requiring ongoing maintenance as the schema evolves. Alternatively, restricting network-level access to the Supabase API to known client IP ranges can reduce exposure, but this may conflict with the platform's design as a mobile delivery service serving variable client IPs.

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

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