CVE-2026-56214
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCapgo 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 can invoke these endpoints to determine organization existence via distinguishable return values and identify paying customers for targeted profiling.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceCapgo before version 12.128.2 exposes two Supabase PostgREST RPC endpoints (is_trial_org and is_paying_org) that lack proper authorization checks, allowing unauthenticated attackers to invoke them using only the public sb_publishable key. These endpoints return distinguishable values that reveal whether an organization exists and disclose its billing status, enabling enumeration of organizations and identification of paying customers.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check your Capgo versionReview your package.json, lock file, or running Capgo server instance to identify the installed version numberAffected if The version is lower than 12.128.2 (e.g., 12.128.1, 12.120.0, etc.)
-
Confirm Supabase integration is in useInspect your Capgo configuration files (such as app.config.ts, supabase.ts, or environment variables) for Supabase connection settingsAffected if Supabase is configured and connected to Capgo
-
Verify sb_publishable key exposureLocate your Supabase public publishable key in configuration files, environment variables, or client-side codeAffected if The sb_publishable key is present and accessible in your environment
-
Test endpoint accessibilityMake an unauthenticated HTTP request to your Supabase PostgREST RPC endpoint for is_trial_org or is_paying_org using only the public keyAffected if The endpoints respond with organization data or billing status without requiring authentication tokens beyond the public key
-
Review API access logsExamine Supabase or application logs for any unauthenticated calls to rpc/is_trial_org or rpc/is_paying_org endpointsAffected if Such calls appear in logs without valid user authentication context
Your environment is affected if you run Capgo version below 12.128.2 with Supabase integration where the public sb_publishable key can invoke the is_trial_org or is_paying_org RPC endpoints without authorization.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Capgo version 12.128.2 or later to patch the vulnerable endpoints. Alternatively, implement proper authentication and authorization checks on these sensitive RPC functions to restrict access to authorized users only.
Capgo version 12.128.2 or later
- Upgrade Capgo to version 12.128.2 or later to remediate the information disclosure vulnerability
- Verify the upgrade was successful by checking the Capgo version
- Confirm that the Supabase PostgREST RPC endpoints `is_trial_org` and `is_paying_org` no longer expose organization existence or billing status to unauthenticated users
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-56214 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-56214 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data