CVE-2025-53935
BaseFortify
Publication date: 2025-07-16
Last updated on: 2025-07-25
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 'personalizacao_selecao.php' endpoint. It allows attackers to inject malicious scripts through the 'id' parameter, which can then be executed in the context of a user's browser. This can lead to unauthorized actions or data theft. The issue affects versions prior to 3.4.5, which fixed the vulnerability.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute malicious scripts in the context of your web application users. This can lead to theft of sensitive information such as cookies or session tokens, unauthorized actions performed on behalf of users, or distribution of malware. It can compromise user trust and the security of your 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.5 or later, as this version fixes the Reflected Cross-Site Scripting (XSS) vulnerability in the personalizacao_selecao.php endpoint.