CVE-2025-55742
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-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 stored cross-site scripting (XSS) issue in the UnoPim system before version 0.2.1. It occurs due to a bypass in the SVG MIME type sanitizer at the /admin/settings/users/create endpoint, allowing malicious scripts to be stored and executed in the application.
How can this vulnerability impact me? :
The vulnerability can lead to an attacker executing arbitrary scripts in the context of the affected application, potentially resulting in data theft, session hijacking, or unauthorized actions with the privileges of the affected user. Given the high CVSS score, it can severely impact confidentiality, integrity, and availability.
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 stored cross-site scripting vulnerability via SVG MIME/sanitizer bypass in the /admin/settings/users/create endpoint.