Description
Capgo before 12.128.2 contains an improper validation vulnerability in the accept_invitation endpoint that creates user accounts before captcha validation is enforced. Attackers can bypass captcha protection by sending POST requests with invalid captcha tokens to create unwanted accounts and burn invite links.
Published: 2026-07-10
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Capgo prior to version 12.128.2 contains an improper validation flaw in the accept_invitation endpoint that allows account creation before captcha verification is enforced. As a result, attackers can submit POST requests with invalid or missing captcha tokens to create unauthorized user accounts and consume invitation links without authorization, which aligns with CWE-287, an authentication bypass weakness. This flaw can be exploited to flood the system with bogus accounts or to exhaust invitation limits, undermining the integrity of user management.

Affected Systems

All deployments of Capgo that have not applied a release newer than 12.128.2 are affected. The vulnerability is present in the core server logic regardless of operating system, container runtime, or cloud hosting environment; thus, any user hosting that version is potentially exposed.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, while the EPSS score of less than 1% suggests a low current likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attacks do not require privileged credentials or sophisticated tooling; attackers only need to know the accept_invitation endpoint URL and the ability to send standard HTTP POST requests, indicating a low barrier to entry and making the vulnerability relatively easy to exploit if the conditions are met.

Generated by OpenCVE AI on July 29, 2026 at 10:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Capgo to version 12.128.3 or later, where captcha validation is correctly enforced before account creation.
  • If an immediate upgrade is not possible, apply a server‑side rate‑limit on the accept_invitation endpoint to curtail rapid account creation and limit the burning of invitation links.
  • Configure an API gateway or WAF rule to reject POST requests to accept_invitation that lack a valid captcha token, ensuring that only properly validated requests reach the application.
  • Monitor account‑creation logs for anomalous activity and investigate any burst of new accounts that do not align with expected invitation usage.

Generated by OpenCVE AI on July 29, 2026 at 10:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 14:45:00 +0000

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

Fri, 10 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description Capgo before 12.128.2 contains an improper validation vulnerability in the accept_invitation endpoint that creates user accounts before captcha validation is enforced. Attackers can bypass captcha protection by sending POST requests with invalid captcha tokens to create unwanted accounts and burn invite links.
Title Capgo - Account Creation Before CAPTCHA Validation in accept_invitation Endpoint
Weaknesses CWE-287
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-10T17:01:05.178Z

Reserved: 2026-06-20T12:53:19.893Z

Link: CVE-2026-56312

cve-icon Vulnrichment

Updated: 2026-07-10T16:49:37.205Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:00:13Z

Weaknesses