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-2026-30292

CVE-2026-30292: Docudepot PDF Reader RCE Vulnerability

CVE-2026-30292 is a critical file overwrite vulnerability in Docudepot PDF Reader v1.0.34 that enables remote code execution. Attackers exploit the file import process to overwrite internal files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-30292 Overview

An arbitrary file overwrite vulnerability has been identified in Docudepot PDF Reader: PDF Viewer APP v1.0.34. This vulnerability allows attackers to overwrite critical internal files via the file import process, potentially leading to arbitrary code execution or information exposure. The vulnerability is classified under CWE-73 (External Control of File Name or Path), indicating that the application fails to properly validate or sanitize file paths during the import operation.

Critical Impact

Exploitation of this vulnerability enables attackers with local access to overwrite sensitive application files, which can lead to arbitrary code execution or exposure of confidential information stored within the application's data directories.

Affected Products

  • Docudepot PDF Reader: PDF Viewer APP v1.0.34
  • Android devices with the affected application installed (package: pdf.pdfreader.pdfeditor.pdfmaker.pdfscanner)

Discovery Timeline

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

Technical Details for CVE-2026-30292

Vulnerability Analysis

This arbitrary file overwrite vulnerability exists in the file import functionality of Docudepot PDF Reader. The application fails to properly validate file paths during the import process, allowing an attacker to craft malicious input that traverses directories and overwrites files outside the intended storage location. This is a classic path traversal weakness where user-controlled input is used to construct file paths without adequate sanitization.

The vulnerability requires local access to exploit, meaning an attacker needs to either have physical access to the device or leverage another vulnerability or malicious application to trigger the file import functionality with crafted input. Once exploited, the attacker can overwrite critical application configuration files, shared libraries, or other sensitive data, potentially achieving code execution within the application's context or causing data loss and information disclosure.

Root Cause

The root cause is External Control of File Name or Path (CWE-73). The Docudepot PDF Reader application does not properly sanitize or validate file path input during the file import process. This allows attackers to include path traversal sequences (such as ../) or absolute paths in file names, enabling writes to arbitrary locations accessible by the application's file system permissions.

Attack Vector

This is a local attack vector vulnerability. An attacker must have local access to the Android device to exploit this vulnerability. The attack can be executed through:

  1. Importing a maliciously crafted PDF or file with path traversal sequences embedded in the filename
  2. Leveraging another malicious application to invoke the vulnerable import functionality with crafted parameters
  3. Using social engineering to convince a user to import a specially crafted file

The attacker can target application-specific files such as configuration data, cached credentials, or shared library files to achieve code execution or information disclosure.

Detection Methods for CVE-2026-30292

Indicators of Compromise

  • Unexpected modifications to files within the Docudepot PDF Reader application's data directory
  • Presence of files with path traversal sequences (../) in application logs or file system activity
  • Application crashes or unexpected behavior following file import operations
  • Unauthorized access to sensitive data previously stored within the application

Detection Strategies

  • Monitor Android application logs for file operations containing path traversal patterns
  • Implement file integrity monitoring on critical application directories
  • Use mobile threat defense solutions to detect anomalous file system operations
  • Review application permissions and identify attempts to access files outside designated directories

Monitoring Recommendations

  • Enable verbose logging for file import operations on managed Android devices
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring Android file system activity
  • Regularly audit installed applications for known vulnerable versions
  • Configure alerts for file modification events in sensitive application directories

How to Mitigate CVE-2026-30292

Immediate Actions Required

  • Update Docudepot PDF Reader to the latest available version if a patched version has been released
  • Consider temporarily uninstalling or disabling the application until a patch is available
  • Review device file systems for signs of exploitation or unauthorized file modifications
  • Limit application installation sources to verified app stores and trusted publishers

Patch Information

At the time of this publication, no official vendor patch information has been released. Users should monitor the DocuDepot Resource Hub and the Google Play Store listing for updates. Additional technical details and discussion can be found in the GitHub Issue #20 Discussion from the Fudan University Security Research team.

Workarounds

  • Avoid importing PDF files or documents from untrusted sources using the affected application
  • Use alternative PDF reader applications until a security update is available
  • Implement mobile device management (MDM) policies to restrict file import capabilities
  • Isolate sensitive data from applications with known vulnerabilities

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDocudepot Pdf Reader

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-73
  • Technical References
  • DocuDepot Resource Hub

  • GitHub Issue #20 Discussion

  • Google Play App Details

  • Fudan University Security Research
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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