Skip to main content

Capgo EUVDEUVD-2026-42881

| CVE-2026-56279 HIGH
Missing Authorization (CWE-862)
2026-07-10 VulnCheck GHSA-f8rq-8r29-248p
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 with trivial invocation gives AV:N/AC:L/PR:N/UI:N; read-only cross-tenant data leak yields C:H with I:N/A:N and no scope change.

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 10, 2026 - 16:16 EUVD
Analysis Generated
Jul 10, 2026 - 15:20 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains an information disclosure vulnerability in the get_orgs_v7(userid) RPC function that remains publicly invokable despite intended private access controls. Unauthenticated attackers can supply arbitrary user UUIDs to retrieve foreign users' organization membership, roles, management emails, and billing metadata.

AnalysisAI

Information disclosure in Capgo before 12.128.2 lets unauthenticated remote attackers call the get_orgs_v7(userid) RPC endpoint with arbitrary user UUIDs to read foreign users' organization memberships, roles, management emails, and billing metadata. The endpoint remained publicly invokable despite intended private access controls, so any internet-facing Capgo deployment on an affected version exposes tenant data cross-account. No public exploit has been identified at time of analysis, though the trivial invocation pattern (supply a UUID) makes weaponization straightforward.

Technical ContextAI

Capgo is a live/over-the-air (OTA) update platform for Capacitor mobile apps, whose backend is built on Supabase/PostgREST, where server-side logic is exposed as PostgreSQL RPC functions callable over HTTPS. The get_orgs_v7 function is one such RPC; the affected CPE cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:* covers all versions prior to 12.128.2. The root cause is CWE-862 (Missing Authorization): the function accepts a caller-supplied userid parameter and returns that user's organization data without verifying that the requesting session is authorized to act as, or view data for, that user. In Supabase terms this typically stems from a SECURITY DEFINER function or an RPC granted to the anon role without an internal check binding the query to auth.uid(), allowing the client-controlled UUID to override the intended identity boundary.

RemediationAI

Vendor-released patch: upgrade Capgo to 12.128.2 or later, which restores the intended access controls on the get_orgs_v7 RPC (see GitHub Security Advisory GHSA-fch8-pp28-mw2x). Self-hosted operators who cannot immediately upgrade should apply a compensating control at the database layer: revoke EXECUTE on the get_orgs_v7 function from the anon (and, if appropriate, authenticated) Supabase role, or wrap the function body to enforce that the supplied userid matches auth.uid() before returning rows - with the trade-off that any legitimate client code depending on cross-user lookups will break until refactored. As an interim network control, front the PostgREST RPC path with an API gateway or WAF rule blocking unauthenticated calls to /rest/v1/rpc/get_orgs_v7, accepting that this is coarse and may also block valid authenticated use. Because the exposure is confidentiality-only, treat already-leaked data (management emails, billing metadata) as potentially compromised and consider notification obligations. Advisory details: https://github.com/Cap-go/capgo/security/advisories/GHSA-fch8-pp28-mw2x and https://www.vulncheck.com/advisories/capgo-information-disclosure-via-get-orgs-v7-rpc-endpoint .

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

EUVD-2026-42881 vulnerability details – vuln.today

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