๐Ÿ” CVE Alert

CVE-2026-100616

MEDIUM 5.5

capgo.app Authentication Bypass via PostgREST customer_id Mutation

CVSS Score
5.5
EPSS Score
0.0%
EPSS Percentile
0th

capgo.app is an over-the-air update platform for Capacitor apps. In all versions prior to a fix, the row-level security UPDATE policy on the public.orgs table permits an organization admin (a user holding org.update_settings) to update the entire row, including the internal billing pointer column customer_id. The official organization update endpoint (supabase/functions/_backend/public/organization/put.ts) allowlists only a small set of editable settings fields and excludes customer_id, and the private Stripe billing route separately requires the org.update_billing permission. By sending an update directly to Supabase PostgREST, an authenticated org admin without org.update_billing can null or corrupt the organization's Stripe customer pointer, causing plan and billing checks that trust orgs.customer_id to fail and moving the organization from a valid paid plan state to unpaid/no-plan behavior. At the time of the advisory no patched version was available.

CWE CWE-863
Vendor cap-go
Product capgo.app
Published Sep 26, 2026
Stay Ahead of the Next One

Get instant alerts for cap-go capgo.app

Be the first to know when new medium vulnerabilities affecting cap-go capgo.app are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
High

Affected Versions

Cap-go / capgo.app
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/Cap-go/capgo.app/security/advisories/GHSA-qp5h-v7x3-53cq vulncheck.com: https://www.vulncheck.com/advisories/capgo-app-authentication-bypass-via-postgrest-customer-id-mutation

Credits

๐Ÿ” Judel777