VYPR
Unrated severityNVD Advisory· Published Jun 20, 2026

Capgo - Denial of Service via Improper Password Policy Length Validation

CVE-2026-56228

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

1

Patches

Vulnerability mechanics

Root cause

"Missing server-side validation for the maximum allowed value of the minimum password length field in the password policy configuration."

Attack vector

An authenticated organization administrator navigates to the Organization Security Settings, enables the "Enforce Password Policy" toggle, and sets the Minimum Password Length field to an extremely large numeric value (e.g., 1000000000000000). The application fails to validate this input on the server side, so the impossible policy is saved and immediately enforced. All organization members are then required to comply with the unrealistic minimum length, making it impossible for any user to create or change a password. This results in a complete organization-wide account lockout and application-level denial of service, as even administrators lose the ability to access the organization [ref_id=1].

What the fix does

The advisory recommends implementing strict maximum limits for password length (e.g., 128 characters), validating policy configuration on the server side, and preventing unrealistic or extreme numeric values before the policy is applied [ref_id=1]. No patch diff is provided in the bundle, so the exact code changes are not visible; however, the remediation guidance makes clear that the fix must add server-side bounds checking to the minimum password length field. Without such validation, any administrator can trivially trigger an organization-wide denial of service.

Preconditions

  • authAttacker must be authenticated as an Organization Admin or Super Admin.
  • inputAttacker must have access to the Organization Security Settings page.
  • configThe application must not enforce a maximum value on the minimum password length field server-side.

Generated on Jun 21, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

2

News mentions

0

No linked articles in our index yet.