CVE-2025-61604
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-10-07
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.0 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Cross-Site Request Forgery (CSRF) issue in WeGIA versions 3.4.12 and below. Specifically, the delete operation for the Almoxarifado entity can be triggered via an HTTP GET request without any CSRF protection. This means a malicious third-party website can cause a logged-in user to unknowingly perform the delete action using their authenticated session.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to delete Almoxarifado entities without the user's consent by tricking the user into visiting a malicious site. This could lead to unauthorized data deletion and potential disruption of operations within the affected web manager.
What immediate steps should I take to mitigate this vulnerability?
Upgrade WeGIA to version 3.5.0 or later, as this version fixes the CSRF vulnerability in the delete operation for the Almoxarifado entity. Until the upgrade can be performed, avoid accessing or allowing access to the vulnerable delete operation via HTTP GET requests, and consider implementing additional CSRF protections or restricting access to trusted users only.