CVE-2025-57244
BaseFortify
Publication date: 2025-11-05
Last updated on: 2025-11-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openkm | openkm | 6.3.12 |
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 in OpenKM Community Edition 6.3.12 is a stored cross-site scripting (XSS) issue in the user account creation interface. Specifically, the Name field allows script tags to be entered, and the Email field is vulnerable when the POST request is modified to include encoded script tags, bypassing frontend validation. This means malicious scripts can be stored and later executed in the context of the application.
How can this vulnerability impact me? :
The stored XSS vulnerability can allow attackers to execute malicious scripts in the context of users of the OpenKM application. This can lead to session hijacking, theft of sensitive information, unauthorized actions performed on behalf of users, or distribution of malware.