CVE-2025-62359
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 | From 3.4.11 (inc) to 3.5.0 (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 prior to version 3.5.0. It occurs in the /pet/profile_pet.php?id_pet= endpoint, where an attacker can inject malicious scripts via the id_pet parameter. When a user accesses a crafted URL, the malicious script is reflected back and executed in the user's browser.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of the victim's browser. This can lead to theft of sensitive information such as cookies or session tokens, unauthorized actions performed on behalf of the user, or distribution of malware. It compromises the security and trustworthiness of the application.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
This vulnerability can negatively impact compliance with standards like GDPR and HIPAA because it may lead to unauthorized access or disclosure of personal or sensitive data through exploitation of the XSS flaw. Organizations are required to protect user data and ensure application security, so failing to address this vulnerability could result in non-compliance.
What immediate steps should I take to mitigate this vulnerability?
Upgrade the WeGIA application to version 3.5.0 or later, as this version contains the fix for the Reflected Cross-Site Scripting (XSS) vulnerability in the /pet/profile_pet.php?id_pet= endpoint.