Skip to main content

Capgo CVE-2026-56324

| EUVDEUVD-2026-38374 HIGH
Allocation of Resources Without Limits or Throttling (CWE-770)
2026-06-22 VulnCheck
8.8
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.8 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:H/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
8.2 HIGH

Remote unauthenticated flood against a default endpoint (AV:N/AC:L/PR:N/UI:N); availability of DB tier is the primary impact (A:H), with minor integrity from table bloat (I:L) and no confidentiality loss.

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

DescriptionCVE.org

Capgo before 12.128.2 contains a rate limit bypass vulnerability in the channel_self endpoint that allows attackers to circumvent rate limiting by rotating the user-controlled device_id parameter. Attackers can send multiple requests per second by changing device_id values to flood the channel_devices table and cause database exhaustion.

AnalysisAI

Rate-limit bypass in Capgo versions prior to 12.128.2 lets remote unauthenticated attackers flood the channel_self endpoint by rotating the client-supplied device_id parameter, defeating per-device throttling. Sustained abuse writes unbounded rows into the channel_devices table, exhausting database resources and degrading or denying service to legitimate users. No public exploit identified at time of analysis, but the attack is trivial to script given CVSS 4.0 AV:N/AC:L/PR:N/UI:N.

Technical ContextAI

Capgo is an open-source over-the-air (OTA) live-update platform for Capacitor mobile applications, backed by a PostgreSQL/Supabase database. The vulnerable channel_self endpoint identifies callers by a device_id value supplied in the request, and the rate-limit key is derived from that same untrusted identifier rather than from a server-side property such as source IP, authenticated user, or token. The CWE-770 (Allocation of Resources Without Limits or Throttling) root cause means each unique device_id is treated as a separate principal, so each new value resets the throttle and inserts another row into the channel_devices table. CPE cpe:2.3:a:capgo:capgo covers all builds before 12.128.2.

RemediationAI

Upgrade Capgo to version 12.128.2 or later, which is the vendor-released patch referenced in GHSA-77p2-9rcr-5w27 (https://github.com/Cap-go/capgo/security/advisories/GHSA-77p2-9rcr-5w27). If immediate upgrade is not possible, place an upstream rate limiter (reverse proxy, CDN, or WAF such as Cloudflare or nginx limit_req) in front of the channel_self endpoint that keys throttling on source IP or authenticated identity rather than the request-body device_id - be aware this can over-throttle legitimate users behind shared NATs or carrier-grade proxies. As a defensive cleanup, periodically prune orphaned rows from the channel_devices table and monitor its growth rate and database disk usage for anomalous spikes that indicate ongoing abuse.

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-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

CVE-2026-56247 HIGH
8.7 Jun 30

Privilege escalation in Capgo before 12.128.2 lets an authenticated org admin assign org-scoped RBAC roles at the narrow

Share

CVE-2026-56324 vulnerability details – vuln.today

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