CVE-2025-62178
BaseFortify
Publication date: 2025-10-13
Last updated on: 2025-10-20
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.1 (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 application prior to version 3.5.1. It occurs in the /html/atendido/cadastro_atendido_parentesco_pessoa_nova.php endpoint, where attackers can inject malicious scripts via the idatendido parameter. This allows the attacker to execute scripts in the context of the victim's browser.
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 malicious actions performed on behalf of the user. However, the CVSS score indicates a low severity with limited impact on confidentiality and integrity, and no impact on availability.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.5.1 or later, as this version contains the fix for the Reflected Cross-Site Scripting (XSS) vulnerability in the /html/atendido/cadastro_atendido_parentesco_pessoa_nova.php endpoint.