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-33205

CVE-2026-33205: Calibre E-Book Manager SSRF Vulnerability

CVE-2026-33205 is an SSRF flaw in Calibre e-book manager that allows attackers to perform blind GET requests to arbitrary URLs and exfiltrate data from the ebook sandbox. This article covers technical details, impact, and patches.

Published: April 3, 2026

CVE-2026-33205 Overview

CVE-2026-33205 is a Server-Side Request Forgery (SSRF) vulnerability discovered in Calibre, a popular cross-platform e-book manager used for viewing, converting, editing, and cataloging e-books. The vulnerability exists in the background-image endpoint of Calibre's web view component, allowing attackers to perform blind GET requests to arbitrary URLs and exfiltrate information from the ebook sandbox.

Critical Impact

Attackers can leverage this SSRF vulnerability to make unauthorized requests from the Calibre application, potentially accessing internal network resources or exfiltrating sensitive data from the ebook sandbox environment.

Affected Products

  • Calibre e-book manager versions prior to 9.6.0
  • calibre-ebook calibre (all platforms)
  • Calibre web view component with background-image endpoint

Discovery Timeline

  • 2026-03-27 - CVE-2026-33205 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33205

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery). The flaw resides in the background-image endpoint of Calibre's web view functionality. When processing e-book content, the application fails to properly validate and sanitize URLs specified in background-image CSS properties before making server-side requests.

The local attack vector requires user interaction to open a maliciously crafted e-book file. Once opened, the attacker-controlled content can instruct the Calibre application to make outbound HTTP GET requests to arbitrary destinations. This creates a blind SSRF condition where the attacker cannot directly see the response but can still exfiltrate data through timing attacks or DNS-based exfiltration techniques.

Root Cause

The root cause of this vulnerability is improper input validation in the background-image endpoint handler. The application does not adequately restrict or validate the URLs that can be requested when processing CSS background-image properties within e-book content. This allows an attacker to specify arbitrary URLs, including internal network addresses or external attacker-controlled servers, bypassing the intended sandbox restrictions.

Attack Vector

The attack requires local access and user interaction—specifically, the victim must open a maliciously crafted e-book file. The attack flow involves:

  1. An attacker crafts a malicious e-book containing CSS with a specially crafted background-image URL pointing to an attacker-controlled server or internal resource
  2. The victim opens the malicious e-book in Calibre's web view
  3. Calibre's web view processes the CSS and makes a blind GET request to the specified URL
  4. The attacker can exfiltrate information through the request itself (e.g., via URL parameters or DNS queries) or probe internal network resources

The vulnerability allows information disclosure from within the ebook sandbox, potentially exposing sensitive data or enabling reconnaissance of internal network infrastructure. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33205

Indicators of Compromise

  • Unexpected outbound HTTP requests originating from the Calibre application process
  • Network connections from Calibre to internal IP ranges or unusual external destinations
  • DNS queries for suspicious domains triggered during e-book viewing sessions
  • Log entries showing requests to the background-image endpoint with external URLs

Detection Strategies

  • Monitor network traffic for outbound connections from the Calibre process to unexpected destinations
  • Implement web proxy logging to capture and analyze requests made by the Calibre application
  • Deploy endpoint detection rules that alert on Calibre making connections to internal network ranges
  • Review e-book files for suspicious CSS properties containing external URL references

Monitoring Recommendations

  • Enable verbose logging for Calibre application network activity
  • Configure network security tools to flag SSRF-like patterns from desktop applications
  • Implement DNS monitoring to detect data exfiltration attempts through DNS queries
  • Use SentinelOne's behavioral AI to detect anomalous network connection patterns from e-book reader applications

How to Mitigate CVE-2026-33205

Immediate Actions Required

  • Upgrade Calibre to version 9.6.0 or later immediately
  • Avoid opening e-books from untrusted sources until the patch is applied
  • Review and restrict network access for the Calibre application using firewall rules
  • Consider disabling the web view feature if not required for your workflow

Patch Information

The vulnerability has been addressed in Calibre version 9.6.0. Users should update to this version or later to remediate the SSRF vulnerability. The patch implements proper URL validation and restrictions on the background-image endpoint to prevent unauthorized server-side requests.

For official patch details and security guidance, refer to the GitHub Security Advisory GHSA-4926-v9px-wv7v.

Workarounds

  • Restrict Calibre's network access using host-based firewall rules to only allow necessary connections
  • Avoid using the web view feature for e-books from untrusted or unknown sources
  • Run Calibre in a sandboxed environment with limited network access capabilities
  • Implement network segmentation to prevent potential SSRF attacks from reaching sensitive internal resources
bash
# Example: Restrict Calibre network access using iptables (Linux)
# Block outbound connections from Calibre except to known-good destinations
iptables -A OUTPUT -m owner --uid-owner calibre-user -d 127.0.0.0/8 -j ACCEPT
iptables -A OUTPUT -m owner --uid-owner calibre-user -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechCalibre

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33206: Calibre E-book Path Traversal Vulnerability

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

  • CVE-2026-27810: Calibre-ebook Content Server XSS Flaw

  • CVE-2026-27824: Calibre-ebook Auth Bypass 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