CVE-2025-58452
BaseFortify
Publication date: 2025-09-08
Last updated on: 2025-09-17
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.11 (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 application, specifically in the listar_despachos.php endpoint. It allows attackers to inject malicious scripts through the id_memorando parameter, which can then be executed in the context of a user's browser. This issue exists in versions prior to 3.4.11, which contains a patch to fix it.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the browsers of users who visit the affected endpoint with a crafted id_memorando parameter. This can lead to theft of user data, session hijacking, or other malicious actions performed on behalf of the user without their consent.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.4.11 or later, as this version contains a patch for the Reflected Cross-Site Scripting (XSS) vulnerability in the listar_despachos.php endpoint. Avoid using vulnerable versions prior to 3.4.11.