CVE-2026-56333
Deferred Deferred - Pending Action

Server-Side Validation Bypass in Capgo

Vulnerability report for CVE-2026-56333, 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 server-side validation bypass vulnerability in organization security settings that allows authenticated org admins to persist invalid security policy state. Attackers can bypass backend validation by directly updating the public.orgs table from the browser, circumventing field-level validation checks for max_apikey_expiration_days and other security-sensitive configuration parameters.

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-20 The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

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 server-side validation bypass in the organization security settings.

Authenticated organization administrators can exploit this issue by directly updating the public.orgs database table from the browser, which allows them to circumvent backend validation checks.

This bypass affects field-level validation for security-sensitive parameters such as max_apikey_expiration_days, enabling the persistence of invalid security policy states.

Detection Guidance

This vulnerability involves authenticated organization administrators bypassing server-side validation by directly updating the public.orgs table via the browser, which allows invalid security policy states to be persisted.

Detection can focus on monitoring for unusual or unauthorized direct updates to the public.orgs table, especially changes to fields like max_apikey_expiration_days, enforce_hashed_api_keys, enforce_encrypted_bundles, and required_encryption_key that do not conform to expected validation rules.

Since the vulnerability exploits direct browser-side REST API calls to Supabase, network monitoring tools could be used to detect suspicious REST API requests that update organization settings bypassing the official backend endpoint.

Suggested commands or approaches include querying the database directly to check for invalid values in the public.orgs table, for example:

  • SQL query to find invalid max_apikey_expiration_days values: SELECT * FROM public.orgs WHERE max_apikey_expiration_days < 0 OR max_apikey_expiration_days IS NULL;
  • Audit logs or API gateway logs can be searched for direct REST API calls to the public.orgs table that bypass the backend /organization endpoint.
  • Use network packet capture tools (e.g., tcpdump, Wireshark) to monitor for REST API calls from browsers that update organization settings directly.
Impact Analysis

The vulnerability allows attackers with authenticated organization admin privileges to bypass security policy validations and persist invalid or weakened security configurations.

This can lead to reduced security controls, such as improperly configured API key expiration settings, potentially increasing the risk of unauthorized access or prolonged exposure.

Compliance Impact

The vulnerability allows authenticated organization administrators to bypass server-side validation and persist invalid security policy states in Capgo. This can lead to inconsistent enforcement of security-sensitive configurations such as API key expiration and encryption requirements.

Such inconsistencies and weakened security controls may increase the risk of unauthorized access or data exposure, which could negatively impact compliance with common standards and regulations like GDPR and HIPAA that require strict enforcement of security policies to protect sensitive data.

However, the provided information does not explicitly detail the direct impact on compliance frameworks.

Mitigation Strategies

The primary mitigation is to upgrade Capgo to version 12.128.2 or later, where this server-side validation bypass vulnerability has been patched.

Until the upgrade is applied, restrict authenticated organization administrators' ability to update security-sensitive fields directly via the browser or REST API.

Implement additional monitoring and alerting on changes to the public.orgs table to detect and respond to invalid security policy states.

Review and tighten access controls to ensure only authorized users can perform organization security settings updates.

Chat Assistant

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

EPSS Chart