CVE-2025-53820
BaseFortify
Publication date: 2025-07-14
Last updated on: 2025-07-15
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-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 'index.php' endpoint. Attackers can inject malicious scripts through the 'erro' parameter, which can then be executed in the context of a user's browser. This affects versions prior to 3.4.5, which has a patch for this issue.
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 such as cookies or session tokens, or performing actions on behalf of the user without their consent. This can compromise user security and trust in the application.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.4.5 or later, as this version contains a patch that fixes the Reflected Cross-Site Scripting (XSS) vulnerability in the `index.php` endpoint related to the `erro` parameter.