Skip to main content

Capgo CVE-2026-56325

| EUVDEUVD-2026-38113 LOW
Improper Input Validation (CWE-20)
2026-06-20 VulnCheck GHSA-pw45-xmrx-x2w8
2.3
CVSS 4.0 · Vendor: VulnCheck

Severity by source

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

Exploitation requires authenticated app registration and precise wildcard app_id construction (PR:L, AC:H); impact is limited to preview availability disruption with no confidentiality or integrity effect.

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

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

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

Lifecycle Timeline

2
Analysis Generated
Jun 22, 2026 - 06:16 vuln.today
Patch available
Jun 20, 2026 - 17:16 EUVD

DescriptionCVE.org

Capgo before 12.128.2 uses ILIKE pattern matching instead of exact matching for app_id lookup in the preview subdomain resolver, allowing underscore characters in app_id to act as SQL wildcards. Attackers can create apps with app_ids differing by one character at underscore positions to cause unintended pattern matches, breaking preview functionality for legitimate apps or causing app-id confusion.

AnalysisAI

Preview subdomain resolution in Capgo before 12.128.2 is susceptible to app-id confusion because the resolver uses PostgreSQL's ILIKE operator - which treats underscores as single-character wildcards - instead of exact equality matching for app_id lookups. An authenticated attacker who can register a Capgo application can craft an app_id with strategically placed underscores that collide with a victim application's identifier, hijacking preview subdomain resolution and breaking preview functionality for the targeted app. No public exploit code exists and no active exploitation has been confirmed (KEV absent); the CVSS 4.0 score of 2.3 reflects genuinely low real-world risk constrained by high attack complexity, required authentication, and limited availability-only impact.

Technical ContextAI

The vulnerability originates in Capgo's preview subdomain resolver, which performs app_id lookups using PostgreSQL's ILIKE operator (case-insensitive LIKE pattern matching). Under SQL LIKE semantics, an underscore character (_) functions as a wildcard matching any single character, and a percent sign (%) matches any sequence of characters. Because app identifiers in Capgo commonly use underscores as word separators, passing these identifiers directly into an ILIKE expression - without escaping metacharacters - causes each underscore to behave as a positional wildcard rather than a literal character. The root cause is classified as CWE-20 (Improper Input Validation): user-supplied app_id values are not sanitized or escaped before being embedded in a pattern-matching SQL query. CPE data (cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:*) confirms all Capgo releases prior to 12.128.2 carry this flaw. The correct fix is either replacing ILIKE with an exact equality operator (=) or escaping underscore and percent metacharacters in the input before constructing the pattern.

RemediationAI

The primary fix is upgrading to Capgo version 12.128.2 or later, which addresses the root cause by replacing ILIKE with exact equality matching for app_id lookups in the preview subdomain resolver. The vendor security advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-cw88-ch2j-8vqj and the corroborating VulnCheck advisory at https://www.vulncheck.com/advisories/capgo-app-id-confusion-via-ilike-wildcard-in-preview-subdomain-lookup both confirm patch availability at this version. If an immediate upgrade is not feasible, a compensating control is to enforce an app_id naming policy that prohibits underscore characters in all newly registered applications, which eliminates the wildcard collision surface; however, this approach would break existing apps that already use underscores in their identifiers and would require migrating those identifiers - a significant operational trade-off. No other workaround resolves the underlying SQL metacharacter issue without a code-level change.

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

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