Skip to main content

Capgo CVE-2026-56234

| EUVDEUVD-2026-38429 MEDIUM
Improper Restriction of Excessive Authentication Attempts (CWE-307)
2026-06-23 VulnCheck GHSA-74wf-7q7r-hjxr
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/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
6.5 MEDIUM

PR:N because the public anon key is non-secret; C:L for credential oracle exposure; I:L because successful spraying enables account takeover with downstream integrity impact.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/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
Jun 23, 2026 - 14:17 EUVD
Analysis Generated
Jun 23, 2026 - 13:09 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains a credential validation vulnerability in the POST /functions/v1/private/validate_password_compliance endpoint that is callable using only the public Supabase key without authentication. The endpoint is CORS-permissive with wildcard origin allowance and lacks rate limiting, enabling attackers to perform password spraying and credential stuffing attacks to compromise user accounts.

AnalysisAI

Unauthenticated access to Capgo's credential validation endpoint before version 12.128.2 enables large-scale password spraying and credential stuffing attacks against user accounts. The POST /functions/v1/private/validate_password_compliance Supabase Edge Function accepts requests using only the publicly distributed anon key - a client-side secret embedded in shipped app binaries - with no rate limiting or lockout enforcement. Combined with wildcard CORS headers, any browser-side or scripted attacker can systematically validate username/password pairs at scale, ultimately compromising Capgo accounts and potentially tampering with mobile app live update pipelines. No public exploit code has been identified at time of analysis, but the attack is trivially automatable given the absence of access controls.

Technical ContextAI

Capgo is a live update delivery platform for Capacitor-based mobile applications, built on Supabase serverless Edge Functions. The affected endpoint /functions/v1/private/validate_password_compliance is a Supabase Edge Function that despite its /private/ path prefix accepts the public Supabase anon key as its sole credential - a key that is by design distributed to all app clients and considered non-secret. CWE-307 (Improper Restriction of Excessive Authentication Attempts) describes the root cause: the endpoint performs authentication-adjacent work (credential validation) without any rate limiting, IP throttling, CAPTCHA, or account lockout mechanism, making it an oracle for mass credential enumeration. The wildcard CORS policy (Access-Control-Allow-Origin: *) further enables browser-based cross-site exploitation. Affected CPE: cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:* for all versions prior to 12.128.2.

RemediationAI

Upgrade Capgo to version 12.128.2 or later as documented in the vendor advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-f6v3-xv4g-79h5. If immediate patching is not feasible, restrict network-level access to the /functions/v1/private/validate_password_compliance endpoint using Supabase Edge Function access policies or an upstream API gateway - this may impact legitimate password compliance validation flows and should be tested before deployment. As a compensating control, enforce IP-based rate limiting at the Supabase project or reverse-proxy layer to throttle repeated calls to the endpoint; note this does not fix the authentication bypass but meaningfully raises the cost of spraying at scale. Long-term, the endpoint should require a service-role JWT rather than the public anon key, aligning its access model with its /private/ path intent.

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

CVE-2026-56234 vulnerability details – vuln.today

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