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-2025-63365

CVE-2025-63365: SoftSea EPUB Reader Path Traversal Flaw

CVE-2025-63365 is a path traversal vulnerability in SoftSea EPUB File Reader 1.0.0.0 affecting EPUB archive extraction. Attackers can exploit this to access unauthorized files. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-63365 Overview

CVE-2025-63365 is a high-severity Directory Traversal vulnerability affecting SoftSea EPUB File Reader version 1.0.0.0. The vulnerability resides in the EPUB file processing component, specifically in the functionality responsible for extracting and handling EPUB archive contents. This flaw allows attackers to craft malicious EPUB files that, when processed by the vulnerable application, can write files to arbitrary locations on the victim's system or read sensitive files outside the intended directory structure.

Critical Impact

Successful exploitation of this directory traversal vulnerability could allow attackers to achieve high confidentiality and integrity impact by reading sensitive files or overwriting critical system files when a user opens a maliciously crafted EPUB file.

Affected Products

  • SoftSea EPUB File Reader 1.0.0.0

Discovery Timeline

  • 2025-12-01 - CVE-2025-63365 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-63365

Vulnerability Analysis

This vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The vulnerability carries a CVSS v3.1 score of 7.1 (HIGH) with the vector string CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N.

The CVSS metrics indicate:

  • Attack Vector (AV:L): Local - requires the attacker to deliver a malicious file to the victim
  • Attack Complexity (AC:L): Low - exploitation is straightforward once the malicious file is opened
  • Privileges Required (PR:N): None - no special privileges needed
  • User Interaction (UI:R): Required - victim must open the malicious EPUB file
  • Confidentiality Impact (C:H): High - sensitive files can be read
  • Integrity Impact (I:H): High - arbitrary files can be written/modified
  • Availability Impact (A:N): None - the vulnerability does not affect system availability

The EPSS (Exploit Prediction Scoring System) probability is 0.049% (15th percentile), indicating a relatively low likelihood of exploitation in the wild as of 2025-12-16.

Root Cause

The root cause of CVE-2025-63365 lies in insufficient validation of file paths during EPUB archive extraction. EPUB files are essentially ZIP archives containing structured content (HTML, CSS, images, and metadata). When the SoftSea EPUB File Reader extracts these contents, it fails to properly sanitize file paths contained within the archive.

The application does not adequately check for path traversal sequences such as ../ (dot-dot-slash) within the filenames of archived entries. This allows an attacker to craft an EPUB file where internal file entries contain relative path components that escape the intended extraction directory.

Attack Vector

The attack requires local access in the sense that an attacker must deliver a malicious EPUB file to the victim. This can be accomplished through various social engineering techniques:

  1. Email attachment: Sending a malicious EPUB file disguised as a legitimate document
  2. Malicious download: Hosting the crafted EPUB on compromised or attacker-controlled websites
  3. File sharing platforms: Distributing through legitimate file-sharing services

When the victim opens the malicious EPUB file with SoftSea EPUB File Reader 1.0.0.0, the application processes the archive and extracts files. Due to the lack of path validation, files within the EPUB containing traversal sequences like ../../../../../../etc/target or ..\..\..\..\Windows\target are written outside the intended extraction directory.

This could allow an attacker to:

  • Overwrite configuration files to achieve persistence or privilege escalation
  • Plant malicious executables in startup directories
  • Read sensitive files by manipulating the extraction process
  • Corrupt system files leading to application or system instability

Detection Methods for CVE-2025-63365

Indicators of Compromise

  • Presence of EPUB files containing entries with ../ or ..\ path traversal sequences
  • Unexpected files appearing in system directories after opening EPUB files
  • Modified configuration files or executables in user profile or system directories
  • File system activity showing writes to directories outside normal EPUB reader cache/temp locations
  • Suspicious EPUB files with unusually structured manifest or container files

Detection Strategies

Organizations should implement file integrity monitoring (FIM) to detect unauthorized changes to critical system files and directories. Security teams can deploy endpoint detection rules that monitor for:

  1. File extraction patterns: Monitor for file write operations that traverse outside expected application directories when EPUB reader processes are active
  2. Archive analysis: Implement content inspection for EPUB files at email gateways and web proxies to detect malicious path sequences
  3. Process monitoring: Track child processes and file operations initiated by SoftSea EPUB File Reader for suspicious behavior

SentinelOne Singularity Platform provides behavioral AI-based detection that can identify suspicious file system activities associated with directory traversal exploitation attempts, including unexpected file writes to sensitive directories when document readers are processing files.

Monitoring Recommendations

  • Enable detailed file system auditing on endpoints running vulnerable EPUB reader software
  • Configure alerts for file writes to sensitive directories (startup folders, system directories, user profile locations) originating from document reader applications
  • Implement application allowlisting to restrict which applications can write to critical system paths
  • Deploy network-level inspection to scan EPUB files for malicious path sequences before delivery to endpoints

How to Mitigate CVE-2025-63365

Immediate Actions Required

  • Discontinue use of SoftSea EPUB File Reader version 1.0.0.0 until a patched version is available
  • Implement email filtering rules to quarantine or scan EPUB attachments before delivery
  • Use alternative EPUB readers that properly validate file paths during archive extraction
  • Educate users about the risks of opening EPUB files from untrusted sources
  • Deploy application-level sandboxing to isolate document readers from the broader file system

Patch Information

As of the last modification date (2025-12-02), no official patch information has been published by the vendor. Organizations should monitor the following resources for updates:

  • Jeroscope Security Advisory - Original vulnerability disclosure
  • EPUB Official Site - Vendor communication channel

Until an official patch is released, organizations should implement the workarounds described below and consider migrating to alternative EPUB reader software.

Workarounds

In the absence of an official patch, the following workarounds can help mitigate the risk:

  1. Application sandboxing: Run SoftSea EPUB File Reader in a sandboxed environment or virtual machine to limit file system access
  2. File system permissions: Restrict write permissions for the user account running the EPUB reader to prevent writes to sensitive directories
  3. Alternative software: Use alternative EPUB readers with proper path validation such as Calibre, Adobe Digital Editions, or browser-based readers
  4. Gateway filtering: Implement email and web gateway rules to block or quarantine EPUB files from untrusted sources

Organizations can implement restrictive file system access controls to limit the impact of potential exploitation:

bash
# Example: Create a restricted user for EPUB reader (Linux)
# This limits the directories the application can write to
useradd -m -s /bin/bash epub_reader_user
chmod 700 /home/epub_reader_user

# Restrict access to sensitive directories
setfacl -m u:epub_reader_user:--- /etc
setfacl -m u:epub_reader_user:--- /usr
setfacl -m u:epub_reader_user:--- /var

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechSoftsea Epub File Reader

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Epub

  • Jeroscope
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS 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