Cross-site Scripting (XSS) - DOM in janeczku/calibre-web
Moderate severity
GitHub Reviewed
Published
Nov 15, 2024
to the GitHub Advisory Database
•
Updated Nov 15, 2024
Description
Published by the National Vulnerability Database
Nov 15, 2024
Published to the GitHub Advisory Database
Nov 15, 2024
Reviewed
Nov 15, 2024
Last updated
Nov 15, 2024
A Cross-site Scripting (XSS) vulnerability exists in janeczku/calibre-web, specifically in the file
edit_books.js
. The vulnerability occurs when editing book properties, such as uploading a cover or a format. The affected code directly inserts user input into the DOM without proper sanitization, allowing attackers to execute arbitrary JavaScript code. This can lead to various attacks, including stealing cookies. The issue is present in the code handling the#btn-upload-cover
change event.References