CVE-2025-61606
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-10-07
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 WeGIA versions 3.4.12 and below, specifically in the control.php endpoint's nextPage parameter. It allows attackers to redirect users to arbitrary external domains, which can be exploited for phishing, distributing malicious payloads, or stealing user credentials. The issue is fixed in version 3.5.0.
How can this vulnerability impact me? :
The vulnerability can impact you by enabling attackers to redirect your users to malicious websites. This can lead to phishing attacks, where users may be tricked into providing 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 WeGIA to version 3.5.0 or later, as this version contains the fix for the Open Redirect vulnerability in the control.php endpoint. Until the upgrade can be performed, avoid using or exposing the vulnerable nextPage parameter to untrusted input to reduce the risk of exploitation.