VYPR

@capgo/capgo

by @capgo

Source repositories

CVEs (41)

  • CVE-2026-56246Jul 8, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a broken access control vulnerability in the organization management API where a scoped API key (limited_to_orgs) inherits its owner-user's permissions, allowing destructive cross-organization actions. When a user is an admin in two organizations…

  • CVE-2026-56226Jul 8, 2026
    risk 0.00cvss epss 0.00

    Capgo (Cap-go/capgo) before 12.128.2 exposes the Supabase PostgREST RPC function public.get_orgs_v6(userid uuid), which is SECURITY DEFINER and granted to the anon role, allowing unauthenticated access. Because the function accepts a caller-supplied user UUID without verifying…

  • CVE-2026-56220Jul 8, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in the public.manifest INSERT policy that allows read-only org members to insert OTA manifest rows. Attackers with read-only org access can inject malicious manifest entries with arbitrary s3_path values that…

  • CVE-2026-56217Jul 8, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a policy bypass vulnerability in app_versions update enforcement that allows app-scoped API keys to downgrade encrypted bundles to non-encrypted state. Attackers with app-scoped all API keys can directly update the app_versions table via PostgREST…

  • CVE-2026-56334Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 lacks an UPDATE row-level security policy for the build_requests table, preventing API-key and anonymous access from persisting builder status updates. Attackers can exploit this missing policy to cause build status and error details to remain unpersisted,…

  • CVE-2026-56333Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a server-side validation bypass vulnerability in organization security settings that allows authenticated org admins to persist invalid security policy state. Attackers can bypass backend validation by directly updating the public.orgs table from…

  • CVE-2026-56331Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains improper error handling in the /private/accept_invitation endpoint that returns HTTP 500 instead of safe 4xx errors when magic_invite_string is invalid. Attackers can trigger this vulnerability using only the public key by submitting malformed…

  • CVE-2026-56320Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains an authorization flaw in POST /private/create_device that accepts a caller-supplied org_id parameter without validating it matches the target app's owner organization. Authenticated attackers can create device records for an application using a…

  • CVE-2026-56318Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains an information disclosure vulnerability in the /private/validate_password_compliance endpoint that returns different error responses for malformed, non-existent, and existing organization IDs. Unauthenticated attackers can enumerate valid…

  • CVE-2026-56300Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains unauthenticated security definer RPC functions get_user_id and get_org_perm_for_apikey that expose API key validity oracles and user UUID disclosure. Unauthenticated attackers using the public API key can validate leaked keys, enumerate users and…

  • CVE-2026-56286Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains an authentication bypass vulnerability in the account deletion endpoint that allows deletion without password re-authentication or secondary verification. Attackers can delete user accounts via session hijacking, CSRF attacks, or parameter…

  • CVE-2026-56249Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains an authorization bypass vulnerability in the channel creation endpoint that allows authenticated users to overwrite existing channels by reusing their names. Attackers with app.create_channel permission can exploit a logic mismatch between…

  • CVE-2026-56247Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 allows org admins to assign org-scoped RBAC roles at app scope without validating role scope compatibility, including to pending invitees. Attackers can pre-seed malformed high-privilege bindings that survive invite acceptance, enabling accepted…

  • CVE-2026-56233Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a path traversal vulnerability in the builder upload proxy that allows authenticated users with build permissions to bypass upload restrictions. Attackers can append traversal sequences to the upload path, which are normalized by the WHATWG URL…

  • CVE-2026-56230Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a broken object level authorization vulnerability in middlewareKey() that accepts the client-controlled x-limited-key-id header without validating ownership, allowing authenticated users to adopt cross-tenant limited keys. Attackers can supply…

  • CVE-2026-56224Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo console.capgo.app/login before 12.128.2 accepts access_token and refresh_token in URL query parameters, automatically authenticating users without confirmation. Attackers can craft malicious links to force victims into attacker-controlled sessions, exposing tokens in…

  • CVE-2026-56219Jun 30, 2026
    risk 0.00cvss epss 0.00

    Capgo before 12.128.2 contains a NULL-auth bypass vulnerability in the public.get_org_user_access_rbac function that allows unauthenticated attackers to retrieve RBAC role bindings and member email addresses. Attackers can exploit improper NULL comparison in the authorization…

  • CVE-2026-56243Jun 23, 2026
    risk 0.00cvss epss 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-56222Jun 23, 2026
    risk 0.00cvss epss 0.00

    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-56299Jun 21, 2026
    risk 0.00cvss epss 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…