CVE-2026-56310
Deferred Deferred - Pending Action

Authorization Bypass in Cap-go via Limited API Keys

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

Publication date: 2026-06-24

Last updated on: 2026-06-25

Assigner: VulnCheck

Description

Cap-go before 12.128.2 contains an authorization bypass vulnerability in the GET /organization/members endpoint that allows org-limited API keys to bypass limited_to_orgs restrictions. Attackers with org-limited API keys can read membership data including uid, email, image_url, role, and is_tmp from organizations outside their assigned scope.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-24
Last Modified
2026-06-25
Generated
2026-07-15
AI Q&A
2026-06-24
EPSS Evaluated
2026-07-13
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cap-go cap-go to 12.128.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-285 The product does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56310 is an authorization bypass vulnerability in Cap-go versions before 12.128.2. It affects the GET /organization/members endpoint, allowing API keys that are limited to specific organizations to bypass their restrictions. This means attackers with such org-limited API keys can access membership data from organizations outside their assigned scope.

  • The exposed membership data includes user IDs (uid), email addresses, profile image URLs, roles, and temporary status flags.

The root cause is improper authorization enforcement where the endpoint fails to enforce the API key's organization scope after basic role-based access control (RBAC) checks.

Impact Analysis

This vulnerability can lead to unauthorized disclosure of sensitive membership information from organizations that an attacker should not have access to.

  • Attackers can read user identifiers, email addresses, profile images, roles, and temporary status flags of members in organizations outside their authorized scope.

Such unauthorized access can compromise privacy and potentially aid further attacks or social engineering by exposing internal organizational membership details.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade Cap-go to version 12.128.2 or later, where the authorization bypass issue in the GET /organization/members endpoint has been fixed.

Additionally, review and restrict the use of org-limited API keys to minimize exposure until the patch is applied.

Detection Guidance

This vulnerability involves an authorization bypass in the GET /organization/members endpoint allowing org-limited API keys to access membership data outside their assigned organizations.

To detect exploitation attempts on your network or system, you can monitor and log requests to the GET /organization/members endpoint, especially those made using org-limited API keys.

Suggested commands to help detect potential exploitation include:

  • Using network traffic analysis tools like tcpdump or Wireshark to filter HTTP GET requests to /organization/members.
  • Example tcpdump command: tcpdump -i any -A 'tcp port 80 or tcp port 443' | grep 'GET /organization/members'
  • Checking server access logs for unusual or unauthorized GET requests to /organization/members endpoint.
  • Example grep command on server logs: grep 'GET /organization/members' /var/log/nginx/access.log
  • Reviewing API key usage logs to identify org-limited keys accessing organizations outside their scope.
Compliance Impact

This vulnerability allows attackers with org-limited API keys to bypass restrictions and access sensitive membership data such as user IDs, email addresses, profile images, roles, and temporary status flags from organizations outside their assigned scope.

Unauthorized access to such personal and organizational data could lead to non-compliance with data protection regulations like GDPR and HIPAA, which require strict controls on access to personal and sensitive information.

By exposing membership data beyond authorized boundaries, the vulnerability increases the risk of data breaches and unauthorized disclosure, potentially violating privacy and security requirements mandated by these standards.

Chat Assistant

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

EPSS Chart