CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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).