CyberRota Analysis
AI-GeneratedThe vulnerability affects Capgo versions prior to 12.128.2, specifically in the Supabase PostgREST RPC function public.get_total_metrics(org_id), which can be accessed by unauthenticated users with a public key. This flaw allows attackers to probe for the existence of organizations and extract sensitive usage metrics, such as monthly active users and bandwidth usage, by sending crafted POST requests. Organizations utilizing this version of Capgo should prioritize patching to mitigate the risk of information disclosure.
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 contains an information disclosure vulnerability in the Supabase PostgREST RPC function public.get_total_metrics(org_id), which is callable by the anon role using only the public sb_publishable_* key. An unauthenticated attacker can probe organization existence and leak sensitive usage metrics including MAU, bandwidth, and install counts by sending POST requests to /rest/v1/rpc/get_total_metrics with valid organization UUIDs.