Skip to main content

Capgo CVE-2026-56329

| EUVDEUVD-2026-42885 MEDIUM
Interpretation Conflict (CWE-436)
2026-07-10 VulnCheck GHSA-42q8-ww2w-fgmm
5.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
5.3 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L/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.4 MEDIUM

PR:L required for tenant account; S:C reflects cross-tenant impact on victim's preview environment; no confidentiality impact confirmed.

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

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
Jul 10, 2026 - 16:16 EUVD
Analysis Generated
Jul 10, 2026 - 15:50 vuln.today

DescriptionCVE.org

Capgo before 12.128.2 contains a cross-tenant preview namespace collision vulnerability caused by non-bijective decoding of double underscores to dots in preview hostname parsing. Attackers can register app IDs with underscores that collide with other tenants' dotted app IDs, causing preview misrouting and denial of preview access for victim applications.

AnalysisAI

Preview namespace collision in Capgo before 12.128.2 enables authenticated low-privileged tenants to hijack or deny preview routing for other tenants' applications by deliberately registering app IDs containing double underscores that decode identically to a victim's dot-separated app ID. The non-bijective hostname parsing - where __ maps to . but . is also a valid app ID character - breaks namespace uniqueness across tenants, allowing cross-tenant preview misrouting. No public exploit has been identified at time of analysis, and no CISA KEV listing exists; real-world impact is confined to preview functionality, not production app delivery.

Technical ContextAI

Capgo is a live-update and CI/CD platform for Capacitor (mobile hybrid app framework) applications, providing over-the-air update distribution and preview environments. Preview hostnames are constructed by encoding app IDs into subdomains, with dots replaced by double underscores. CWE-436 (Interpretation Conflict) precisely captures the root cause: the decoding function is non-bijective - double underscores (__) are decoded to dots (.), but since dots are also valid characters in app IDs, distinct inputs (com__victim__app and com.victim.app) produce the same decoded hostname. This violates the bijection requirement (one-to-one mapping) for safe namespace partitioning in multi-tenant systems. All Capgo versions before 12.128.2 are affected per CPE cpe:2.3:a:capgo:capgo:*:*:*:*:*:*:*:*. The collision occurs at the hostname parsing layer, not at the authentication layer, meaning a legitimate but malicious tenant can exploit it without bypassing any access controls.

RemediationAI

Upgrade to Capgo version 12.128.2 or later, which resolves the collision by implementing a bijective encoding scheme that eliminates the ambiguity between double underscores and dots in app ID hostname construction. The vendor security advisory at https://github.com/Cap-go/capgo/security/advisories/GHSA-76qq-gg2p-pwwj contains full patch details. For self-hosted deployments that cannot immediately upgrade, a compensating control is to enforce app ID registration policies that prohibit double underscores in app IDs - this prevents attackers from registering the colliding identifiers, though it may break any legitimate existing app IDs that contain double underscores and requires auditing the current app ID registry for pre-existing collisions. Blocking new tenant registrations entirely is a more aggressive but effective stop-gap if the environment is high-risk.

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

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