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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-7709

CVE-2026-7709: Calibre-Web Auth Bypass Vulnerability

CVE-2026-7709 is an authentication bypass flaw in janeczku Calibre-Web up to version 0.6.26 that allows remote attackers to gain unauthorized access. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-7709 Overview

CVE-2026-7709 is an improper authorization vulnerability in janeczku Calibre-Web through version 0.6.26. The flaw resides in the generate_auth_token function within cps/kobo_auth.py, where manipulation of the user_id argument leads to authorization bypass [CWE-266]. An authenticated remote attacker can abuse the endpoint to obtain authentication tokens scoped to other users. Public exploit details are available, and the maintainer did not respond to coordinated disclosure attempts. The issue affects deployments that expose the Kobo sync endpoint to authenticated users.

Critical Impact

Authenticated remote attackers can manipulate the user_id parameter to generate authentication tokens for other accounts, breaking the authorization boundary in the Kobo sync endpoint.

Affected Products

  • janeczku Calibre-Web up to and including version 0.6.26
  • Self-hosted Calibre-Web instances exposing the Kobo sync endpoint
  • Deployments using cps/kobo_auth.py for Kobo eReader integration

Discovery Timeline

  • 2026-05-03 - CVE-2026-7709 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7709

Vulnerability Analysis

Calibre-Web is an open-source web application that provides a browser interface to Calibre eBook libraries, including synchronization with Kobo eReaders. The Kobo integration uses an authentication token system implemented in cps/kobo_auth.py. The generate_auth_token function constructs tokens based on a user_id argument supplied through the request flow.

The vulnerability stems from missing authorization checks tying the supplied user_id to the currently authenticated session. An attacker with a low-privilege account can submit a user_id value belonging to another user and receive a valid token bound to that target identity. This pattern maps to CWE-266 (Incorrect Privilege Assignment), where an account is granted privileges it should not possess.

Root Cause

The root cause is a trust boundary failure inside generate_auth_token. The function accepts a caller-controlled identifier without validating that the identifier matches the session principal. Without that binding, the token generation routine treats any submitted user_id as authoritative and signs a token accordingly.

Attack Vector

Exploitation requires network access and a valid low-privilege Calibre-Web account. The attacker authenticates, then triggers the Kobo authentication flow while substituting another user's identifier in the user_id parameter. The server returns a token usable against Kobo sync endpoints for the impersonated account, exposing that user's library state and metadata. The exploit is publicly available according to the VulDB submission, increasing the likelihood of opportunistic abuse against internet-exposed instances.

The vulnerability does not allow unauthenticated access, and the impact on confidentiality, integrity, and availability is bounded to the targeted user's Kobo session context. There is no synthetic exploitation code referenced here; technical details are tracked in the VulDB Vulnerability #360885 entry.

Detection Methods for CVE-2026-7709

Indicators of Compromise

  • Requests to Kobo authentication endpoints in cps/kobo_auth.py containing user_id values that do not match the session user.
  • Multiple successful token generations for distinct user_id values originating from a single source IP or session.
  • Anomalous Kobo sync activity associated with accounts that do not own a registered Kobo device.

Detection Strategies

  • Enable verbose application logging in Calibre-Web and correlate the authenticated session user against the user_id argument observed in token generation calls.
  • Deploy a web application firewall rule that inspects the Kobo authentication endpoint and flags mismatches between session cookies and supplied identifiers.
  • Review historical access logs for repeated calls to the Kobo auth path from the same client targeting different user_id values.

Monitoring Recommendations

  • Forward Calibre-Web access and application logs to a central analytics platform and alert on token generation events that span multiple user identifiers within a short window.
  • Track authentication anomalies and lateral identity reuse patterns across self-hosted services exposed to the internet.

How to Mitigate CVE-2026-7709

Immediate Actions Required

  • Restrict access to Calibre-Web instances behind a VPN or authenticated reverse proxy until a vendor patch is available.
  • Audit existing user accounts for unauthorized Kobo tokens and revoke any tokens that cannot be tied to a legitimate session.
  • Disable the Kobo sync feature in config.py if the deployment does not require Kobo eReader integration.

Patch Information

No official patch from the project maintainer has been published at the time of NVD disclosure. According to the CVE record, the vendor was contacted but did not respond. Operators should monitor the janeczku Calibre-Web project for upstream fixes and community forks that address the generate_auth_token authorization check.

Workarounds

  • Apply network-level controls that limit the Kobo authentication endpoint to trusted clients only.
  • Add a reverse proxy rule that rejects requests where the supplied user_id does not match the authenticated principal.
  • Operate Calibre-Web in single-user mode where feasible, eliminating cross-user authorization boundaries.
bash
# Example nginx restriction limiting the Kobo auth endpoint to an internal subnet
location /kobo/ {
    allow 10.0.0.0/24;
    deny all;
    proxy_pass http://calibre_web_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCalibre Web

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-266
  • Technical References
  • Google Drive Resource

  • VulDB Submission #805823

  • VulDB Vulnerability #360885

  • VulDB CTI for #360885
  • Related CVEs
  • CVE-2026-7713: Calibre-Web-Automated Auth Bypass Vulnerability
Default Legacy - Prefooter | 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