CVE-2026-56333: Capgo Authentication Bypass in Security Settings – Patch 12.128.2
Capgo versions prior to 12.128.2 contain a vulnerability that allows authenticated organization administrators to bypass security validation checks and set invalid security policies. An authenticated attacker with admin privileges can directly modify the organization database table to circumvent field-level validation, potentially setting insecure values for critical parameters like API key expiration periods. This is an internal privilege abuse risk rather than a remote, unauthenticated attack vector.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
- Weaknesses (CWE)
- CWE-20
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
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.
3 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-56333 is a server-side validation bypass in Capgo's organization security settings. The vulnerability exists in the handling of the public.orgs table, where backend validation checks on security-sensitive parameters—specifically max_apikey_expiration_days and similar configuration fields—can be circumvented by authenticated organization admins. The flaw stems from insufficient client-side and database-level constraint enforcement, permitting direct table manipulation from the browser that bypasses application-layer validation logic. The issue affects authentication and authorization mechanisms by allowing admins to persist security policies in an invalid state.
Business impact
This vulnerability primarily affects organizations using Capgo for multi-tenant or team-based access control. The ability for authenticated admins to bypass API key expiration policies creates a secondary risk: if a compromised or malicious admin account modifies these settings, API keys could remain valid indefinitely, extending the window of exposure for stolen credentials. The impact is limited to users within the affected organization and depends on admin account compromise or insider threat scenarios. For organizations relying on Capgo for security policy enforcement, this represents a control weakness that undermines the intended security posture.
Affected systems
Capgo versions before 12.128.2 are affected. The vulnerability requires an authenticated organization admin account and impacts the security configuration settings for that organization. No evidence indicates that the vulnerability affects Capgo's core application functionality or other products in the vendor's portfolio; the exposure is isolated to the organization management layer.
Exploitability
Exploitation requires an authenticated account with organization admin privileges, which is a significant control. An attacker would need either to compromise a legitimate admin account, operate as a trusted insider, or target an organization where admin credentials are inadequately protected. Network access is required but straightforward (CVSS:3.1/AV:N). Once authenticated, the attack is deterministic—no user interaction is needed, and the attacker can directly modify database fields via the browser. The CVSS score of 4.3 reflects the authenticated requirement and the limited scope (integrity impact only, no confidentiality or availability breach).
Remediation
Upgrade Capgo to version 12.128.2 or later, which addresses server-side validation enforcement. The patch adds backend validation constraints that prevent invalid security policy states from being persisted, even when an authenticated user attempts direct database modification. Organizations should verify the upgrade path with Capgo's release notes and test in a staging environment before production deployment.
Patch guidance
Apply Capgo version 12.128.2 or any subsequent release. This version includes backend validation hardening for organization security settings. Verify compatibility with your current Capgo deployment and any dependent integrations. If you are currently on a version older than 12.128.2, prioritize an upgrade within your normal maintenance window. Review Capgo's official security advisory and release notes for any migration notes or breaking changes.
Detection guidance
Audit organization security configuration changes, particularly modifications to max_apikey_expiration_days and other sensitive fields in the public.orgs table. Log and alert on unauthorized updates to organization settings by admin accounts, especially if changes occur outside of normal administrative patterns. Monitor for API keys that remain active beyond expected expiration dates. Examine admin activity logs for unusual database access patterns or attempts to modify organization configuration via API or direct queries. Implement database activity monitoring to detect direct table modifications that circumvent the application layer.
Why prioritize this
While the CVSS score is MEDIUM (4.3), the vulnerability warrants timely attention because it directly undermines security policy enforcement—a core control in multi-tenant environments. The risk is elevated for organizations where admin account compromise is plausible or where insider threat is a concern. However, it is not critical because exploitation requires pre-existing admin access and does not enable remote code execution or widespread data compromise. Prioritize patching after critical and high-severity items, but do not defer indefinitely.
Risk score, explained
The CVSS 3.1 score of 4.3 (MEDIUM) reflects: authenticated access requirement (PR:L), network-accessible attack vector (AV:N), low attack complexity (AC:L), integrity impact (I:L) with no user interaction required, and a scope unchanged to the vulnerable system. The score appropriately penalizes the authentication requirement but acknowledges that an attacker with admin privileges can reliably bypass validation checks. The integrity impact is limited because the attacker can only persist invalid policy state, not exfiltrate data or disrupt availability.
Frequently asked questions
Does this vulnerability allow remote code execution?
No. CVE-2026-56333 is limited to bypassing validation checks on security configuration fields. It does not permit code execution, privilege escalation beyond organization admin, or access to data outside the organization's scope.
What happens if an attacker sets max_apikey_expiration_days to an invalid value?
The attacker can persist an invalid (likely zero or negative) expiration period, potentially preventing API keys from expiring automatically or causing keys to be treated as expired when they should be valid. The exact security consequence depends on how Capgo's application logic interprets these invalid values. Organizations should verify their specific Capgo configuration after patching.
Is this vulnerability listed on CISA's Known Exploited Vulnerabilities catalog?
No. As of the vulnerability publication, there is no indication that this vulnerability is actively exploited in the wild or tracked in the KEV catalog. However, the lack of KEV status does not mean the vulnerability should be ignored—it indicates limited or no evidence of active exploitation at the time of publication.
Can a regular user (non-admin) exploit this vulnerability?
No. The vulnerability explicitly requires authentication and organization admin privileges. Regular team members or users with limited permissions cannot exploit this flaw.
This analysis is based on the official vulnerability description and CVSS vector. Specific remediation steps and verification procedures should be confirmed against Capgo's official security advisory and release notes. Organizations should test patches in a non-production environment before deployment. No exploit code or proof-of-concept details are provided; this assessment is for defensive planning only. The absence of KEV status does not guarantee that exploitation is not occurring—it reflects the state of public intelligence at publication. Organizations are responsible for assessing their own risk based on their Capgo configuration, admin account security posture, and insider threat model. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2024-21944MEDIUMMemory Integrity Vulnerability in DIMM SPD Validation
- CVE-2025-5089MEDIUMArista EOS/CVX DoS via Malformed Messages
- CVE-2025-5090MEDIUMCVX CVE-2025-5090: Input Validation Flaw Leads to Agent Crashes and Denial of Service
- CVE-2025-58175MEDIUMGeoServer SSRF Vulnerability in Proxy Configuration
- CVE-2025-64719MEDIUMGogs Denial of Service via Unhandled Commit Errors
- CVE-2026-0018MEDIUMAndroid AccessibilityManagerService Denial of Service Vulnerability
- CVE-2026-0051MEDIUMAndroid UBSan Runtime Denial of Service Vulnerability
- CVE-2026-0070MEDIUMAndroid DevicePolicyManagerService Local Denial of Service Vulnerability