vendor:
Calibre-web
by:
Pentest-Tools.com (Catalin Iovita & Alexandru Postolache)
6.1
CVSS
HIGH
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Calibre-web
Affected Version From: 2000.6.21
Affected Version To: 2000.6.21
Patch Exists: NO
Related CWE: CVE-2024-39123
CPE: a:janeczku:calibre-web:0.6.21
Platforms Tested: Linux
2024
Stored XSS in Calibre-web
Calibre-web 0.6.21 is vulnerable to a Stored Cross-Site Scripting (XSS) vulnerability. This allows an attacker to insert malicious scripts stored on the server and run in the context of another user's session. By exploiting this vulnerability, an attacker can execute arbitrary scripts in the victim's browser.
Mitigation:
To mitigate this vulnerability, sanitize and validate user input before storing it in the database. Implement Content Security Policy (CSP) headers to prevent the execution of unauthorized scripts.