CVE-2026-100617
Received Received - Intake

Cap-go Channel Permission Override Privilege Escalation

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

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

Description

Cap-go capgo.app fails to validate that principals in channel_permission_overrides belong to the organization, allowing authenticated app/org admins to grant channel permissions to non-member users. Attackers with admin privileges can insert override rows with arbitrary external user UUIDs to grant channel-scoped permissions such as channel.promote_bundle to users outside the organization.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cap-go capgo.app *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform 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-100617 is a vulnerability in the Capgo application where authenticated app or organization admins can grant channel permissions to non-member users. The system fails to validate that principals in channel_permission_overrides belong to the organization, allowing admins to insert override rows with arbitrary external user UUIDs. This grants channel-scoped permissions like channel.promote_bundle to unauthorized users outside the organization.

Detection Guidance

To detect this vulnerability, review the channel_permission_overrides table in your Capgo database for entries where the target user UUID does not belong to the organization. Check for overrides granting permissions like channel.promote_bundle to external users. Use SQL queries to audit these entries and compare user memberships.

Impact Analysis

This vulnerability allows unauthorized access to channel-specific functions, potentially compromising data integrity or enabling malicious actions. Attackers with admin privileges could elevate permissions of non-member users, leading to unauthorized control over channels and associated data.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating compliance requirements for data protection standards like GDPR and HIPAA. Unauthorized access may result in data breaches, non-compliance with access control policies, and potential legal consequences.

Mitigation Strategies

Immediately revoke any unauthorized channel permissions granted to non-member users. Implement stricter Row-Level Security (RLS) policies to validate that principals in channel_permission_overrides belong to the organization. Consider disabling the channel_permission_overrides feature until a patch is available.

Chat Assistant

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

EPSS Chart