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

CVE-2025-69379: Upload Files Anywhere Path Traversal

CVE-2025-69379 is a path traversal vulnerability in the Upload Files Anywhere WordPress plugin that allows attackers to access restricted directories. This article covers technical details, affected versions up to 2.8, and mitigation.

Published: February 27, 2026

CVE-2025-69379 Overview

CVE-2025-69379 is a Path Traversal vulnerability affecting the Upload Files Anywhere WordPress plugin (wp-upload-files-anywhere) developed by vanquish. This vulnerability allows unauthenticated attackers to traverse directory paths and potentially delete arbitrary files on the server through improper limitation of pathnames to restricted directories.

The vulnerability stems from insufficient input validation when handling file path parameters, enabling attackers to use path traversal sequences (such as ../) to escape the intended upload directory and access or manipulate files elsewhere on the filesystem.

Critical Impact

Unauthenticated attackers can exploit this path traversal flaw to delete arbitrary files on WordPress installations, potentially leading to complete site compromise or denial of service through deletion of critical system files.

Affected Products

  • Upload Files Anywhere WordPress Plugin versions up to and including 2.8
  • WordPress installations with the wp-upload-files-anywhere plugin active

Discovery Timeline

  • 2026-02-20 - CVE CVE-2025-69379 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2025-69379

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 flaw exists in the Upload Files Anywhere plugin's file handling functionality, which fails to properly sanitize user-supplied input containing directory traversal sequences.

The vulnerability can be exploited remotely over the network without requiring authentication or user interaction, making it particularly dangerous for public-facing WordPress installations. Successful exploitation results in arbitrary file deletion capabilities, which can cause significant disruption to site availability and integrity.

Root Cause

The root cause of CVE-2025-69379 lies in the plugin's failure to properly validate and sanitize file path inputs before performing file operations. When processing file deletion requests, the plugin does not adequately check for path traversal sequences such as ../ or encoded variants like %2e%2e%2f. This allows attackers to construct malicious paths that escape the intended directory boundaries and reference files in other locations on the server's filesystem.

Attack Vector

The attack vector for this vulnerability is network-based, allowing remote exploitation without authentication. An attacker can craft malicious HTTP requests to the vulnerable WordPress plugin endpoint, including path traversal sequences in the file path parameter. The plugin processes these requests without proper validation, allowing the attacker to reference and delete files outside the designated upload directory.

For example, an attacker could target critical WordPress files like wp-config.php or .htaccess, effectively taking down the site or exposing it to further attacks. The ability to delete files without authentication makes this vulnerability particularly severe for exposed WordPress installations.

Technical details and proof-of-concept information can be found in the Patchstack WordPress Plugin Advisory.

Detection Methods for CVE-2025-69379

Indicators of Compromise

  • Unexpected HTTP requests to Upload Files Anywhere plugin endpoints containing ../ or URL-encoded path traversal sequences
  • Missing critical WordPress files such as wp-config.php, .htaccess, or plugin/theme files
  • Web server logs showing suspicious requests with directory traversal patterns targeting the wp-upload-files-anywhere plugin
  • WordPress error messages indicating missing configuration or core files

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal sequences (../, ..%2f, %2e%2e/)
  • Monitor web server access logs for unusual patterns targeting the Upload Files Anywhere plugin endpoints
  • Deploy file integrity monitoring to detect unauthorized deletion of WordPress core files
  • Use WordPress security plugins to scan for vulnerable plugin versions and suspicious activity

Monitoring Recommendations

  • Enable verbose logging on WordPress installations and review logs for path traversal attempts
  • Configure alerting for deletion events on critical WordPress files and directories
  • Implement real-time monitoring of plugin-related endpoints for anomalous request patterns
  • Regularly audit installed WordPress plugins for known vulnerabilities and outdated versions

How to Mitigate CVE-2025-69379

Immediate Actions Required

  • Deactivate and remove the Upload Files Anywhere plugin until a patched version is available
  • Review server logs for any evidence of exploitation attempts
  • Verify integrity of WordPress core files and restore any missing files from backups
  • Implement WAF rules to block path traversal sequences at the network edge

Patch Information

At the time of publication, users should check the Patchstack WordPress Plugin Advisory for the latest patch status and remediation guidance. Update the Upload Files Anywhere plugin to a version greater than 2.8 when a security fix becomes available from the vendor.

Workarounds

  • Disable or uninstall the Upload Files Anywhere plugin until a security patch is released
  • Implement server-side input validation to reject requests containing path traversal sequences
  • Restrict access to plugin endpoints through .htaccess rules or web server configuration
  • Deploy a Web Application Firewall (WAF) with rules to detect and block directory traversal attacks
bash
# Apache .htaccess rule to block path traversal attempts
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f) [NC,OR]
    RewriteCond %{REQUEST_URI} (\.\./|\.\.%2f) [NC]
    RewriteRule .* - [F,L]
</IfModule>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechUpload Files Anywhere

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Patchstack WordPress Plugin Advisory
  • Related CVEs
  • CVE-2025-69380: Upload Files Anywhere Path Traversal
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