HIGH 7.5

CVE-2026-53868: Capgo Account Lockout Vulnerability – Email Verification Bypass

Capgo versions before 12.128.2 contain a vulnerability that allows attackers to lock legitimate users out of their accounts for extended periods. An attacker can register a new account using someone else's email address without needing to verify ownership of that email. Once registered, the attacker can initiate a deletion process that leaves the email in a pending deletion state for 30 days, preventing the legitimate owner from using that email to access or recover their account. This is a denial of service attack that exploits gaps in email verification during account creation and deletion workflows.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weaknesses (CWE)
CWE-306
Affected products
0 configuration(s)
Published / Modified
2026-06-12 / 2026-07-14

NVD description (verbatim)

Capgo before 12.128.2 contains a denial of service vulnerability allowing attackers to register accounts using arbitrary email addresses without verification, then initiate deletion to lock emails in pending deletion state. Attackers can permanently lock legitimate users out of the platform for 30 days by exploiting unverified email ownership in account lifecycle operations.

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability stems from insufficient verification controls in Capgo's account lifecycle management. Specifically, the platform allows account registration with arbitrary email addresses without requiring verification of ownership before the account becomes active or before certain operations can be performed. An attacker can chain this with the account deletion workflow: by registering an account under a target's email and then initiating deletion, the email becomes locked in a pending deletion state. This design flaw violates the principle of verifying email ownership before permitting account-impacting actions. The issue is classified under CWE-306 (Missing Authentication for Critical Function), indicating that critical account operations lack proper identity verification controls.

Business impact

For organizations and users relying on Capgo, this vulnerability creates a straightforward denial of service vector requiring minimal effort or skill. Attackers can systematically target users by locking them out of accounts for 30-day periods, disrupting workflow and potentially affecting business operations dependent on continuous platform access. The attack requires no authentication or special privileges, making it accessible to any anonymous attacker. The reputational and operational impact includes user frustration, support ticket burden, and potential loss of confidence in the platform's account security posture. For SaaS platforms, account lockout attacks undermine user trust and service availability guarantees.

Affected systems

Capgo versions prior to 12.128.2 are vulnerable. The vendor has not provided a comprehensive list of specific products or components affected; patching to version 12.128.2 or later mitigates the vulnerability. Organizations running Capgo should verify their installed version against this threshold.

Exploitability

Exploitability is very high. The attack requires no special network positioning (network-accessible), no complex configuration (low complexity), no authentication credentials, and no user interaction. An attacker needs only the ability to reach Capgo's registration endpoint and initiate account operations. Automated tooling could easily scale this attack across many target email addresses simultaneously, making it a practical threat for any publicly accessible Capgo instance.

Remediation

Upgrade Capgo to version 12.128.2 or later. This version addresses the email verification gaps in account registration and deletion workflows. Organizations should prioritize this upgrade given the high exploitability and immediate impact on user accessibility. No workarounds are available short of patching.

Patch guidance

Verify your current Capgo version against the vendor advisory. If running a version prior to 12.128.2, update to 12.128.2 or the latest available release. Apply the patch in a test environment first to confirm compatibility with your deployment. Once validated, schedule the upgrade across your production Capgo instances with minimal user-facing downtime if applicable. Consult Capgo's official release notes for any compatibility notes or migration steps.

Detection guidance

Monitor Capgo logs for suspicious patterns: multiple account registrations from the same source IP or network, particularly those targeting common organizational email domains; rapid account deletions initiated immediately after registration; and failed login attempts against legitimate user accounts with pending email deletion states. Alert on spike activity in the account registration and deletion APIs. Consider implementing rate limiting on registration endpoints to slow down bulk account creation attempts. Review user reports of account lockout incidents and correlate them with account deletion activities.

Why prioritize this

Assign this vulnerability high priority due to the combination of high CVSS score (7.5), zero authentication requirements, and immediate impact on user availability. The 30-day lockout window compounds the harm, making it a significant operational threat. While not yet in CISA's KEV catalog, the straightforward exploit path and potential for automated abuse make rapid patching critical for any organization running vulnerable versions.

Risk score, explained

The CVSS 3.1 score of 7.5 (HIGH) reflects a network-accessible vulnerability with low attack complexity, no privileges required, and high availability impact. The vector (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) captures that while confidentiality and integrity are unaffected, the availability impact is severe—legitimate users cannot access their accounts. The absence of user interaction and authentication requirements pushes the score into the high range despite the lack of data breach or integrity compromise.

Frequently asked questions

Can attackers lock out multiple users at once?

Yes. The attack requires no authentication or privileges, so an attacker can automate account registration and deletion against many target email addresses in parallel. Organizations with users on common corporate email domains are at particular risk of bulk targeting.

What happens to the legitimate user's email during the 30-day pending deletion window?

The email is locked in a pending deletion state, preventing the legitimate owner from using it to register a new account or recover an existing one. After 30 days, the pending deletion typically completes, but the user has been locked out for that entire period. The attacker's initial account under that email is deleted, but the damage to the legitimate user persists.

Does this vulnerability require network access or special infrastructure?

No. An attacker needs only the ability to reach Capgo's public registration and account deletion endpoints over the network, which is typically internet-accessible. No special privileges, authentication, or insider access is required.

Is there a temporary workaround if we cannot patch immediately?

Rate limiting on account registration endpoints can slow down bulk exploitation, but it does not close the underlying vulnerability. Email verification during registration would be the proper fix. Patching to version 12.128.2 or later is the only reliable mitigation; contact Capgo support if you need interim guidance.

This analysis is based on the published CVE record and vendor advisory data as of the last update. Security teams should verify all patch version numbers and remediation steps against official vendor documentation before deploying updates. Exploit code and weaponized proof-of-concepts are not included in this analysis. Risk assessments should be tailored to your specific Capgo deployment, user base, and organizational context. For additional details, consult the official Capgo security advisory and release notes. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).