PyPI package
calibreweb
pkg:pypi/calibreweb
Vulnerabilities (18)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2025-65858 | — | <= 0.6.25 | — | Dec 2, 2025 | A Stored Cross-Site Scripting (XSS) vulnerability in Calibre-Web v0.6.25 allows attackers to inject malicious JavaScript into the 'username' field during user creation. The payload is stored unsanitized and later executed when the /ajax/listusers endpoint is accessed. | ||
| CVE-2025-7404 | — | <= 0.6.24 | — | Jul 24, 2025 | Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Calibre Web, Autocaliweb allows Blind OS Command Injection.This issue affects Calibre Web: 0.6.24 (Nicolette); Autocaliweb: from 0.7.0 before 0.7.1. | ||
| CVE-2025-6998 | Hig | — | <= 0.6.24 | — | Jul 24, 2025 | ReDoS in strip_whitespaces() function in cps/string_helper.py in Calibre Web and Autocaliweb allows unauthenticated remote attackers to cause denial of service via specially crafted username parameter that triggers catastrophic backtracking during login. This issue affects Calibr | |
| CVE-2021-3988 | — | < 0.6.15 | 0.6.15 | 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 pr | ||
| CVE-2021-3987 | — | < 0.6.15 | 0.6.15 | Nov 15, 2024 | 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 pe | ||
| CVE-2021-3986 | — | < 0.6.15 | 0.6.15 | Nov 15, 2024 | A vulnerability in janeczku/calibre-web allows unauthorized users to view the names of private shelves belonging to other users. This issue occurs in the file shelf.py at line 221, where the name of the shelf is exposed in an error message when a user attempts to remove a book fr | ||
| CVE-2024-39123 | — | >= 0.6.0, <= 0.6.21 | — | Jul 19, 2024 | In janeczku Calibre-Web 0.6.0 to 0.6.21, the edit_book_comments function is vulnerable to Cross Site Scripting (XSS) due to improper sanitization performed by the clean_string function. The vulnerability arises from the way the clean_string function handles HTML sanitization. | ||
| CVE-2023-2106 | — | < 0.6.20 | 0.6.20 | Apr 15, 2023 | Weak Password Requirements in GitHub repository janeczku/calibre-web prior to 0.6.20. | ||
| CVE-2022-2525 | — | < 0.6.20 | 0.6.20 | Apr 15, 2023 | Improper Restriction of Excessive Authentication Attempts in GitHub repository janeczku/calibre-web prior to 0.6.20. | ||
| CVE-2022-30765 | — | < 0.6.18 | 0.6.18 | May 16, 2022 | Calibre-Web before 0.6.18 allows user table SQL Injection. | ||
| CVE-2022-0766 | — | < 0.6.17 | 0.6.17 | Mar 7, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17. | ||
| CVE-2022-0767 | — | < 0.6.17 | 0.6.17 | Mar 7, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17. | ||
| CVE-2022-0273 | — | < 0.6.16 | 0.6.16 | Jan 30, 2022 | Improper Access Control in Pypi calibreweb prior to 0.6.16. | ||
| CVE-2022-0339 | — | < 0.6.16 | 0.6.16 | Jan 30, 2022 | Server-Side Request Forgery (SSRF) in Pypi calibreweb prior to 0.6.16. | ||
| CVE-2022-0352 | — | < 0.6.16 | 0.6.16 | Jan 28, 2022 | Cross-site Scripting (XSS) - Reflected in Pypi calibreweb prior to 0.6.16. | ||
| CVE-2021-4164 | — | < 0.6.15 | 0.6.15 | Jan 17, 2022 | calibre-web is vulnerable to Cross-Site Request Forgery (CSRF) | ||
| CVE-2021-4171 | — | < 0.6.15 | 0.6.15 | Jan 17, 2022 | calibre-web is vulnerable to Business Logic Errors | ||
| CVE-2021-4170 | — | < 0.6.15 | 0.6.15 | Jan 16, 2022 | calibre-web is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
- CVE-2025-65858Dec 2, 2025affected <= 0.6.25
A Stored Cross-Site Scripting (XSS) vulnerability in Calibre-Web v0.6.25 allows attackers to inject malicious JavaScript into the 'username' field during user creation. The payload is stored unsanitized and later executed when the /ajax/listusers endpoint is accessed.
- CVE-2025-7404Jul 24, 2025affected <= 0.6.24
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in Calibre Web, Autocaliweb allows Blind OS Command Injection.This issue affects Calibre Web: 0.6.24 (Nicolette); Autocaliweb: from 0.7.0 before 0.7.1.
- affected <= 0.6.24
ReDoS in strip_whitespaces() function in cps/string_helper.py in Calibre Web and Autocaliweb allows unauthenticated remote attackers to cause denial of service via specially crafted username parameter that triggers catastrophic backtracking during login. This issue affects Calibr
- CVE-2021-3988Nov 15, 2024affected < 0.6.15fixed 0.6.15
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 pr
- CVE-2021-3987Nov 15, 2024affected < 0.6.15fixed 0.6.15
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 pe
- CVE-2021-3986Nov 15, 2024affected < 0.6.15fixed 0.6.15
A vulnerability in janeczku/calibre-web allows unauthorized users to view the names of private shelves belonging to other users. This issue occurs in the file shelf.py at line 221, where the name of the shelf is exposed in an error message when a user attempts to remove a book fr
- CVE-2024-39123Jul 19, 2024affected >= 0.6.0, <= 0.6.21
In janeczku Calibre-Web 0.6.0 to 0.6.21, the edit_book_comments function is vulnerable to Cross Site Scripting (XSS) due to improper sanitization performed by the clean_string function. The vulnerability arises from the way the clean_string function handles HTML sanitization.
- CVE-2023-2106Apr 15, 2023affected < 0.6.20fixed 0.6.20
Weak Password Requirements in GitHub repository janeczku/calibre-web prior to 0.6.20.
- CVE-2022-2525Apr 15, 2023affected < 0.6.20fixed 0.6.20
Improper Restriction of Excessive Authentication Attempts in GitHub repository janeczku/calibre-web prior to 0.6.20.
- CVE-2022-30765May 16, 2022affected < 0.6.18fixed 0.6.18
Calibre-Web before 0.6.18 allows user table SQL Injection.
- CVE-2022-0766Mar 7, 2022affected < 0.6.17fixed 0.6.17
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17.
- CVE-2022-0767Mar 7, 2022affected < 0.6.17fixed 0.6.17
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17.
- CVE-2022-0273Jan 30, 2022affected < 0.6.16fixed 0.6.16
Improper Access Control in Pypi calibreweb prior to 0.6.16.
- CVE-2022-0339Jan 30, 2022affected < 0.6.16fixed 0.6.16
Server-Side Request Forgery (SSRF) in Pypi calibreweb prior to 0.6.16.
- CVE-2022-0352Jan 28, 2022affected < 0.6.16fixed 0.6.16
Cross-site Scripting (XSS) - Reflected in Pypi calibreweb prior to 0.6.16.
- CVE-2021-4164Jan 17, 2022affected < 0.6.15fixed 0.6.15
calibre-web is vulnerable to Cross-Site Request Forgery (CSRF)
- CVE-2021-4171Jan 17, 2022affected < 0.6.15fixed 0.6.15
calibre-web is vulnerable to Business Logic Errors
- CVE-2021-4170Jan 16, 2022affected < 0.6.15fixed 0.6.15
calibre-web is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')