CVE-2026-56219
Deferred Deferred - Pending Action

NULL-auth Bypass in Capgo Exposes RBAC Data

Vulnerability report for CVE-2026-56219, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-07-01

Assigner: VulnCheck

Description

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 gate to disclose organization membership, roles, and email addresses via the PostgREST RPC endpoint using only a public API key.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
capgo capgo to 12.128.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-287 When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Capgo versions before 12.128.2 and involves a NULL-auth bypass in the public.get_org_user_access_rbac function.

It allows unauthenticated attackers to retrieve Role-Based Access Control (RBAC) role bindings and member email addresses.

The issue arises from an improper NULL comparison in the authorization gate, which can be exploited via the PostgREST RPC endpoint using only a public API key.

Detection Guidance

This vulnerability can be detected by attempting to access the public.get_org_user_access_rbac function via the PostgREST RPC endpoint using only a public API key without authentication.

If the request returns RBAC role bindings and member email addresses without requiring authentication, it indicates the presence of the NULL-auth bypass vulnerability.

A suggested command to test this could be a curl request like the following:

  • curl -H "apikey: <public_api_key>" https://<capgo_instance>/rpc/get_org_user_access_rbac

If the response includes sensitive RBAC and email information without authentication, the system is vulnerable.

Impact Analysis

An attacker exploiting this vulnerability can disclose sensitive information such as organization membership details, roles assigned to users, and their email addresses without any authentication.

This can lead to unauthorized information disclosure, potentially enabling further targeted attacks like phishing or social engineering.

Compliance Impact

The vulnerability allows unauthenticated attackers to retrieve RBAC role bindings and member email addresses, which could lead to unauthorized disclosure of personal and organizational information.

Such unauthorized disclosure of email addresses and role information may impact compliance with data protection regulations like GDPR and HIPAA, which require protection of personal data and access controls.

However, specific impacts on compliance or regulatory requirements are not detailed in the provided information.

Mitigation Strategies

The immediate mitigation step is to upgrade Capgo to version 12.128.2 or later, where the vulnerability has been patched.

The patch fixes the improper NULL comparison in the authorization gate, preventing unauthenticated access to RBAC role bindings and member email addresses.

Additionally, ensure that the authorization logic explicitly denies unauthenticated requests and uses NULL-safe comparisons.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56219. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart