CVE-2026-56332
Received Received - Intake
Open Redirect Vulnerability in Capgo Before 12.128.2

Publication date: 2026-06-20

Last updated on: 2026-06-20

Assigner: VulnCheck

Description
Capgo before 12.128.2 contains an open redirect vulnerability in the confirm-signup endpoint that allows attackers to redirect users to arbitrary external websites. The confirmation_url parameter is not validated, enabling attackers to craft malicious links for phishing and credential harvesting attacks.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-20
Last Modified
2026-06-20
Generated
2026-06-20
AI Q&A
2026-06-20
EPSS Evaluated
N/A
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-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2026-56332 is an open redirect vulnerability found in Capgo versions before 12.128.2. It exists in the confirm-signup endpoint where the confirmation_url parameter is not properly validated.

This flaw allows attackers to craft malicious links that redirect users to arbitrary external websites, potentially leading to phishing, credential harvesting, or malware distribution attacks.

Impact Analysis

The vulnerability can be exploited by attackers to redirect users to malicious external sites by manipulating the confirmation_url parameter.

  • Users may be exposed to phishing attacks where attackers impersonate trusted entities to steal credentials.
  • There is a risk of malware distribution through the crafted malicious links.
  • Credential harvesting attacks can occur, compromising user accounts and sensitive information.
Mitigation Strategies

To mitigate this vulnerability, you should upgrade Capgo to version 12.128.2 or later, where the open redirect issue in the confirm-signup endpoint has been patched.

Avoid using or sharing links that include the confirmation_url parameter until the update is applied, as these can be manipulated for phishing or credential harvesting attacks.

Compliance Impact

The vulnerability allows attackers to redirect users to arbitrary external websites via the confirmation_url parameter, which can be exploited for phishing and credential harvesting attacks.

Such attacks could potentially lead to unauthorized access to personal or sensitive data, which may impact compliance with standards and regulations like GDPR and HIPAA that require protection of user data and prevention of phishing or credential theft.

However, the provided information does not explicitly discuss the direct impact of this vulnerability on compliance with these standards.

Detection Guidance

This vulnerability involves an open redirect in the confirm-signup endpoint of Capgo versions before 12.128.2, specifically through the confirmation_url parameter. Detection can focus on identifying requests to this endpoint that include suspicious or external URLs in the confirmation_url parameter.

To detect potential exploitation attempts on your network or system, you can monitor HTTP requests for the confirm-signup endpoint and inspect the confirmation_url parameter for untrusted or external domains.

Example commands to detect such attempts might include:

  • Using grep on web server logs to find requests to the confirm-signup endpoint with the confirmation_url parameter: grep -i 'confirm-signup' /var/log/nginx/access.log | grep 'confirmation_url='
  • Using a network packet capture tool like tshark to filter HTTP requests containing the confirmation_url parameter: tshark -Y 'http.request.uri contains "confirmation_url="' -T fields -e http.host -e http.request.uri
  • Using curl or a similar tool to test the endpoint manually by sending crafted URLs and observing redirection behavior: curl -v 'https://your-capgo-instance/confirm-signup?confirmation_url=http://malicious.example.com'

Monitoring for unexpected redirects or unusual external URLs in logs or traffic can help identify exploitation attempts.

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