Calibre Web
by Janeczku
Source repositories
CVEs (23)
| CVE | Vendor / Product | Sev | Risk | CVSS | EPSS | KEV | Published | Description |
|---|---|---|---|---|---|---|---|---|
| CVE-2026-7709 | Med | 0.41 | 6.3 | 0.00 | May 3, 2026 | A vulnerability was identified in janeczku Calibre-Web up to 0.6.26. The impacted element is the function generate_auth_token of the file cps/kobo_auth.py of the component Endpoint. Such manipulation of the argument user_id leads to improper authorization. The attack may be… | ||
| CVE-2024-39123 | 0.01 | — | 0.23 | 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-2025-65858 | 0.00 | — | 0.00 | 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-2021-3988 | 0.00 | — | 0.00 | 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… | |||
| CVE-2021-3987 | 0.00 | — | 0.00 | 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… | |||
| CVE-2021-3986 | 0.00 | — | 0.00 | 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… | |||
| CVE-2022-2525 | 0.00 | — | 0.01 | Apr 15, 2023 | Improper Restriction of Excessive Authentication Attempts in GitHub repository janeczku/calibre-web prior to 0.6.20. | |||
| CVE-2023-2106 | 0.00 | — | 0.01 | Apr 15, 2023 | Weak Password Requirements in GitHub repository janeczku/calibre-web prior to 0.6.20. | |||
| CVE-2022-0990 | 0.00 | — | 0.01 | Apr 4, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.18. | |||
| CVE-2022-0939 | 0.00 | — | 0.01 | Apr 4, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.18. | |||
| CVE-2022-0406 | 0.00 | — | 0.01 | Apr 3, 2022 | Improper Authorization in GitHub repository janeczku/calibre-web prior to 0.6.16. | |||
| CVE-2022-0405 | 0.00 | — | 0.01 | Apr 3, 2022 | Improper Access Control in GitHub repository janeczku/calibre-web prior to 0.6.16. | |||
| CVE-2022-0766 | 0.00 | — | 0.01 | Mar 7, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17. | |||
| CVE-2022-0767 | 0.00 | — | 0.01 | Mar 7, 2022 | Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17. | |||
| CVE-2022-0273 | 0.00 | — | 0.01 | Jan 30, 2022 | Improper Access Control in Pypi calibreweb prior to 0.6.16. | |||
| CVE-2022-0339 | 0.00 | — | 0.01 | Jan 30, 2022 | Server-Side Request Forgery (SSRF) in Pypi calibreweb prior to 0.6.16. | |||
| CVE-2022-0352 | 0.00 | — | 0.01 | Jan 28, 2022 | Cross-site Scripting (XSS) - Reflected in Pypi calibreweb prior to 0.6.16. | |||
| CVE-2021-4164 | 0.00 | — | 0.01 | Jan 17, 2022 | calibre-web is vulnerable to Cross-Site Request Forgery (CSRF) | |||
| CVE-2021-4171 | 0.00 | — | 0.01 | Jan 17, 2022 | calibre-web is vulnerable to Business Logic Errors | |||
| CVE-2021-4170 | 0.00 | — | 0.01 | Jan 16, 2022 | calibre-web is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') |
- risk 0.41cvss 6.3epss 0.00
A vulnerability was identified in janeczku Calibre-Web up to 0.6.26. The impacted element is the function generate_auth_token of the file cps/kobo_auth.py of the component Endpoint. Such manipulation of the argument user_id leads to improper authorization. The attack may be…
- CVE-2024-39123Jul 19, 2024risk 0.01cvss —epss 0.23
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-2025-65858Dec 2, 2025risk 0.00cvss —epss 0.00
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-2021-3988Nov 15, 2024risk 0.00cvss —epss 0.00
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…
- CVE-2021-3987Nov 15, 2024risk 0.00cvss —epss 0.00
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…
- CVE-2021-3986Nov 15, 2024risk 0.00cvss —epss 0.00
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…
- CVE-2022-2525Apr 15, 2023risk 0.00cvss —epss 0.01
Improper Restriction of Excessive Authentication Attempts in GitHub repository janeczku/calibre-web prior to 0.6.20.
- CVE-2023-2106Apr 15, 2023risk 0.00cvss —epss 0.01
Weak Password Requirements in GitHub repository janeczku/calibre-web prior to 0.6.20.
- CVE-2022-0990Apr 4, 2022risk 0.00cvss —epss 0.01
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.18.
- CVE-2022-0939Apr 4, 2022risk 0.00cvss —epss 0.01
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.18.
- CVE-2022-0406Apr 3, 2022risk 0.00cvss —epss 0.01
Improper Authorization in GitHub repository janeczku/calibre-web prior to 0.6.16.
- CVE-2022-0405Apr 3, 2022risk 0.00cvss —epss 0.01
Improper Access Control in GitHub repository janeczku/calibre-web prior to 0.6.16.
- CVE-2022-0766Mar 7, 2022risk 0.00cvss —epss 0.01
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17.
- CVE-2022-0767Mar 7, 2022risk 0.00cvss —epss 0.01
Server-Side Request Forgery (SSRF) in GitHub repository janeczku/calibre-web prior to 0.6.17.
- CVE-2022-0273Jan 30, 2022risk 0.00cvss —epss 0.01
Improper Access Control in Pypi calibreweb prior to 0.6.16.
- CVE-2022-0339Jan 30, 2022risk 0.00cvss —epss 0.01
Server-Side Request Forgery (SSRF) in Pypi calibreweb prior to 0.6.16.
- CVE-2022-0352Jan 28, 2022risk 0.00cvss —epss 0.01
Cross-site Scripting (XSS) - Reflected in Pypi calibreweb prior to 0.6.16.
- CVE-2021-4164Jan 17, 2022risk 0.00cvss —epss 0.01
calibre-web is vulnerable to Cross-Site Request Forgery (CSRF)
- CVE-2021-4171Jan 17, 2022risk 0.00cvss —epss 0.01
calibre-web is vulnerable to Business Logic Errors
- CVE-2021-4170Jan 16, 2022risk 0.00cvss —epss 0.01
calibre-web is vulnerable to Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Page 1 of 2