Skip to main content

Capgo CVE-2026-56221

| EUVDEUVD-2026-38364 HIGH
SQL Injection (CWE-89)
2026-06-22 VulnCheck
7.1
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

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

Network-reachable API with a read-level key (PR:L), no UI, straightforward injection (AC:L); impact limited to cross-tenant analytics disclosure, so C:H and I:N/A:N.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Patch available
Jun 22, 2026 - 23:02 EUVD
Analysis Generated
Jun 22, 2026 - 22:16 vuln.today

DescriptionCVE.org

Cap-go before 12.128.2 contains multiple SQL injection vulnerabilities in cloudflare.ts where user-controlled values from API request bodies are interpolated directly into SQL query strings without sanitization or parameterization. Authenticated users with read-level API key permissions can inject arbitrary SQL through deviceIds, search, version_name, cursor, and actions parameters to access analytics data belonging to other users or applications.

AnalysisAI

SQL injection in Capgo (cap-go) before 12.128.2 allows authenticated users with read-level API keys to access analytics data belonging to other tenants by injecting arbitrary SQL through multiple unparameterized parameters in cloudflare.ts. The flaw stems from direct string interpolation of request-body values into Cloudflare Analytics Engine queries, enabling cross-tenant data exposure. No public exploit identified at time of analysis, though a VulnCheck advisory and an upstream GitHub Security Advisory document the issue.

Technical ContextAI

Capgo is an open-source live-update and OTA delivery platform for Capacitor mobile apps, with a backend that proxies analytics queries through Cloudflare Workers. The vulnerable cloudflare.ts module constructs SQL strings sent to Cloudflare Analytics Engine by concatenating user-supplied fields (deviceIds, search, version_name, cursor, actions) directly into the query, the textbook CWE-89 anti-pattern. Because the Analytics Engine SQL dialect does not enforce row-level tenant isolation by itself - the application relies on WHERE clauses to scope per-user data - injecting additional SQL syntax lets an attacker rewrite or extend those predicates and read other tenants' rows. CPE cpe:2.3:a:cap-go:capgo:*:*:*:*:*:*:*:* covers all Capgo versions prior to the fix.

RemediationAI

Vendor-released patch: upgrade Capgo to 12.128.2 or later, which addresses the SQL injection in cloudflare.ts per GHSA-f83x-p28r-pf74 (https://github.com/Cap-go/capgo/security/advisories/GHSA-f83x-p28r-pf74). Until the upgrade is deployed, operators should rotate or revoke read-level API keys held by untrusted tenants to shrink the population of accounts able to reach the vulnerable endpoints, and place a WAF or reverse-proxy rule in front of the analytics API to reject request bodies in which deviceIds, search, version_name, cursor, or actions contain SQL meta-characters such as quotes, semicolons, or comment sequences - accepting that this will break legitimate searches containing those characters. Multi-tenant SaaS operators should additionally audit Cloudflare Analytics Engine query logs for anomalous WHERE-clause patterns indicating prior cross-tenant access, and reference the VulnCheck write-up at https://www.vulncheck.com/advisories/cap-go-sql-injection-in-cloudflare-analytics-engine-queries-via-cloudflare-ts for indicators.

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-56221 vulnerability details – vuln.today

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