Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-reachable WordPress endpoint (AV:N), trivial traversal payload (AC:L), no auth on the request itself (PR:N), victim admin click required (UI:R), plugin bug impacts WordPress core files (S:C, C/I/A:H).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Path Traversal in FastDup <= 2.7.2 versions.
AnalysisAI
Path traversal in the FastDup WordPress plugin through version 2.7.2 allows remote attackers to read or write arbitrary files outside the plugin's intended directory after a single user interaction, with confidentiality, integrity, and availability impacts extending to the WordPress host (scope-changed, CVSS 9.6). The flaw is unauthenticated per the CVSS vector but requires a victim to trigger the malicious request, and no public exploit identified at time of analysis. Disclosure originates from Patchstack's WordPress vulnerability research program.
Technical ContextAI
FastDup is a WordPress backup/migration plugin published by ninja_team (CPE cpe:2.3:a:ninja_team:fastdup). The root cause is CWE-35 (Path Traversal: '.../...//'), a class of bug where an application sanitizer fails to collapse repeated or obfuscated traversal sequences before resolving a user-controlled path, allowing the resolved path to escape an intended base directory. In the WordPress plugin context this typically manifests in file-handling endpoints (download, restore, view, or extract handlers) that accept a filename parameter and concatenate it to a base path without canonicalisation, enabling access to wp-config.php, .htaccess, or arbitrary writes within the webroot. The CVSS Scope:Changed metric is consistent with this - traversal in a plugin reaches resources owned by WordPress core and the underlying filesystem.
RemediationAI
Patch availability is not confirmed from the input data; the advisory only specifies that versions 2.7.2 and earlier are vulnerable, so administrators should consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/fastdup/vulnerability/wordpress-fastdup-plugin-2-7-2-path-traversal-vulnerability) and the FastDup plugin page on wordpress.org for the latest release greater than 2.7.2 and upgrade to it once published. Until a fixed version is verified, deactivate and remove the FastDup plugin on production sites (trade-off: backup/migration workflow is lost and must be replaced with an alternative such as UpdraftPlus or a server-side tar/rsync job), or restrict access to the plugin's admin-ajax.php and wp-admin endpoints by source IP via a web application firewall or .htaccess allow-list (trade-off: legitimate admins outside the allow-list lose access). Because UI:R is in scope, also instruct administrators to avoid clicking links to their own WordPress admin URL received from untrusted sources until the plugin is removed or patched.
Same weakness CWE-35 – Path Traversal: '.../...//'
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37004
GHSA-4ch2-hcmc-wjw8