CVE-2026-56286
Deferred Deferred - Pending Action

Authentication Bypass in Capgo Account Deletion

Vulnerability report for CVE-2026-56286, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-30

Last updated on: 2026-07-01

Assigner: VulnCheck

Description

Capgo before 12.128.2 contains an authentication bypass vulnerability in the account deletion endpoint that allows deletion without password re-authentication or secondary verification. Attackers can delete user accounts via session hijacking, CSRF attacks, or parameter tampering, resulting in unauthorized account deletion, data loss, and denial-of-service.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-30
Last Modified
2026-07-01
Generated
2026-07-21
AI Q&A
2026-07-01
EPSS Evaluated
2026-07-19
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
capgo capgo to 12.128.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in Capgo versions before 12.128.2 and involves an authentication bypass in the account deletion endpoint.

It allows attackers to delete user accounts without requiring password re-authentication or secondary verification.

Attackers can exploit this vulnerability through session hijacking, Cross-Site Request Forgery (CSRF) attacks, or parameter tampering.

As a result, unauthorized account deletion can occur, leading to data loss and denial-of-service conditions.

Detection Guidance

Detection of this vulnerability involves monitoring for unauthorized or suspicious account deletion requests targeting the Capgo account deletion endpoint.

Since the vulnerability allows deletion without password re-authentication or secondary verification, unusual deletion activity without corresponding authentication events may indicate exploitation.

Commands or methods to detect this could include:

  • Reviewing web server or application logs for account deletion requests that lack password confirmation or secondary verification parameters.
  • Using network monitoring tools (e.g., tcpdump, Wireshark) to capture and analyze HTTP requests to the account deletion endpoint for suspicious patterns such as CSRF or parameter tampering.
  • Checking for session hijacking attempts by monitoring for multiple IP addresses or user agents using the same session token.
  • Example command to monitor HTTP requests to the deletion endpoint (assuming default logging):
  • grep 'DELETE /account/delete' /var/log/nginx/access.log
  • or
  • tcpdump -i eth0 -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep '/account/delete'
Impact Analysis

This vulnerability can have serious impacts including unauthorized deletion of user accounts.

Such unauthorized deletions can cause loss of important user data.

Additionally, it can lead to denial-of-service by disrupting normal account operations.

Compliance Impact

This vulnerability allows unauthorized deletion of user accounts without proper authentication or secondary verification, which can lead to data loss and denial-of-service.

Such unauthorized account deletions and potential data loss could negatively impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding user data and ensuring proper access controls.

Mitigation Strategies

Immediate mitigation steps include:

  • Upgrade Capgo to version 12.128.2 or later where the vulnerability is patched.
  • Implement password re-entry or secondary verification (such as MFA or OTP) before allowing account deletion.
  • Add CSRF protections to the account deletion endpoint to prevent unauthorized requests.
  • Consider implementing soft-delete with a grace period instead of immediate hard deletion to allow recovery from accidental or malicious deletions.
  • Enhance logging and audit trails to detect and respond to suspicious deletion activities.
  • Monitor sessions for hijacking attempts and enforce session freshness checks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56286. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart