Severity by source
AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L
AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:L
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
Lifecycle Timeline
4DescriptionGitHub Advisory
calibre is a cross-platform e-book manager for viewing, converting, editing, and cataloging e-books. Prior to 9.5.0, a path traversal vulnerability in the RocketBook (.rb) input plugin (src/calibre/ebooks/rb/reader.py) allows an attacker to write arbitrary files to any path writable by the calibre process when a user opens or converts a crafted .rb file. This is the same bug class fixed in CVE-2026-26065 for the PDB readers, but the fix was never applied to the RB reader. This vulnerability is fixed in 9.5.0.
AnalysisAI
Arbitrary file write vulnerability in Calibre's RocketBook input plugin enables attackers to write files to any location accessible by the Calibre process when a user opens or converts a malicious .rb file. The path traversal flaw affects versions prior to 9.5.0 and represents an unpatched instance of the same vulnerability class previously fixed in the PDB reader component. Local attackers can leverage this to corrupt files, modify configuration, or potentially achieve code execution depending on file system permissions.
Technical ContextAI
The vulnerability resides in the RocketBook (.rb) input plugin located at src/calibre/ebooks/rb/reader.py within the calibre e-book management suite. The root cause is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, also known as 'Path Traversal'), a classic file system traversal flaw where insufficient input validation on file paths allows an attacker to escape intended directory boundaries. The calibre application is identified by CPE 2.3:a:calibre:calibre. When processing .rb files, the plugin fails to properly validate or sanitize path components, potentially allowing directory traversal sequences (such as '../') embedded within crafted file entries to resolve to arbitrary filesystem locations. This is particularly dangerous because e-book conversion plugins run with the privileges of the calibre process, which typically has broad file system write access on user systems.
RemediationAI
Users should immediately upgrade calibre to version 9.5.0 or later, which includes the fix for the path traversal vulnerability in the RocketBook plugin. Until patching is completed, users should avoid opening or converting .rb files from untrusted sources (downloads from unfamiliar websites, unsolicited email attachments, or unverified repositories). System administrators managing calibre deployments can additionally restrict the file system permissions granted to the calibre process to limit the scope of potential damage from exploitation, though this is a compensating control rather than a primary fix. For organizations unable to upgrade immediately, consider disabling the RB input plugin entirely if .rb file support is not essential to business operations.
Remote code execution in Calibre 9.2.1 and earlier allows authenticated users to write arbitrary files via a path traver
Calibre versions 9.2.1 and below allow authenticated users to write arbitrary files with any extension to any writable l
Remote code execution in Calibre prior to version 9.2.0 through a path traversal flaw in the CHM reader allows local att
Calibre 9.1.0 and earlier contains a path traversal vulnerability in EPUB conversion that allows malicious EPUB files to
calibre is an e-book manager. [CVSS 7.8 HIGH]
gui2/viewer/bookmarkmanager.py in Calibre 3.18 calls cPickle.load on imported bookmark data, which allows remote attacke
Path traversal in Calibre <= 7.14.0 allow unauthenticated attackers to achieve arbitrary file read. Rated high severity
link_to_local_path in ebooks/conversion/plugins/html_input.py in calibre before 6.19.0 can, by default, add resources ou
calibre before 5.32.0 contains a regular expression that is vulnerable to ReDoS (Regular Expression Denial of Service) i
Unsanitized user-input in Calibre <= 7.15.0 allow users with permissions to perform full-text searches to achieve SQL in
HTTP response header injection in Calibre Content Server prior to version 9.4.0 permits authenticated users to inject ar
Unsanitized user-input in Calibre <= 7.15.0 allow attackers to perform reflected cross-site scripting. Rated medium seve
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
SUSE
Severity: HighShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-12069