VYPR

Vendor CVEs

Cap Go

All CVEs

108 total · sorted by risk
  • CVE-2026-56073CriJun 19, 2026
    risk 0.61cvss 9.4epss 0.00

    Cap-go before 12.128.2 contains an authentication bypass vulnerability in OTP verification that allows attackers to bypass email verification by modifying server responses. Attackers can intercept OTP verification requests and manipulate HTTP responses to falsely mark…

  • CVE-2026-56081CriJun 19, 2026
    risk 0.59cvss 9.1epss 0.01

    Cap-go before 12.128.2 contains an authentication logic flaw that lets an attacker register and control an account bound to a victim's email address before that email is verified. By enabling two-factor authentication on the pre-registered account, the attacker gains control…

  • CVE-2026-56216HigJun 20, 2026
    risk 0.57cvss 8.8epss 0.00

    Capgo before 12.128.2 contains a scope escalation vulnerability in the POST /functions/v1/apikey endpoint that allows app-limited API keys to mint unrestricted keys by setting empty limits. Attackers with a compromised app-limited key can create an unrestricted key with org-wide…

  • CVE-2026-56215HigJun 20, 2026
    risk 0.54cvss 8.3epss 0.00

    Capgo before 12.128.12 allows authenticated users to modify their mutable public.users.email to arbitrary addresses, which the SSO provisioning endpoint trusts as an account-merge key. Attackers can pre-position their account with a victim's corporate SSO email, causing the…

  • CVE-2026-56324HigJun 22, 2026
    risk 0.53cvss 8.2epss 0.00

    Capgo before 12.128.2 contains a rate limit bypass vulnerability in the channel_self endpoint that allows attackers to circumvent rate limiting by rotating the user-controlled device_id parameter. Attackers can send multiple requests per second by changing device_id values to…

  • CVE-2026-88864CriSep 10, 2026
    risk 0.52cvss 9.1epss

    Capgo (capgo.app) fails to restrict direct write access to the public.sso_providers table exposed through Supabase PostgREST. A holder of an ordinary Capgo full API key can insert a row with status='active' and enforce_sso=true, bypassing the intended backend SSO provisioning…

  • CVE-2026-56237CriJun 24, 2026
    risk 0.52cvss 9.1epss 0.01

    Capgo before 12.128.2 contains a broken authentication vulnerability in its API key generation mechanism. API keys are exposed in frontend requests, and the backend fails to validate that keys are securely generated and bound to the authenticated user. An attacker can tamper…

  • CVE-2026-88862HigSep 10, 2026
    risk 0.50cvss 8.8epss

    Capgo (capgo.app) backend through 12.242.4 does not validate parent-child delegation when processing the x-limited-key-id header. checkKeyByIdPg() in supabase/functions/_backend/utils/hono_middleware.ts resolves the attacker-supplied numeric API key ID using only the key ID, its…

  • CVE-2026-56232HigJun 24, 2026
    risk 0.50cvss 8.8epss 0.00

    Capgo before 12.128.2 fails to enforce limited_to_orgs and limited_to_apps constraints on subkeys provided via x-limited-key-id header in middlewareKey function. Attackers can bypass subkey scope restrictions by referencing their own subkeys, causing all downstream route…

  • CVE-2026-56223HigJun 24, 2026
    risk 0.50cvss 8.7epss 0.00

    Capgo before 12.128.2 contains a cross-domain SSO account takeover vulnerability in the provision-user endpoint that allows attackers to merge arbitrary victim accounts based on email match without validating SSO provider domain authorization. An attacker with enterprise org…

  • CVE-2026-56323HigJun 22, 2026
    risk 0.49cvss 7.5epss 0.01

    Capgo before 12.128.2 contains an information disclosure vulnerability in the /functions/v1/channel_self endpoint that allows unauthenticated attackers to enumerate non-public channel names and determine app existence and subscription status. Remote attackers can send GET…

  • CVE-2026-56253HigJun 21, 2026
    risk 0.49cvss 7.5epss 0.00

    Capgo before 12.128.2 contains an improper access control vulnerability in the public.get_org_members RPC function that allows unauthenticated attackers to enumerate organization members. Attackers can invoke the endpoint using only the public sb_publishable_* key and an…

  • CVE-2026-56242HigJun 21, 2026
    risk 0.49cvss 7.5epss 0.00

    Capgo before 12.128.2 contains an unauthenticated security definer RPC function get_identity_apikey_only that returns the owning user_id for supplied API keys, creating an API key validity oracle and user identity disclosure primitive. Attackers can call this endpoint with valid…

  • CVE-2026-56239HigJun 21, 2026
    risk 0.49cvss 7.6epss 0.00

    Capgo before 12.128.2 contains a potential privilege escalation vulnerability in the public.apply_usage_overage SECURITY DEFINER function, which performs sensitive billing operations without enforcing internal authorization checks (no validation of auth.uid(), org membership, or…

  • CVE-2026-56214HigJun 20, 2026
    risk 0.49cvss 7.5epss 0.00

    Capgo before 12.128.2 contains an information disclosure vulnerability in Supabase PostgREST RPC endpoints is_trial_org and is_paying_org that allows unauthenticated attackers to enumerate organizations and disclose billing status using the public sb_publishable key. Attackers…

  • CVE-2026-56082HigJun 19, 2026
    risk 0.49cvss 7.5epss 0.00

    Capgo (Cap-go/capgo) before 12.128.2 contains an improper access control vulnerability in the SECURITY DEFINER PostgREST RPC function public.record_build_time, which is granted to the anon role and callable with only the public Supabase publishable (sb_publishable_*) anon key.…

  • CVE-2026-53868HigJun 12, 2026
    risk 0.49cvss 7.5epss 0.00

    Capgo before 12.128.2 contains a denial of service vulnerability allowing attackers to register accounts using arbitrary email addresses without verification, then initiate deletion to lock emails in pending deletion state. Attackers can permanently lock legitimate users out of…

  • CVE-2026-88861HigSep 10, 2026
    risk 0.47cvss 8.3epss

    Capgo (Cap-go/capgo.app) contains an authentication bypass affecting all versions (no patched version available at time of publication). The Edge authorization path allows a password-only Supabase aal1 session to exercise privileged RBAC permissions even when the account has a…

  • CVE-2026-56225HigJun 23, 2026
    risk 0.47cvss 8.3epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in its public API key management handlers (get/put/delete/post). API keys created with mode=all but restricted to a single app via limited_to_apps are only checked for limited_to_orgs and not for…

  • CVE-2026-88863HigSep 10, 2026
    risk 0.46cvss 8.1epss

    capgo.app (npm package `capgo`) through version 12.207.1 does not compare the caller's role rank against the requested role in the validateInvite() function of supabase/functions/_backend/private/invite_new_user_to_org.ts. The POST /private/invite_new_user_to_org endpoint only…

  • CVE-2026-56245HigJun 24, 2026
    risk 0.46cvss 8.2epss 0.00

    Supabase Capgo before 12.128.2 contains an authorization bypass vulnerability in the SECURITY DEFINER record_build_time RPC function that allows unauthenticated attackers to insert arbitrary build-time records. Attackers can exploit this by calling POST…

  • CVE-2026-56243HigJun 23, 2026
    risk 0.46cvss 8.1epss 0.00

    Capgo before 12.128.2 contains a security control bypass vulnerability where the PostgREST/RLS plane accepts plaintext API keys through the capgkey header despite enforce_hashed_api_keys being enabled. Attackers can bypass org-level hashed-key enforcement by sending plaintext…

  • CVE-2026-56314HigJun 22, 2026
    risk 0.46cvss 7.1epss 0.00

    Capgo before 12.128.12 fails to filter deleted app versions when joining channels during /updates resolution, allowing deleted bundles to remain selectable. Attackers can continue deploying deleted bundles to devices by exploiting the missing app_versions.deleted filter in…

  • CVE-2026-56280HigJun 22, 2026
    risk 0.46cvss 7.1epss 0.00

    Cap-go before 12.128.2 contains a privilege inversion vulnerability in GET /build/logs/:jobId that allows read-only API key holders to cancel running native builds. The endpoint registers an abort listener on the SSE stream that unconditionally invokes cancelBuildOnDisconnect()…

  • CVE-2026-56231HigJun 24, 2026
    risk 0.42cvss 7.6epss 0.00

    Capgo before 12.128.2 contains a broken object level authorization (BOLA) vulnerability in the POST /build/start/:jobId and POST /build/cancel/:jobId endpoints. The handlers authorize the request based only on the attacker-controlled app_id supplied in the request body and never…

  • CVE-2026-56322HigJun 23, 2026
    risk 0.42cvss 7.5epss 0.00

    Capgo before 12.128.2 contains an information disclosure vulnerability in the unauthenticated /updates endpoint that resolves the defaultChannel parameter before enforcing privacy restrictions, allowing attackers to enumerate private channels and leak version/config state.…

  • CVE-2026-56248HigJun 23, 2026
    risk 0.42cvss 7.5epss 0.00

    Cap-go capgo (capgo-backend) before 12.128.12 contains an unauthenticated denial-of-service vulnerability arising from the audit_logs table's Row-Level Security (RLS) policy when accessed via the Supabase PostgREST API. Because the PostgreSQL query planner executes costly logic…

  • CVE-2026-56306MedJun 22, 2026
    risk 0.42cvss 6.4epss 0.00

    Capgo before 12.128.2 contains a weak parsing vulnerability in the x-limited-key-id header that allows attackers to bypass subkey enforcement by submitting malformed values, zero, or duplicate headers that result in NaN or falsy values. Remote attackers can manipulate the…

  • CVE-2026-56221MedJun 22, 2026
    risk 0.42cvss 6.5epss 0.00

    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…

  • CVE-2026-56251MedJun 21, 2026
    risk 0.42cvss 6.5epss 0.00

    Capgo before 12.128.2 contains a broken row level security policy in the org_users table that allows authenticated users to elevate privileges from admin to super_admin. Attackers can exploit the insufficient RLS enforcement to gain unauthorized super_admin access and compromise…

  • CVE-2026-56229MedJun 21, 2026
    risk 0.42cvss 6.5epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in the /build/status and /build/logs endpoints that allows attackers to access build jobs belonging to different applications by supplying a mismatched app_id and job_id combination. Limited API keys restricted…

  • CVE-2026-56079MedJun 19, 2026
    risk 0.42cvss 6.5epss 0.00

    Capgo before 12.128.2 contains a cross-tenant authorization bypass vulnerability in PostgREST endpoints that allows org-scoped read API keys to access other tenants' webhook secrets and delivery logs. Attackers can query the webhooks and webhook_deliveries endpoints to…

  • CVE-2026-53981HigJun 12, 2026
    risk 0.42cvss 7.6epss 0.00

    Cap-go prior to 12.128.2 contains an account takeover vulnerability in its email change mechanism that allows an attacker with temporary authenticated session access to change the registered email address without re-authentication such as password or MFA verification. Attackers…

  • CVE-2026-56295MedJun 20, 2026
    risk 0.41cvss 6.3epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in webhook management endpoints that allows non-expiring API keys to bypass the require_apikey_expiration organization policy. The checkWebhookPermission function fails to call apikeyHasOrgRightWithPolicy,…

  • CVE-2026-56222HigJun 23, 2026
    risk 0.40cvss 7.2epss 0.01

    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…

  • CVE-2026-56236MedJun 21, 2026
    risk 0.40cvss 6.1epss 0.00

    Capgo CLI before 12.128.2 contains arbitrary file overwrite vulnerabilities in login and build credentials operations that follow symlinks without validation. Attackers can create malicious symlinks in repositories to overwrite arbitrary files or expose credentials with…

  • CVE-2026-56257HigJun 24, 2026
    risk 0.39cvss 7.1epss 0.00

    Capgo before 12.128.2 allows direct patching of public.apps.owner_org through PostgREST, bypassing the transfer_app() workflow and creating split-brain ownership. Attackers can directly update apps.owner_org while leaving app_versions.owner_org unchanged, enabling old-org keys…

  • CVE-2026-56256HigJun 24, 2026
    risk 0.39cvss 7.1epss 0.00

    Capgo before 12.128.2 enforces mandatory two-factor authentication only at the UI level. Sensitive Organization (ORG) management API endpoints (e.g., editing organization details, inviting users) do not validate 2FA completion on the backend. An authenticated Admin user who has…

  • CVE-2026-56244HigJun 24, 2026
    risk 0.39cvss 7.1epss 0.00

    Capgo before 12.128.2 allows non-admin API keys to read webhook signing secrets via Supabase REST due to insufficient row-level security policies on the webhooks table. Attackers can retrieve the webhook secret and forge valid X-Capgo-Signature headers to send authenticated…

  • CVE-2026-56302MedJun 24, 2026
    risk 0.35cvss 6.5epss 0.00

    Capgo before 12.128.2 contains an unsecured images bucket lacking any row level security controls, allowing unauthenticated attackers to read, insert, and delete stored app icons. Remote attackers can exploit this misconfiguration to delete all icons and leak sensitive app IDs…

  • CVE-2026-56299MedJun 21, 2026
    risk 0.35cvss 5.3epss 0.01

    Capgo before 12.128.2 contains an authentication bypass vulnerability in the /build/upload/:jobId/* endpoint that allows unauthenticated attackers to trigger consistent 500 errors. Remote attackers can send OPTIONS requests to bypass authentication middleware and invoke tusProxy…

  • CVE-2026-56227MedJun 20, 2026
    risk 0.35cvss 5.4epss 0.00

    Capgo before 12.128.2 contains a server-side request forgery vulnerability in webhook URL validation that allows loopback and internal addresses. Organization admins can configure webhooks pointing to localhost or 127.0.0.1, and when triggered, the backend performs outbound…

  • CVE-2026-53982MedJun 12, 2026
    risk 0.35cvss 6.5epss 0.00

    Cap-go Console < 12.28.2 contains a denial-of-service vulnerability in its account deletion flow that allows an attacker to block authentication and onboarding functions by triggering account deletion while a device identifier is linked to the active session. The platform…

  • CVE-2026-88860MedSep 10, 2026
    risk 0.34cvss 6.3epss

    Capgo fails to clean up channel permission overrides when a user's last organization role binding is deleted, leaving stale overrides active. Attackers can retain channel-specific permissions after their base RBAC access has been revoked to perform unauthorized actions like…

  • CVE-2026-56321MedJun 22, 2026
    risk 0.34cvss 5.3epss 0.00

    Capgo (backend Supabase edge functions) before 12.128.2 does not apply the global authentication middleware to the GET /private/role_bindings/:org_id endpoint, unlike the POST and DELETE role_bindings routes, so unauthenticated requests reach the handler instead of being…

  • CVE-2026-56311MedJun 22, 2026
    risk 0.34cvss 5.3epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in the public.get_current_plan_max_org RPC function that allows unauthenticated attackers to retrieve arbitrary organization plan limits. Attackers can call the RPC endpoint with any organization UUID using…

  • CVE-2026-56316MedJun 21, 2026
    risk 0.34cvss 5.3epss 0.00

    Cap-go before 12.128.2 contains an information disclosure vulnerability in the OPTIONS /build/upload/:jobId/* endpoint that allows unauthenticated attackers to enumerate valid builder job IDs through observable response discrepancies. Attackers can probe the endpoint without…

  • CVE-2026-56282MedJun 20, 2026
    risk 0.34cvss 5.3epss 0.00

    Capgo before 12.128.2 contains an information disclosure vulnerability in the unauthenticated /replication endpoint that exposes internal PostgreSQL replication telemetry including slot names and WAL LSN positions. Attackers can access this endpoint without authentication to…

  • CVE-2026-56235MedJun 20, 2026
    risk 0.34cvss 5.3epss 0.00

    Cap-go capgo before 12.128.2 contains an authorization bypass in several Supabase PostgREST RPC functions (get_app_metrics, get_global_metrics, get_total_metrics) that are granted to the anon role without enforcing org membership or permission checks. An unauthenticated attacker…

  • CVE-2026-56218MedJun 20, 2026
    risk 0.34cvss 5.3epss 0.00

    Capgo before 12.128.2 fails to strip EXIF metadata including GPS geolocation data from uploaded images, allowing information disclosure. Attackers can download uploaded images and extract precise latitude and longitude coordinates revealing user physical location at capture time.

Page 1 of 3