CVE-2025-57764
BaseFortify
Publication date: 2025-08-21
Last updated on: 2025-08-22
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.7 (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 cargos.php endpoint. Attackers can inject malicious scripts into the msg_e parameter, which can then be executed in the context of a user's browser. This type of vulnerability can be exploited to perform actions like stealing session cookies or redirecting users to malicious sites. The issue was fixed in version 3.4.7 of WeGIA.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing attackers to execute malicious scripts in your browser when you visit a vulnerable WeGIA application. This can lead to theft of sensitive information such as session cookies, unauthorized actions performed on your behalf, or redirection to malicious websites. It poses a risk to user security and privacy.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.4.7 or later, as this version contains the fix for the Reflected Cross-Site Scripting (XSS) vulnerability in the cargos.php endpoint. Until the upgrade is applied, consider implementing input validation and output encoding on the msg_e parameter to reduce the risk of script injection.