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

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

CVE-2026-27810 is an XSS vulnerability in Calibre-ebook Content Server allowing authenticated users to inject HTTP headers via unsanitized parameters. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-27810 Overview

CVE-2026-27810 is an HTTP Response Header Injection vulnerability affecting the calibre Content Server, a component of the popular cross-platform e-book management application. The vulnerability exists in the /get/ and /data-files/get/ endpoints where the content_disposition query parameter is not properly sanitized, allowing authenticated users to inject arbitrary HTTP headers into server responses.

This flaw enables attackers to manipulate HTTP response headers, potentially leading to cache poisoning, session fixation, cross-site scripting via header injection, or other web-based attacks. The vulnerability can be exploited directly by any authenticated user or through social engineering by tricking an authenticated victim into clicking a maliciously crafted link.

Critical Impact

Authenticated attackers can inject arbitrary HTTP headers into server responses, potentially enabling cache poisoning, session hijacking, or cross-site scripting attacks against other authenticated users.

Affected Products

  • calibre-ebook calibre versions prior to 9.4.0

Discovery Timeline

  • 2026-02-27 - CVE-2026-27810 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-27810

Vulnerability Analysis

This vulnerability falls under CWE-113 (Improper Neutralization of CRLF Sequences in HTTP Headers), commonly known as HTTP Response Splitting or Header Injection. The calibre Content Server fails to sanitize user-supplied input in the content_disposition query parameter before incorporating it into HTTP response headers.

When a user makes a request to the /get/ or /data-files/get/ endpoints, the server uses the content_disposition parameter to set the Content-Disposition response header. Without proper sanitization, an attacker can inject carriage return and line feed (CRLF) characters followed by additional headers or even response body content.

The network-based attack vector with low complexity makes this vulnerability accessible to any authenticated user. While authentication is required, the scope is changed (S:C in the CVSS vector), meaning the vulnerability can impact resources beyond the vulnerable component's security scope—potentially affecting other users or the integrity of cached responses.

Root Cause

The root cause is insufficient input validation and sanitization of the content_disposition query parameter. The server directly incorporates user-controlled data into HTTP response headers without properly encoding or rejecting CRLF sequences (\r\n). This allows attackers to terminate the current header and inject arbitrary additional headers.

Attack Vector

The attack exploits the network-accessible Content Server endpoints that handle file downloads. An attacker with valid authentication credentials can craft a malicious URL containing CRLF sequences in the content_disposition parameter. When the server processes this request, it splits the response headers at the injected CRLF sequences, allowing the attacker to:

  1. Inject arbitrary HTTP response headers
  2. Potentially set malicious cookies
  3. Poison web caches with crafted content
  4. Enable cross-site scripting through injected headers
  5. Perform session fixation attacks

The vulnerability can also be weaponized through social engineering by sending a crafted link to an authenticated victim, making them unknowingly trigger the header injection.

The vulnerability manifests when processing the content_disposition parameter in the /get/ and /data-files/get/ endpoints. See the GitHub Security Advisory for complete technical details.

Detection Methods for CVE-2026-27810

Indicators of Compromise

  • Unusual HTTP requests to /get/ or /data-files/get/ endpoints containing encoded CRLF sequences (%0d%0a or %0D%0A) in query parameters
  • Server access logs showing content_disposition parameters with URL-encoded special characters
  • Unexpected Set-Cookie headers or other anomalous headers in responses from the calibre Content Server

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block CRLF injection attempts in query parameters
  • Implement log analysis rules to identify requests containing %0d, %0a, \r, or \n characters in the content_disposition parameter
  • Monitor for unusual patterns of requests to the affected endpoints, especially those with encoded special characters
  • Enable detailed request logging on the calibre Content Server to capture full query strings for forensic analysis

Monitoring Recommendations

  • Configure alerting for HTTP requests containing CRLF sequences targeting calibre Content Server endpoints
  • Implement anomaly detection for unusual response header patterns from the Content Server
  • Monitor authentication logs for accounts making suspicious requests to the vulnerable endpoints
  • Review web server logs regularly for evidence of header injection attempts

How to Mitigate CVE-2026-27810

Immediate Actions Required

  • Upgrade calibre to version 9.4.0 or later immediately
  • If immediate upgrade is not possible, disable the calibre Content Server until patching is complete
  • Review access logs for signs of exploitation attempts
  • Audit authenticated user accounts for any suspicious activity

Patch Information

The vulnerability has been fixed in calibre version 9.4.0. Users should upgrade to this version or later to remediate the vulnerability. The patch properly sanitizes the content_disposition query parameter to prevent CRLF injection. For more information, see the calibre security advisory on GitHub.

Workarounds

  • Disable the calibre Content Server if it is not required for your use case
  • Place the Content Server behind a reverse proxy with WAF capabilities that can filter CRLF injection attempts
  • Restrict access to the Content Server to trusted networks only using firewall rules
  • Implement additional authentication layers or access controls to limit exposure
bash
# Example: Disable calibre Content Server
# In calibre preferences, navigate to:
# Preferences > Sharing over the net > Stop server

# Or via command line, avoid starting the content server:
calibre-server --stop

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechCalibre

  • SeverityMEDIUM

  • CVSS Score6.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-113
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-65858: Calibre-Web Stored XSS Vulnerability

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

  • CVE-2026-33206: Calibre E-book Path Traversal Vulnerability

  • CVE-2026-30853: Calibre-ebook 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