CVE-2025-41080
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-05
Assigner: Spanish National Cybersecurity Institute, S.A. (INCIBE)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| seafile | seafile | to 12.0.14 (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 version 12.0.10. It allows an attacker to inject malicious code by sending a specially crafted POST request with a payload in the 'p' parameter to the '/api/v2.1/repos/{repo_id}/file/' endpoint. The malicious code is then stored and executed in the browser of any user who accesses the affected content.
How can this vulnerability impact me? :
The vulnerability can lead to arbitrary code execution in the victim's browser, which may result in theft of sensitive information, session hijacking, or other malicious actions performed on behalf of the user without their consent.