The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-30853

CVE-2026-30853: Calibre-ebook Path Traversal Vulnerability

CVE-2026-30853 is a path traversal vulnerability in Calibre-ebook's RocketBook plugin that lets attackers write arbitrary files when users open crafted .rb files. This article covers technical details, affected versions, and fixes.

Published: March 20, 2026

CVE-2026-30853 Overview

CVE-2026-30853 is a path traversal vulnerability discovered in calibre, a cross-platform e-book manager used for viewing, converting, editing, and cataloging e-books. The vulnerability exists in the RocketBook (.rb) input plugin located in src/calibre/ebooks/rb/reader.py. When a user opens or converts a specially crafted .rb file, an attacker can exploit this flaw to write arbitrary files to any path writable by the calibre process.

This vulnerability represents the same bug class that was previously fixed in CVE-2026-26065 for the PDB readers, but the fix was never applied to the RB reader component, leaving it exposed to the same attack vector.

Critical Impact

Arbitrary file write capability allows attackers to potentially overwrite critical system files, plant malicious executables, or establish persistence mechanisms when users interact with malicious e-book files.

Affected Products

  • calibre-ebook calibre versions prior to 9.5.0

Discovery Timeline

  • 2026-03-13 - CVE CVE-2026-30853 published to NVD
  • 2026-03-18 - Last updated in NVD database

Technical Details for CVE-2026-30853

Vulnerability Analysis

This path traversal vulnerability (CWE-22) in calibre's RocketBook reader allows attackers to escape the intended directory structure and write files to arbitrary locations. The vulnerability requires local access and user interaction—specifically, the victim must open or convert a maliciously crafted .rb e-book file. Despite requiring user interaction, the scope of impact extends beyond the vulnerable component, potentially affecting the confidentiality and availability of the entire system.

The vulnerability is particularly concerning because it enables arbitrary file writes, which can lead to various attack scenarios including code execution through overwriting executable files, configuration tampering, or denial of service through destruction of critical files.

Root Cause

The root cause lies in insufficient input validation within the RocketBook reader implementation at src/calibre/ebooks/rb/reader.py. The reader fails to properly sanitize file paths contained within .rb files before writing content to the filesystem. This allows path traversal sequences (such as ../) embedded in the malicious file to escape the expected output directory and target arbitrary locations accessible by the calibre process.

This is a regression-style vulnerability where a fix applied to the PDB readers for CVE-2026-26065 was not consistently applied across all similar input plugins, demonstrating the importance of comprehensive security fixes across related codebases.

Attack Vector

The attack requires local access to deliver the malicious .rb file to the victim. An attacker must craft a RocketBook file containing manipulated path entries with directory traversal sequences. When the victim uses calibre to open or convert this file, the application writes embedded content to attacker-specified paths outside the intended output directory.

The vulnerability manifests during the file parsing and extraction process within the RocketBook reader. When the reader processes the internal file structure of an .rb file, it extracts and writes content based on path information embedded in the file format. By including path traversal sequences in these embedded paths, an attacker can direct writes to arbitrary filesystem locations accessible to the calibre process. For technical details and specific implementation information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-30853

Indicators of Compromise

  • Unexpected file modifications or creation in directories outside calibre's normal working directories
  • Presence of .rb files from untrusted sources in user download folders or email attachments
  • System log entries showing calibre process writing to unusual filesystem locations
  • New or modified executable files, scripts, or configuration files coinciding with calibre usage

Detection Strategies

  • Monitor file system activity from calibre processes for writes outside expected library and output directories
  • Implement application allowlisting to detect unauthorized file modifications by calibre
  • Deploy endpoint detection rules that alert on path traversal patterns (../) in file operations initiated by e-book management applications
  • Use SentinelOne's behavioral AI to detect anomalous file write patterns from trusted applications

Monitoring Recommendations

  • Enable detailed file integrity monitoring on critical system directories and application installation paths
  • Configure alerts for calibre process activity writing to system directories, startup folders, or scheduled task locations
  • Review and audit .rb files before opening, particularly those received from external sources
  • Monitor for creation of new files in user profile directories (such as startup folders) following calibre execution

How to Mitigate CVE-2026-30853

Immediate Actions Required

  • Upgrade calibre to version 9.5.0 or later immediately
  • Avoid opening or converting .rb files from untrusted or unknown sources until the patch is applied
  • Run calibre with least privilege—avoid running as administrator or root user
  • Review recent file system activity if suspicious .rb files have been processed

Patch Information

The vulnerability is fixed in calibre version 9.5.0. Users should upgrade to this version or later to remediate the vulnerability. The patch applies proper path sanitization to the RocketBook reader, preventing directory traversal sequences from escaping the intended output directory.

For detailed patch information and security advisory details, refer to the GitHub Security Advisory GHSA-7mp7-rfrg-542x.

Workarounds

  • Temporarily disable or avoid using the RocketBook import functionality until the patch can be applied
  • Process only .rb files from trusted publishers and verified sources
  • Run calibre in a sandboxed environment or container to limit filesystem access
  • Implement application-level firewall rules to restrict calibre's filesystem write capabilities to designated library directories
bash
# Example: Running calibre with restricted permissions using firejail (Linux)
firejail --whitelist=/home/user/calibre-library calibre

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCalibre

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33206: Calibre E-book Path Traversal Vulnerability

  • CVE-2026-26064: Calibre Path Traversal Vulnerability

  • CVE-2026-26065: Calibre-ebook Path Traversal Vulnerability

  • CVE-2026-25636: Calibre Path Traversal Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English