Vulnerabilities (CVE)

Filtered by vendor Janeczku Subscribe
Filtered by product Calibre-web
Total 22 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-3987 1 Janeczku 1 Calibre-web 2024-11-19 N/A 4.3 MEDIUM
An improper access control vulnerability exists in janeczku/calibre-web. The affected version allows users without public shelf permissions to create public shelves. The vulnerability is due to the `create_shelf` method in `shelf.py` not verifying if the user has the necessary permissions to create a public shelf. This issue can lead to unauthorized actions being performed by users.
CVE-2021-3988 1 Janeczku 1 Calibre-web 2024-11-19 N/A 6.1 MEDIUM
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.