CVE-2025-62361
BaseFortify
Publication date: 2025-10-13
Last updated on: 2025-10-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wegia | wegia | to 3.5.0 (exc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an Open Redirect in the WeGIA application prior to version 3.5.0. It occurs in the control.php endpoint, specifically in the nextPage parameter. An attacker can exploit this to redirect users to arbitrary external domains, which can be used for phishing, distributing malicious payloads, or stealing user credentials.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers to redirect your users to malicious websites. This can lead to phishing attacks, where users may be tricked into revealing sensitive information, distribution of malware, or theft of user credentials, potentially compromising user accounts and data.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.5.0 or later, as this version contains the fix for the Open Redirect vulnerability in the control.php endpoint's nextPage parameter.