CVE-2026-0604 MEDIUM

CVE-2026-0604: FastDup <= 2.7 - Authenticated (Contributor+) Path Traversal via 'dir_path' REST Parameter

Vendor Ninjateam
Product FastDup – Fastest WordPress Migration & Duplicator
Weakness CWE-22 · Path traversal
Published January 6, 2026
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

The FastDup – Fastest WordPress Migration & Duplicator plugin for WordPress is vulnerable to Path Traversal in all versions up to, and including, 2.7 via the 'dir_path' parameter in the 'njt-fastdup/v1/template/directory-tree' REST API endpoint. This makes it possible for authenticated attackers, with Contributor-level access and above, to read the contents of arbitrary directories on the server, which can contain sensitive information.

Explanation of Vulnerability in Simple Terms

02Summary

FastDup versions 2.7 and earlier contain a path traversal vulnerability that allows authenticated users to read files outside the intended directory. An attacker with low-level WordPress access can craft requests to access sensitive files on the server, such as configuration files or other private data. Update to a version newer than 2.7 to resolve this issue.

What an attacker can do

03Attacker Capabilities

Read arbitrary files on the server outside the plugin's intended directory.

Potential impact on your site

04Site Impact

Sensitive files like wp-config.php or database backups could be exposed to users with basic site access.

Conditions required to exploit

05Prerequisites

Attacker must have a low-privilege WordPress user account (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

January 6, 2026 CVE published
April 8, 2026 Record updated