Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-34529

CVE-2026-34529: File Browser EPUB Preview XSS Vulnerability

CVE-2026-34529 is a stored XSS vulnerability in File Browser's EPUB preview function that allows malicious JavaScript execution. This post covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-34529 Overview

CVE-2026-34529 is a Stored Cross-Site Scripting (XSS) vulnerability affecting File Browser, a web-based file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.62.2, the EPUB preview function in File Browser is vulnerable to Stored XSS attacks. JavaScript embedded in a crafted EPUB file executes in the victim's browser when they preview the file, potentially allowing attackers to steal session tokens, perform actions on behalf of authenticated users, or redirect victims to malicious sites.

Critical Impact

Attackers can execute arbitrary JavaScript in the context of authenticated user sessions by uploading malicious EPUB files, enabling session hijacking, data theft, and unauthorized actions within the File Browser interface.

Affected Products

  • File Browser versions prior to 2.62.2
  • Self-hosted File Browser deployments with EPUB preview enabled
  • Any environment where users can upload and preview EPUB files

Discovery Timeline

  • 2026-04-01 - CVE-2026-34529 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34529

Vulnerability Analysis

This vulnerability (CWE-79: Improper Neutralization of Input During Web Page Generation) exists in File Browser's EPUB preview functionality. EPUB files are essentially ZIP archives containing HTML, CSS, and potentially JavaScript content. When a user previews an EPUB file within File Browser, the application renders the embedded content without proper sanitization, allowing malicious JavaScript to execute within the user's browser session.

The attack requires user interaction—specifically, a victim must preview the malicious EPUB file. However, since the malicious content is stored on the server (Stored XSS), any user who previews the file becomes a potential victim. This is particularly dangerous in shared environments where multiple users access the same File Browser instance.

Root Cause

The root cause of this vulnerability is insufficient input sanitization and output encoding when rendering EPUB file content for preview. The EPUB preview function fails to strip or neutralize embedded JavaScript and event handlers before presenting the content to users. Since EPUB files can contain legitimate HTML markup, the application must carefully balance functionality with security—a balance that was not properly achieved prior to version 2.62.2.

Attack Vector

The attack follows a straightforward exploitation path:

  1. An attacker with upload privileges creates a malicious EPUB file containing embedded JavaScript payloads within the HTML content structure
  2. The attacker uploads the crafted EPUB file to the File Browser instance
  3. When any authenticated user previews the EPUB file, the embedded JavaScript executes in their browser context
  4. The malicious script can access the victim's session, steal authentication tokens, modify displayed content, or perform actions on behalf of the victim

The network-based attack vector combined with the stored nature of the XSS payload makes this vulnerability particularly concerning for multi-user File Browser deployments where social engineering can trick users into previewing seemingly legitimate EPUB files.

Detection Methods for CVE-2026-34529

Indicators of Compromise

  • Unusual EPUB files uploaded to File Browser containing embedded <script> tags or JavaScript event handlers
  • Server logs showing repeated access to specific EPUB files followed by unexpected API calls or session anomalies
  • Reports from users of unexpected behavior or redirects when previewing EPUB content
  • Browser console errors or Content Security Policy violations related to EPUB preview functionality

Detection Strategies

  • Implement Content Security Policy (CSP) headers to restrict inline script execution and detect XSS attempts
  • Monitor file upload patterns for EPUB files, particularly from untrusted sources or containing suspicious metadata
  • Deploy web application firewall (WAF) rules to inspect EPUB content for embedded JavaScript patterns
  • Enable browser-based XSS auditors and review any triggered alerts in server logs

Monitoring Recommendations

  • Log all EPUB preview events with user context to establish baseline behavior and detect anomalies
  • Monitor for session token reuse from different IP addresses or user agents following EPUB preview activities
  • Implement file integrity monitoring on uploaded EPUB files to detect post-upload modifications
  • Review audit logs for privilege escalation or unauthorized actions following EPUB file access

How to Mitigate CVE-2026-34529

Immediate Actions Required

  • Upgrade File Browser to version 2.62.2 or later immediately to address this vulnerability
  • Audit existing EPUB files in the File Browser instance for embedded JavaScript content
  • Consider temporarily disabling EPUB preview functionality until the patch is applied
  • Review access logs for any suspicious EPUB preview activity that may indicate prior exploitation

Patch Information

The File Browser development team has addressed this vulnerability in version 2.62.2. The patch implements proper sanitization of EPUB content before rendering in the preview function. Organizations should update to this version or later to fully remediate the vulnerability. For detailed release information, see the GitHub Release v2.62.2. Additional technical details are available in the GitHub Security Advisory GHSA-5vpr-4fgw-f69h.

Workarounds

  • Disable EPUB preview functionality entirely if upgrading is not immediately possible
  • Implement strict Content Security Policy headers to block inline script execution (script-src 'self')
  • Restrict file upload permissions to trusted users only until the patch is applied
  • Use a reverse proxy or WAF to strip potentially malicious content from EPUB previews
bash
# Example: Configure Content Security Policy header in nginx
# Add to your nginx configuration for File Browser
location / {
    add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';" always;
    # ... rest of your proxy configuration
}

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechFile Browser

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v2.62.2

  • GitHub Security Advisory GHSA-5vpr-4fgw-f69h
  • Related CVEs
  • CVE-2026-34530: File Browser Stored XSS Vulnerability

  • CVE-2026-35606: File Browser Auth Bypass Vulnerability

  • CVE-2026-35605: File Browser Path Traversal Vulnerability

  • CVE-2026-35585: File Browser OS Command Injection RCE Flaw
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