CVE-2025-63365
📋 TL;DR
SoftSea EPUB File Reader 1.0.0.0 contains a directory traversal vulnerability in its EPUB file processing component. Attackers can craft malicious EPUB files to read or write files outside the intended extraction directory. Users who open untrusted EPUB files with this software are affected.
💻 Affected Systems
- SoftSea EPUB File Reader
📦 What is this software?
Epub File Reader by Epubfilereader
⚠️ Risk & Real-World Impact
Worst Case
Full system compromise via arbitrary file write leading to remote code execution, or sensitive file disclosure including credentials and configuration files.
Likely Case
Local file disclosure or corruption of system files, potentially leading to privilege escalation or data loss.
If Mitigated
Limited impact with proper file access controls and user permissions restricting write access to critical directories.
🎯 Exploit Status
Exploitation requires user to open a malicious EPUB file. No authentication bypass needed beyond file access.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Unknown
Vendor Advisory: http://epub.com
Restart Required: No
Instructions:
1. Check vendor website for updates. 2. If patch available, download and install. 3. Verify installation by checking version number.
🔧 Temporary Workarounds
Restrict EPUB file handling
windowsConfigure system to open EPUB files with alternative, secure software instead of SoftSea EPUB File Reader.
User awareness training
allEducate users to only open EPUB files from trusted sources and verify file integrity.
🧯 If You Can't Patch
- Uninstall SoftSea EPUB File Reader and use alternative EPUB reader software
- Implement application whitelisting to prevent execution of vulnerable software
🔍 How to Verify
Check if Vulnerable:
Check installed software for SoftSea EPUB File Reader version 1.0.0.0 via Control Panel > Programs and Features
Check Version:
wmic product where name="SoftSea EPUB File Reader" get version
Verify Fix Applied:
Verify software version is no longer 1.0.0.0 after applying vendor patch
📡 Detection & Monitoring
Log Indicators:
- Unusual file access patterns from EPUB reader process
- Access to system directories by user-level applications
Network Indicators:
- Downloads of EPUB files from untrusted sources
SIEM Query:
Process creation where Image contains "epub" AND CommandLine contains path traversal patterns (../ or ..\)