CVE-2026-14975
Received Received - Intake

Directory Traversal in WP File Download Plugin

Vulnerability report for CVE-2026-14975, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-05

Last updated on: 2026-09-05

Assigner: Wordfence

Description

The WP File Download plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 6.3.8 via the 'remoteurl' parameter. This makes it possible for authenticated attackers, with subscriber-level access and above, to read the contents of arbitrary files on the server, which can contain sensitive information. An authenticated attacker with Subscriber-level access first poisons the _wpfd_file_metadata['file'] post-meta value via the unprotected file.save handler, after which the streaming endpoint β€” hooked on init with no authentication requirement β€” resolves and streams the traversed file path to any caller, including unauthenticated visitors.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-05
Last Modified
2026-09-05
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wp_file_download wp_file_download to 6.3.8 (inc)
joomunited wp_file_download to 6.3.8 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Directory Traversal flaw in the WP File Download WordPress plugin affecting versions up to 6.3.8. It allows authenticated attackers with subscriber-level access to read arbitrary files on the server by exploiting the 'remoteurl' parameter. The attack involves poisoning a post-meta value and then using a streaming endpoint to access sensitive files.

Detection Guidance

Check if the WP File Download plugin version is 6.3.8 or lower. Use commands like 'wp plugin list' in WordPress CLI or inspect the plugin files in /wp-content/plugins/wp-file-download/. Look for unauthorized file access attempts in server logs.

Impact Analysis

An attacker could read sensitive files on your server, including configuration files, user data, or other confidential information. This could lead to data breaches, unauthorized access, or further exploitation of your WordPress site.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR and HIPAA compliance. Organizations may face legal penalties, reputational damage, and loss of trust due to data exposure.

Mitigation Strategies

Update the WP File Download plugin to the latest version immediately. Remove or disable the plugin if an update is not available. Restrict subscriber-level access to sensitive areas of the site.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14975. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart