AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-56226

HIGH · CVSS 7.5 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The Capgo platform prior to version 12.128.2 is vulnerable due to its public.get_orgs_v6 RPC function, which allows unauthenticated users to access sensitive user information by exploiting a lack of proper UUID validation. This flaw can lead to unauthorized retrieval of organization membership details, roles, and personal identifiable information (PII) using only a public API key. Organizations utilizing affected versions should prioritize patching to mitigate the risk of data exposure and potential privacy violations.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-56226
Severity
HIGH
CVSS
7.5
EPSS
0.26%

Original NVD Description

Capgo (Cap-go/capgo) before 12.128.2 exposes the Supabase PostgREST RPC function public.get_orgs_v6(userid uuid), which is SECURITY DEFINER and granted to the anon role, allowing unauthenticated access. Because the function accepts a caller-supplied user UUID without verifying it matches the authenticated user, an attacker using only the public publishable API key can query POST /rest/v1/rpc/get_orgs_v6 with an arbitrary user UUID to retrieve that user's organization membership, roles, subscription/trial metadata, and management_email (PII).