CVE-2025-51462
BaseFortify
Publication date: 2025-07-22
Last updated on: 2025-10-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| infiniflow | ragflow | 0.17.2 |
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 api.apps.dialog_app.set_dialog function of RAGFlow version 0.17.2. It allows remote attackers to execute arbitrary JavaScript code by submitting crafted input to the assistant greeting field. The input is stored without proper sanitization and later rendered using a markdown component that processes raw HTML, enabling the malicious script to run in users' browsers.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary JavaScript in the context of the affected application, potentially leading to theft of user credentials, session hijacking, defacement, or other malicious actions. Since the attack is stored, it can affect multiple users who view the compromised content, increasing the impact.