Skip to main content

Capgo CVE-2026-56219

| EUVDEUVD-2026-40627 HIGH
Improper Authentication (CWE-287)
2026-06-30 VulnCheck GHSA-f484-qgwx-c6gr
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 call with a public key (AV:N/AC:L/PR:N/UI:N); discloses membership and emails only, so C:H and I:A:N, scope unchanged.

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 01, 2026 - 02:16 EUVD
Analysis Generated
Jun 30, 2026 - 23:25 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains a NULL-auth bypass vulnerability in the public.get_org_user_access_rbac function that allows unauthenticated attackers to retrieve RBAC role bindings and member email addresses. Attackers can exploit improper NULL comparison in the authorization gate to disclose organization membership, roles, and email addresses via the PostgREST RPC endpoint using only a public API key.

AnalysisAI

Unauthenticated information disclosure in Capgo before 12.128.2 lets remote attackers read organization RBAC role bindings and member email addresses through the public.get_org_user_access_rbac PostgREST RPC endpoint. An improper NULL comparison in the authorization gate fails open, so anyone holding only a public API key can enumerate org membership, assigned roles, and emails. No public exploit has been identified at time of analysis, and the flaw discloses data only (no integrity or availability impact), but the CVSS 4.0 score of 8.7 reflects easy, unauthenticated, network-reachable confidentiality loss.

Technical ContextAI

Capgo is a live/over-the-air update service for Capacitor (Ionic) mobile applications, backed by a PostgreSQL database exposed through PostgREST, which automatically publishes database functions as HTTP RPC endpoints. The vulnerable public.get_org_user_access_rbac function implements an authorization gate that is reachable via the PostgREST RPC interface using a public (anon) API key. The root cause is CWE-287 (Improper Authentication): the gate uses a flawed NULL comparison - in SQL any comparison against NULL yields NULL rather than TRUE/FALSE, so an unauthenticated session (where the caller/user identifier is NULL) is not correctly rejected and the check effectively fails open. As a result the function returns RBAC role bindings, organization membership, and member email addresses to callers who should have been denied. The CPE cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:* identifies all Capgo versions prior to the fix as affected.

RemediationAI

Vendor-released patch: upgrade Capgo to version 12.128.2 or later, which corrects the NULL comparison in the public.get_org_user_access_rbac authorization gate; follow the fix details in GitHub advisory GHSA-vvm7-xhcj-m94h (https://github.com/Cap-go/capgo/security/advisories/GHSA-vvm7-xhcj-m94h) and the VulnCheck advisory (https://www.vulncheck.com/advisories/capgo-unauthenticated-rbac-bindings-and-email-disclosure-via-get-org-user-access-rbac-null-auth-bypass). For self-hosted deployments that cannot upgrade immediately, revoke or restrict the function's execution grant from the PostgREST anon/public role (REVOKE EXECUTE on public.get_org_user_access_rbac from the anon role) so it is no longer callable with a public API key - the trade-off is that any legitimate anonymous use of that RPC will break until the patch is applied. Where feasible, also fix the underlying gate to use IS DISTINCT FROM / explicit NULL handling so the check fails closed, and rotate or scope down public API keys; restricting network access to the PostgREST endpoint provides additional but partial mitigation since the public key path remains the core issue.

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-56230 HIGH
8.7 Jun 30

Cross-tenant authorization bypass in Capgo before 12.128.2 lets authenticated users impersonate another tenant's limited

CVE-2026-56247 HIGH
8.7 Jun 30

Privilege escalation in Capgo before 12.128.2 lets an authenticated org admin assign org-scoped RBAC roles at the narrow

Share

CVE-2026-56219 vulnerability details – vuln.today

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