CVE-2025-65516
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-11
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| seafile | seafile_server | to 13.0.12 (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 Seafile Community Edition versions prior to 13.0.12. It occurs when Seafile is configured with the Golang file server, allowing an attacker to upload a specially crafted SVG file containing malicious JavaScript. When a victim opens the public link to this file, the malicious script executes in their browser.
How can this vulnerability impact me? :
The vulnerability can lead to malicious JavaScript execution in the browsers of users who open the crafted SVG file via a public link. This can result in unauthorized actions, data theft, session hijacking, or other malicious activities performed in the context of the victim's browser session.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Seafile Community Edition to version 13.0.12 or later, as this version contains the fix for the stored cross-site scripting (XSS) vulnerability. Additionally, avoid sharing public links to SVG files until the upgrade is applied.