Description
Capgo before 12.128.2 contains an authorization bypass vulnerability in POST /private/role_bindings that fails to verify app_id ownership during app-scoped role binding creation. An attacker with administrative privileges in one organization can create role bindings targeting applications owned by other organizations, enabling unauthorized read and modification of victim applications.
Published: 2026-06-23
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Capgo versions prior to 12.128.2 allow an attacker with administrative role in one organization to create role bindings for applications belonging to other organizations. The library fails to confirm that the supplied app_id actually belongs to the organization of the requester, enabling the attacker to grant themselves read or write access to victim applications. This results in unauthorized access and potential modification of application data, code, and configuration.

Affected Systems

Capgo (the open‑source mobile update platform) is affected in deployments using any version earlier than 12.128.2. The issue is present in the POST /private/role_bindings endpoint that manages application‑scoped role bindings.

Risk and Exploitability

The CVSS score of 8.6 classifies this flaw as high severity. Although the EPSS score is not available, the vulnerability is remotely exploitable through a web API that requires a valid administrative token for the source organization. The lack of inclusion in the CISA KEV catalog suggests no known exploitation to date, but the ability to re‑configure access for apps in other orgs makes it a serious privilege escalation that could lead to data leaks or service disruption.

Generated by OpenCVE AI on June 23, 2026 at 13:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Capgo to version 12.128.2 or later, which verifies app_id ownership before creating role bindings.
  • Review existing role bindings and remove any that link applications outside their owning organization.
  • Limit administrative privileges within each organization, ensuring only trusted personnel can create role bindings or alter app permissions.

Generated by OpenCVE AI on June 23, 2026 at 13:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 23 Jun 2026 12:45:00 +0000

Type Values Removed Values Added
Description Capgo before 12.128.2 contains an authorization bypass vulnerability in POST /private/role_bindings that fails to verify app_id ownership during app-scoped role binding creation. An attacker with administrative privileges in one organization can create role bindings targeting applications owned by other organizations, enabling unauthorized read and modification of victim applications.
Title Capgo - Cross-Organization App Takeover via Mismatched org_id and app_id in /private/role_bindings
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-23T12:12:55.949Z

Reserved: 2026-06-19T21:46:58.630Z

Link: CVE-2026-56222

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-23T13:30:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key