CVE-2025-65858
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-02
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| calibre-web | calibre-web | 0.6.25 |
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 Calibre-Web v0.6.25 where attackers can inject malicious JavaScript code into the 'username' field during user creation. The injected code is stored without proper sanitization and is executed later when the /ajax/listusers endpoint is accessed.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute malicious scripts in the context of the affected application, potentially leading to unauthorized actions, data theft, session hijacking, or other malicious activities when users access the /ajax/listusers endpoint.