calibre-ebook CVE Vulnerabilities & Metrics

Focus on calibre-ebook vulnerabilities and metrics.

Last updated: 08 Mar 2026, 23:25 UTC

About calibre-ebook Security Exposure

This page consolidates all known Common Vulnerabilities and Exposures (CVEs) associated with calibre-ebook. We track both calendar-based metrics (using fixed periods) and rolling metrics (using gliding windows) to give you a comprehensive view of security trends and risk evolution. Use these insights to assess risk and plan your patching strategy.

For a broader perspective on cybersecurity threats, explore the comprehensive list of CVEs by vendor and product. Stay updated on critical vulnerabilities affecting major software and hardware providers.

Global CVE Overview

Total calibre-ebook CVEs: 17
Earliest CVE date: 16 Mar 2017, 15:59 UTC
Latest CVE date: 27 Feb 2026, 20:21 UTC

Latest CVE reference: CVE-2026-27824

Rolling Stats

30-day Count (Rolling): 4
365-day Count (Rolling): 7

Calendar-based Variation

Calendar-based Variation compares a fixed calendar period (e.g., this month versus the same month last year), while Rolling Growth Rate uses a continuous window (e.g., last 30 days versus the previous 30 days) to capture trends independent of calendar boundaries.

Variations & Growth

Month Variation (Calendar): 33.33%
Year Variation (Calendar): 133.33%

Month Growth Rate (30-day Rolling): 33.33%
Year Growth Rate (365-day Rolling): 133.33%

Monthly CVE Trends (current vs previous Year)

Annual CVE Trends (Last 20 Years)

Critical calibre-ebook CVEs (CVSS ≥ 9) Over 20 Years

CVSS Stats

Average CVSS: 2.67

Max CVSS: 10.0

Critical CVEs (≥9): 3

CVSS Range vs. Count

Range Count
0.0-3.9 11
4.0-6.9 3
7.0-8.9 0
9.0-10.0 3

CVSS Distribution Chart

Top 5 Highest CVSS calibre-ebook CVEs

These are the five CVEs with the highest CVSS scores for calibre-ebook, sorted by severity first and recency.

All CVEs for calibre-ebook

CVE-2026-27824 calibre-ebook vulnerability CVSS: 0 27 Feb 2026, 20:21 UTC

calibre is a cross-platform e-book manager for viewing, converting, editing, and cataloging e-books. Prior to version 9.4.0, the calibre Content Server's brute-force protection mechanism uses a ban key derived from both `remote_addr` and the `X-Forwarded-For` header. Since the `X-Forwarded-For` header is read directly from the HTTP request without any validation or trusted-proxy configuration, an attacker can bypass IP-based bans by simply changing or adding this header, rendering the brute-force protection completely ineffective. This is particularly dangerous for calibre servers exposed to the internet, where brute-force protection is the primary defense against credential stuffing and password guessing attacks. Version 9.4.0 contains a fix for the issue.

CVE-2026-27810 calibre-ebook vulnerability CVSS: 0 27 Feb 2026, 20:21 UTC

calibre is a cross-platform e-book manager for viewing, converting, editing, and cataloging e-books. Prior to version 9.4.0, an HTTP Response Header Injection vulnerability in the calibre Content Server allows any authenticated user to inject arbitrary HTTP headers into server responses via an unsanitized `content_disposition` query parameter in the `/get/` and `/data-files/get/` endpoints. All users running the calibre Content Server with authentication enabled are affected. The vulnerability is exploitable by any authenticated user and can also be triggered by tricking an authenticated victim into clicking a crafted link. Version 9.4.0 contains a fix for the issue.

CVE-2026-26065 calibre-ebook vulnerability CVSS: 0 20 Feb 2026, 02:16 UTC

calibre is a cross-platform e-book manager for viewing, converting, editing, and cataloging e-books. Versions 9.2.1 and below are vulnerable to Path Traversal through PDB readers (both 132-byte and 202-byte header variants) that allow arbitrary file writes with arbitrary extension and arbitrary content anywhere the user has write permissions. Files are written in 'wb' mode, silently overwriting existing files. This can lead to potential code execution and Denial of Service through file corruption. This issue has been fixed in version 9.3.0.

CVE-2026-26064 calibre-ebook vulnerability CVSS: 0 20 Feb 2026, 02:16 UTC

