CVE-2025-55170
BaseFortify
Publication date: 2025-08-12
Last updated on: 2025-08-14
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.8 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a reflected cross-site scripting (XSS) issue in the WeGIA web manager application, specifically in the /html/alterar_senha.php endpoint. Attackers can inject malicious scripts through the 'verificacao' and 'redir_config' parameters, which can then be executed in the context of a user's browser. This can lead to unauthorized actions or data exposure. The vulnerability was fixed in version 3.4.8.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in users' browsers, potentially leading to theft of sensitive information, session hijacking, or other unauthorized actions performed on behalf of the user. This can compromise user data and trust in the application.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the WeGIA application to version 3.4.8 or later, where the reflected XSS vulnerability in the /html/alterar_senha.php endpoint has been patched.