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.
Published: 2026-06-30
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Capgo versions earlier than 12.128.2 contain a flaw in the organization‑security‑settings component. The server skips field‑level validation for sensitive parameters such as max_apikey_expiration_days, allowing an authenticated organization administrator to set arbitrary values via browser‑side updates. This bypasses backend checks and lets an admin persist insecure policy states that undermine the intended security posture.

Affected Systems

Capgo installations using any release older than 12.128.2 are affected. The vulnerable code resides in the public.orgs database table accessed through the organization‑security‑settings endpoint, and any deployment that exposes the browser‑side organization settings interface to authenticated admins is susceptible.

Risk and Exploitability

The CVSS score of 5.3 signifies moderate risk. No EPSS score is published, so the likelihood of exploitation remains unspecified. The vulnerability is not registered in the CISA KEV catalog. An attacker must be a legitimate organization administrator and must manipulate the browser to submit altered settings; the bypass removes the server guard, permitting persistent misconfiguration that can weaken API key expiry rules and expose the organization to privilege escalation.

Generated by OpenCVE AI on June 30, 2026 at 23:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Deploy the Capgo update to version 12.128.2 or later to restore server‑side validation and eliminate the CWE‑20 flaw.
  • Enforce server‑side input validation on all organization‑security‑settings updates, rejecting or sanitizing invalid values per CWE‑20 guidance.
  • Restrict client‑side modifications of the public.orgs table to authenticated server endpoints and enable strict role‑based access controls, ensuring only privileged admins can alter security parameters.

Generated by OpenCVE AI on June 30, 2026 at 23:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 01 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
First Time appeared Cap-go
Cap-go cap-go
Vendors & Products Cap-go
Cap-go cap-go

Tue, 30 Jun 2026 22:45:00 +0000

Type Values Removed Values Added
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.
Title Capgo - Server-Side Validation Bypass via Direct Browser-Side Organization Security Settings Updates
Weaknesses CWE-20
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-01T13:51:06.714Z

Reserved: 2026-06-20T13:13:56.012Z

Link: CVE-2026-56333

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T09:15:15Z

Weaknesses
  • CWE-20

    Improper Input Validation