vendor:
Calibre
by:
Unknown
7.5
CVSS
HIGH
Cross-Site Scripting and Directory Traversal
79
CWE
Product Name: Calibre
Affected Version From: 0.7.34
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:calibre:calibre:0.7.34
Platforms Tested:
Unknown
Calibre Cross-Site Scripting and Directory Traversal Vulnerabilities
The Calibre software is prone to a cross-site scripting vulnerability and a directory-traversal vulnerability due to insufficient sanitization of user-supplied input. Exploiting these vulnerabilities allows an attacker to execute arbitrary script code in the browser of an unsuspecting user and view arbitrary local files and directories within the context of the webserver. This can lead to the theft of authentication credentials and other sensitive information, which can be used to launch further attacks.
Mitigation:
To mitigate these vulnerabilities, ensure that user-supplied input is properly sanitized before using it in any context. Implement input validation and filtering mechanisms to prevent the execution of malicious code. Additionally, restrict access to sensitive files and directories to prevent unauthorized access.