CVE-2025-53822
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 'relatorio_geracao.php' endpoint. Attackers can inject malicious scripts through the 'tipo_relatorio' parameter, which can then be executed in the context of a user's browser when they visit a crafted URL. 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 the browsers of users who visit a specially crafted link. This can lead to theft of sensitive information such as cookies or session tokens, potentially allowing attackers to impersonate users or perform actions on their behalf. However, it does not impact system availability or integrity directly.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.4.5 or later, which includes a patch for the Reflected Cross-Site Scripting vulnerability in the relatorio_geracao.php endpoint. Avoid using vulnerable versions prior to 3.4.5.