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

CVE-2026-0604: FastDup WordPress Path Traversal Flaw

CVE-2026-0604 is a path traversal vulnerability in the FastDup WordPress Migration plugin that lets authenticated attackers read arbitrary server directories. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2026-0604 Overview

The FastDup – Fastest WordPress Migration & Duplicator plugin for WordPress contains a Path Traversal vulnerability in all versions up to and including 2.7. The vulnerability exists in the dir_path parameter of the njt-fastdup/v1/template/directory-tree REST API endpoint. This security flaw allows authenticated attackers with Contributor-level access or above to read the contents of arbitrary directories on the server, potentially exposing sensitive configuration files, credentials, and other critical data.

Critical Impact

Authenticated attackers can traverse the file system to read sensitive directory contents, potentially exposing database credentials, configuration files, and other confidential information stored on the WordPress server.

Affected Products

  • FastDup – Fastest WordPress Migration & Duplicator plugin versions up to and including 2.7
  • WordPress installations with vulnerable FastDup plugin versions
  • Web servers hosting affected WordPress sites

Discovery Timeline

  • January 6, 2026 - CVE-2026-0604 published to NVD
  • January 8, 2026 - Last updated in NVD database

Technical Details for CVE-2026-0604

Vulnerability Analysis

This Path Traversal vulnerability (CWE-22) allows authenticated users with at least Contributor-level privileges to manipulate the dir_path parameter in REST API requests to escape the intended directory scope. The vulnerable endpoint njt-fastdup/v1/template/directory-tree fails to properly validate and sanitize user-supplied path input, enabling directory traversal sequences to access locations outside the plugin's intended directory scope.

The attack requires network access and authenticated credentials with at least Contributor-level permissions. Upon successful exploitation, an attacker gains unauthorized read access to arbitrary directory contents on the server, though the vulnerability does not enable write operations or direct code execution.

Root Cause

The root cause of this vulnerability lies in improper input validation within the TemplateApi.php file. The dir_path parameter is not adequately sanitized before being used to construct file system paths, allowing path traversal sequences such as ../ to be processed. This failure to implement proper path canonicalization or restrict input to allowed directory boundaries enables attackers to traverse outside the intended directory structure.

Attack Vector

The vulnerability is exploited through the WordPress REST API. An authenticated attacker sends a crafted HTTP request to the njt-fastdup/v1/template/directory-tree endpoint with a malicious dir_path parameter containing directory traversal sequences. By using sequences like ../../../, the attacker can navigate up the directory tree and access sensitive system directories such as /etc/, the WordPress root directory containing wp-config.php, or other locations containing configuration files and credentials.

The attack requires valid WordPress authentication with at least Contributor-level access, which can be obtained through compromised credentials, privilege escalation from other vulnerabilities, or legitimate accounts on multi-author WordPress sites.

Detection Methods for CVE-2026-0604

Indicators of Compromise

  • Unusual REST API requests to the njt-fastdup/v1/template/directory-tree endpoint
  • HTTP requests containing path traversal sequences (../, ..%2f, ..%252f) in the dir_path parameter
  • Access logs showing repeated requests to the vulnerable endpoint from the same user session
  • Unexpected directory listing or file access attempts outside the WordPress installation directory

Detection Strategies

  • Monitor WordPress REST API logs for requests containing directory traversal patterns in parameters
  • Implement Web Application Firewall (WAF) rules to detect and block path traversal sequences
  • Review access logs for unusual activity patterns targeting the FastDup plugin endpoints
  • Deploy file integrity monitoring to detect unauthorized access to sensitive configuration files

Monitoring Recommendations

  • Enable detailed logging for WordPress REST API requests
  • Configure alerts for multiple failed or suspicious API requests from authenticated users
  • Monitor for access attempts to sensitive files like wp-config.php or system configuration directories
  • Review Contributor and above user accounts for suspicious activity or unauthorized access patterns

How to Mitigate CVE-2026-0604

Immediate Actions Required

  • Update the FastDup plugin to a version newer than 2.7 that contains the security fix
  • Audit Contributor-level and above user accounts for suspicious activity
  • Review server access logs for evidence of exploitation attempts
  • Consider temporarily disabling the FastDup plugin if an immediate update is not possible

Patch Information

The vulnerability has been addressed in versions after 2.7 of the FastDup plugin. The security fix implements proper input validation and path sanitization for the dir_path parameter in the REST API endpoint. Administrators should update through the WordPress plugin dashboard or by downloading the latest version from the official WordPress plugin repository. For detailed information about the changes, refer to the WordPress FastDup Changeset Details and the Wordfence Vulnerability Report.

Workarounds

  • Restrict access to the FastDup plugin functionality to Administrator-level users only
  • Implement WAF rules to block requests containing path traversal sequences to the affected endpoint
  • Review and limit the number of users with Contributor-level access or above
  • Monitor and log all REST API activity for the FastDup plugin endpoints
bash
# Example .htaccess rule to block path traversal attempts
# Add to WordPress root .htaccess file
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./|\.\.%2f|\.\.%252f) [NC,OR]
    RewriteCond %{REQUEST_URI} (\.\./|\.\.%2f|\.\.%252f) [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/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • WordPress FastDup Template API Source

  • WordPress FastDup Template API Source

  • WordPress FastDup Changeset Details

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-3464: WP Customer Area Path Traversal Flaw

  • CVE-2026-4659: Elementor Plugin Path Traversal Flaw

  • CVE-2026-4853: JetBackup Path Traversal Vulnerability

  • CVE-2026-4280: Breaking News WP Path Traversal 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