CVE-2026-56228: Capgo Password Policy DoS – Unvalidated Minimum Length Field
Capgo versions before 12.128.2 contain a flaw that allows organization administrators to set an impossibly high minimum password length requirement—potentially billions of characters—without any safeguards. Once enabled, this broken policy locks out all users in the organization from changing their passwords or logging in, effectively shutting down access to the application for everyone. This is a self-inflicted denial of service that requires admin-level access to trigger but can paralyze an entire organization.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 4.9 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
- Weaknesses (CWE)
- CWE-20
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-20 / 2026-06-23
NVD description (verbatim)
Capgo before 12.128.2 fails to enforce a maximum value on the minimum password length field in its password policy configuration. An authenticated organization administrator can set an extremely large numeric value (e.g., billions of characters) as the minimum password length, making compliance impossible for all organization members. Once the policy is enabled, users (including administrators) are unable to change their passwords or access the organization, resulting in an organization-wide account lockout and application-level denial of service.
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability stems from insufficient input validation on the minimum password length configuration parameter in Capgo's password policy engine. The application fails to enforce an upper bound on this numeric field, allowing authenticated administrators to assign astronomically large values that no user can satisfy. When the policy is activated, the password validation logic rejects all existing and new passwords regardless of their actual length, creating a compliance-impossible scenario. The authentication system then denies access and password reset functionality to all organization members, including administrators themselves, resulting in application-level availability loss.
Business impact
Organizations using affected Capgo versions face risk of complete, unplanned service disruption initiated by a single administrative action. Unlike external attacks, this threat originates from within authorized administrative accounts—either through misconfiguration, malicious insider action, or compromised admin credentials. The impact manifests as instant, organization-wide account lockout with no immediate self-service recovery path, disrupting all downstream operations that depend on Capgo authentication. Recovery requires vendor intervention or direct database remediation.
Affected systems
Capgo versions prior to 12.128.2 are affected. The vulnerability can only be exploited by users with organization administrator privileges, meaning compromise of admin credentials or malicious insiders pose the primary attack vector. Verify your Capgo version against vendor release notes to confirm whether your deployment is impacted.
Exploitability
Exploitation requires authenticated access with organization administrator role—a privileged position not typical for external attackers. However, the barrier to impact is low: a single misconfiguration or authorized-but-malicious administrator can enable a policy that instantly breaks the entire organization. No complex attack chain, user interaction, or special tooling is needed. Once the policy is active, the denial of service is automatic and affects all users.
Remediation
Upgrade Capgo to version 12.128.2 or later, which introduces validation constraints on the minimum password length field to prevent unreasonable values. Before upgrading, verify your current version and review any active password policies to assess whether your organization is currently affected. If you suspect a malicious policy has been applied, contact Capgo support for emergency recovery options.
Patch guidance
Update to Capgo 12.128.2 or later. Review the vendor's release notes for any additional configuration recommendations following the patch. If your organization is currently locked out due to an active policy, reach out to Capgo support immediately with evidence of the misconfiguration—they may provide a workaround or emergency access to reset the policy without requiring user password changes. Test the patch in a staging environment first to confirm password policy behavior returns to normal.
Detection guidance
Monitor Capgo audit logs for any modifications to organization-level password policies, particularly changes to minimum password length settings. Alert on any policy update that sets minimum password length above reasonable thresholds (e.g., > 256 characters). If you cannot access your Capgo organization or observe widespread password-change failures across your user base, this may indicate an active exploit. Check your administrative activity logs for unexpected policy changes within the past 24 hours.
Why prioritize this
Although the CVSS score is moderate (4.9), the operational impact justifies close attention. This vulnerability bridges the gap between privileged-access requirements and organization-wide availability risk. Insider threats and credential compromise are persistent concerns, and a single compromised admin account can instantly disable an entire organization's access. Patching eliminates the vector entirely and should be scheduled promptly, even if your current risk posture for admin credential compromise feels low.
Risk score, explained
The CVSS 3.1 score of 4.9 (MEDIUM) reflects high attack complexity (requires admin credentials, high privilege level) but very high impact potential (availability of all users). The vector AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H indicates network accessibility, low complexity once authenticated, high-privilege requirement, no user interaction needed, and high availability impact. The score appropriately downgrades the severity relative to the business impact because exploitation is gated by privileged access; however, this does not diminish the risk of insider threats or credential compromise.
Frequently asked questions
Can a non-admin user trigger this vulnerability?
No. Only authenticated users with organization administrator privileges can modify password policies or set the minimum password length field. Standard users cannot exploit this directly, though they become locked out if an administrator enables a malicious policy.
If we're locked out, can we reset our passwords without vendor help?
Not through the normal Capgo interface. Once a policy with an impossible minimum length is active, the password change form will reject all input. You will need to contact Capgo support for an emergency workaround or escalation to manually reset the policy. Prepare your organization admin contact information and account details beforehand.
Does upgrading to 12.128.2 automatically fix an active malicious policy?
The patch prevents future policies with extreme values from being created or enabled. However, if a dangerous policy is already active in your organization, the patch alone will not disable it. You may need to work with Capgo support to clear the existing policy after upgrading, or the patch may include a recovery utility—verify with the vendor advisory.
What should we audit for to detect if this happened to us?
Check Capgo's administrative audit log for changes to password policy settings, especially modifications to minimum password length. Look for any policy update with a length value significantly higher than your organization's standard (e.g., > 256 characters). Also review admin account activity logs for any policy changes made outside your change management window or by unexpected accounts.
This analysis is based on public information available as of the advisory publication date. Capgo version numbers, patch guidance, and recovery procedures should be verified against the official Capgo security advisory and vendor documentation. No exploit code or proof-of-concept demonstrations are provided. Organizations should assess their own risk based on administrative access controls, insider threat programs, and admin credential security practices. Contact Capgo support directly for emergency recovery assistance if your organization experiences a service outage related to this vulnerability. Source: NVD (public-domain), retrieved 2026-07-28. 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-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
- CVE-2026-0085MEDIUMAndroid Contact Handler Denial of Service Vulnerability