Description
Capgo before 12.128.2 contains an information disclosure vulnerability in the public.exist_app_v2 RPC function that allows unauthenticated attackers to enumerate app_ids by calling POST /rest/v1/rpc/exist_app_v2 with arbitrary appid parameters. Remote attackers can exploit this SECURITY DEFINER function to determine whether specific app_ids exist in the public.apps table, enabling cross-tenant app enumeration and privacy violations.
Published: 2026-06-24
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Capgo before version 12.128.2 exposes a public RPC function that accepts POST requests to /rest/v1/rpc/exist_app_v2 without requiring authentication. An attacker can supply arbitrary appid values and learn whether that app_id exists in the public.apps table, enabling enumeration of applications across tenants and violating confidentiality. The weakness is classified as CWE‑200.

Affected Systems

Any Capgo deployment running a version older than 12.128.2 is affected. The vulnerability resides in the server component that exposes the exist_app_v2 RPC method and allows unauthenticated callers to query the existence of application identifiers.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate risk. Because the exploit requires only remote network access to a publicly exposed RPC endpoint, it is readily exploitable by attackers without credentials. EPSS is not available, and the vulnerability is not listed in the CISA KEV catalog, but the lack of authentication makes the attack vector straightforward and potentially high‑frequency in practice.

Generated by OpenCVE AI on June 24, 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 removes the security‑definer privilege from the exist_app_v2 RPC function.
  • Restrict network access to the /rest/v1/rpc/exist_app_v2 endpoint by firewalling or segmenting the network so that only trusted internal services can invoke it.
  • If the public.exist_app_v2 RPC function is not required, disable it or modify its permissions to require authentication before execution.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 24 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 24 Jun 2026 12:00:00 +0000

Type Values Removed Values Added
Description Capgo before 12.128.2 contains an information disclosure vulnerability in the public.exist_app_v2 RPC function that allows unauthenticated attackers to enumerate app_ids by calling POST /rest/v1/rpc/exist_app_v2 with arbitrary appid parameters. Remote attackers can exploit this SECURITY DEFINER function to determine whether specific app_ids exist in the public.apps table, enabling cross-tenant app enumeration and privacy violations.
Title Capgo - Information Disclosure via Unauthenticated RPC Function exist_app_v2
Weaknesses CWE-200
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-24T12:17:23.762Z

Reserved: 2026-06-20T13:13:56.012Z

Link: CVE-2026-56337

cve-icon Vulnrichment

Updated: 2026-06-24T12:17:17.208Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-24T13:30:06Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor