CVE-2025-55744
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 |
|---|---|---|
| webkul | unopim | to 0.2.1 (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 affecting some endpoints of the UnoPim application before version 0.2.1. CSRF allows an attacker to trick a user into performing unwanted actions on a web application in which they are authenticated, potentially leading to unauthorized operations.
How can this vulnerability impact me? :
The vulnerability can allow attackers to perform unauthorized actions on behalf of authenticated users without their consent, potentially leading to data manipulation or other unintended operations within the UnoPim system.
What immediate steps should I take to mitigate this vulnerability?
Upgrade UnoPim to version 0.2.1 or later, as this version contains the fix for the Cross Site Request Forgery (CSRF) vulnerability affecting some endpoints in earlier versions.