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

CVE-2026-7713: Calibre-Web-Automated Auth Bypass Vulnerability

CVE-2026-7713 is an authentication bypass vulnerability in Calibre-Web-Automated affecting versions up to 4.0.6. Attackers can exploit improper authorization in the Kobo auth-token route remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7713 Overview

CVE-2026-7713 affects crocodilestick Calibre-Web-Automated up to version 4.0.6. The vulnerability resides in the generate_auth_token function within cps/kobo_auth.py, part of the Kobo auth-token route. The flaw enables improper authorization [CWE-266], allowing a remote attacker with low privileges to manipulate authentication token generation. The exploit is publicly available, increasing the likelihood of opportunistic abuse against exposed instances. Version 4.0.7 addresses the issue, and the fix is tracked in commit 9f50bb2c16160564c9f8777dc2ceed3eb95e4807.

Critical Impact

Authenticated remote attackers can abuse the Kobo auth-token route in cps/kobo_auth.py to bypass authorization controls in Calibre-Web-Automated up to 4.0.6.

Affected Products

  • crocodilestick Calibre-Web-Automated versions up to and including 4.0.6
  • Kobo authentication route exposed via cps/kobo_auth.py
  • Deployments running pre-4.0.7 builds of Calibre-Web-Automated

Discovery Timeline

  • 2026-05-04 - CVE-2026-7713 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7713

Vulnerability Analysis

The vulnerability stems from improper authorization handling inside the generate_auth_token function. This function is responsible for issuing authentication tokens used by Kobo e-reader synchronization clients against the Calibre-Web-Automated server. The flaw is classified under [CWE-266] Incorrect Privilege Assignment, indicating the route does not correctly validate the requesting user's permission scope before issuing a token.

An attacker who already holds low-privilege credentials can manipulate the token-generation flow to obtain authentication material that should not be issued to that account. The result is unauthorized access to library content and synchronization endpoints typically reserved for higher-privileged accounts. The exploitation does not require user interaction and is reachable over the network.

Public exploit details have been disclosed through a GitHub Gist by menelausx and tracked in the project GitHub Issue Tracker.

Root Cause

The root cause is missing or insufficient authorization validation inside generate_auth_token in cps/kobo_auth.py. The function generates tokens without enforcing that the calling identity is entitled to the requested scope. The fix in commit 9f50bb2c16160564c9f8777dc2ceed3eb95e4807 adds the missing authorization checks before token issuance.

Attack Vector

The attacker requires network access to the Calibre-Web-Automated instance and a low-privilege authenticated session. The attacker then issues a crafted request to the Kobo auth-token route, triggering token generation with improper scope. No user interaction is needed. See the GitHub Pull Request for the corrective code path.

// No verified exploit code is published in this advisory.
// Refer to the public Gist and issue tracker linked in the references
// for technical proof-of-concept details.

Detection Methods for CVE-2026-7713

Indicators of Compromise

  • Unexpected HTTP requests to the Kobo authentication endpoint exposed by cps/kobo_auth.py from low-privileged user sessions
  • Anomalous issuance of Kobo synchronization tokens to accounts that do not normally use Kobo sync
  • Access to library content or sync endpoints by accounts immediately after auth-token route activity

Detection Strategies

  • Audit application logs for repeated calls to generate_auth_token originating from the same low-privilege account
  • Compare issued Kobo tokens against the expected user role mapping and flag mismatches
  • Alert on access patterns where a freshly issued token is used to reach resources outside the requesting user's normal scope

Monitoring Recommendations

  • Forward Calibre-Web-Automated application and reverse-proxy logs to a centralized logging or SIEM platform for correlation
  • Track the version of Calibre-Web-Automated deployed across hosts and alert on instances still running 4.0.6 or earlier
  • Monitor outbound traffic from the application host for unusual data egress following Kobo token activity

How to Mitigate CVE-2026-7713

Immediate Actions Required

  • Upgrade Calibre-Web-Automated to version 4.0.7 or later, which contains commit 9f50bb2c16160564c9f8777dc2ceed3eb95e4807
  • Rotate any Kobo authentication tokens issued by vulnerable instances after upgrade
  • Review user accounts and remove or restrict any low-privilege accounts that show abnormal token-generation activity

Patch Information

The maintainers fixed the issue in version 4.0.7. The corrective patch is identified by commit hash 9f50bb2c16160564c9f8777dc2ceed3eb95e4807. Reference materials are available in the GitHub Commit Update and the GitHub Release v4.0.7. Operators should pull the upstream image or source from the GitHub Project Repository and redeploy.

Workarounds

  • Restrict network access to the Calibre-Web-Automated instance using firewall rules or a VPN until the upgrade is applied
  • Disable Kobo synchronization functionality if it is not required by the deployment
  • Limit account creation and tighten password policies to reduce the pool of low-privilege accounts that could abuse the route
bash
# Upgrade example for a Docker-based deployment
docker pull crocodilestick/calibre-web-automated:4.0.7
docker stop calibre-web-automated
docker rm calibre-web-automated
docker run -d --name calibre-web-automated \
  -v /path/to/config:/config \
  -v /path/to/library:/calibre-library \
  -p 8083:8083 \
  crocodilestick/calibre-web-automated:4.0.7

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.07%

  • 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
  • GitHub Gist Resource

  • GitHub Project Repository

  • GitHub Issue Tracker

  • GitHub Commit Update

  • GitHub Pull Request

  • GitHub Release v4.0.7

  • VulDB Submission Report

  • VulDB Vulnerability Entry

  • VulDB CTI Information
  • Related CVEs
  • CVE-2026-7709: Calibre-Web 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