CVE-2025-53821
BaseFortify
Publication date: 2025-07-14
Last updated on: 2025-07-18
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wegia | wegia | to 3.4.5 (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 issue in the WeGIA web application before version 3.4.5. It occurs because the control.php endpoint accepts a `nextPage` parameter that can be set to any arbitrary URL, allowing attackers to redirect users to potentially malicious sites without proper validation.
How can this vulnerability impact me? :
The vulnerability can lead to users being redirected to malicious websites, which can facilitate phishing attacks or other social engineering exploits. Although it does not directly compromise data confidentiality or availability, it can harm user trust and potentially lead to indirect security risks.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA web manager to version 3.4.5 or later, as this version contains a fix for the Open Redirect vulnerability in the control.php endpoint related to the nextPage parameter.