calibre is a cross-platform e-book manager for viewing, converting, editing, and cataloging e-books. Versions 9.2.1 and below contain a Path Traversal vulnerability that allows arbitrary file writes anywhere the user has write permissions. On Windows, this leads to Remote Code Execution by writing a payload to the Startup folder, which executes on next login. Function extract_pictures only checks startswith('Pictures'), and does not sanitize '..' sequences. calibre's own ZipFile.extractall() in utils/zipfile.py does sanitize '..' via _get_targetpath(), but extract_pictures() bypasses this by using manual zf.read() + open(). This issue has been fixed in version 9.3.0.

CVE-2026-25731 calibre-ebook vulnerability CVSS: 0 06 Feb 2026, 21:16 UTC

calibre is an e-book manager. Prior to 9.2.0, a Server-Side Template Injection (SSTI) vulnerability in Calibre's Templite templating engine allows arbitrary code execution when a user converts an ebook using a malicious custom template file via the --template-html or --template-html-index command-line options. This vulnerability is fixed in 9.2.0.

CVE-2026-25636 calibre-ebook vulnerability CVSS: 0 06 Feb 2026, 21:16 UTC

calibre is an e-book manager. In 9.1.0 and earlier, a path traversal vulnerability in Calibre's EPUB conversion allows a malicious EPUB file to corrupt arbitrary existing files writable by the Calibre process. During conversion, Calibre resolves CipherReference URI from META-INF/encryption.xml to an absolute filesystem path and opens it in read-write mode, even when it points outside the conversion extraction directory. This vulnerability is fixed in 9.2.0.

CVE-2026-25635 calibre-ebook vulnerability CVSS: 0 06 Feb 2026, 21:16 UTC

calibre is an e-book manager. Prior to 9.2.0, Calibre's CHM reader contains a path traversal vulnerability that allows arbitrary file writes anywhere the user has write permissions. On Windows (haven't tested on other OS's), this can lead to Remote Code Execution by writing a payload to the Startup folder, which executes on next login. This vulnerability is fixed in 9.2.0.

CVE-2024-7009 calibre-ebook vulnerability CVSS: 0 06 Aug 2024, 04:16 UTC

Unsanitized user-input in Calibre <= 7.15.0 allow users with permissions to perform full-text searches to achieve SQL injection on the SQLite database.

CVE-2024-7008 calibre-ebook vulnerability CVSS: 0 06 Aug 2024, 04:16 UTC

Unsanitized user-input in Calibre <= 7.15.0 allow attackers to perform reflected cross-site scripting.

CVE-2024-6781 calibre-ebook vulnerability CVSS: 0 06 Aug 2024, 04:16 UTC

Path traversal in Calibre <= 7.14.0 allow unauthenticated attackers to achieve arbitrary file read.

CVE-2023-46303 calibre-ebook vulnerability CVSS: 0 22 Oct 2023, 18:15 UTC

link_to_local_path in ebooks/conversion/plugins/html_input.py in calibre before 6.19.0 can, by default, add resources outside of the document root.

CVE-2021-44686 calibre-ebook vulnerability CVSS: 5.0 07 Dec 2021, 00:15 UTC

calibre before 5.32.0 contains a regular expression that is vulnerable to ReDoS (Regular Expression Denial of Service) in html_preprocess_rules in ebooks/conversion/preprocess.py.

CVE-2011-4126 calibre-ebook vulnerability CVSS: 9.3 27 Oct 2021, 01:15 UTC

Race condition issues were found in Calibre at devices/linux_mount_helper.c allowing unprivileged users the ability to mount any device to anywhere.

CVE-2011-4125 calibre-ebook vulnerability CVSS: 10.0 27 Oct 2021, 01:15 UTC

A untrusted search path issue was found in Calibre at devices/linux_mount_helper.c leading to the ability of unprivileged users to execute any program as root.

CVE-2011-4124 calibre-ebook vulnerability CVSS: 10.0 27 Oct 2021, 01:15 UTC

Input validation issues were found in Calibre at devices/linux_mount_helper.c which can lead to argument injection and elevation of privileges.

CVE-2018-7889 calibre-ebook vulnerability CVSS: 6.8 08 Mar 2018, 21:29 UTC

gui2/viewer/bookmarkmanager.py in Calibre 3.18 calls cPickle.load on imported bookmark data, which allows remote attackers to execute arbitrary code via a crafted .pickle file, as demonstrated by Python code that contains an os.system call.

CVE-2016-10187 calibre-ebook vulnerability CVSS: 4.3 16 Mar 2017, 15:59 UTC

The E-book viewer in calibre before 2.75 allows remote attackers to read arbitrary files via a crafted epub file with JavaScript.