SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-14982

HIGH · CVSS 8.1 EPSS 0.52% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to inadequate file path validation, allowing authenticated users with subscriber-level access or higher to delete any file on the server. This vulnerability can lead to severe consequences, including remote code execution, particularly if critical files like wp-config.php are targeted. WordPress site administrators and developers using this plugin should prioritize immediate patching or mitigation efforts to safeguard their systems against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-14982
Severity
HIGH
CVSS
8.1
EPSS
0.52%
WordPress

Original NVD Description

The WP File Download plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the delete function in all versions. This makes it possible for authenticated attackers, with subscriber-level access and above, to delete arbitrary files on the server, which can easily lead to remote code execution when the right file is deleted (such as wp-config.php). The two-stage exploit requires a first request to the file.save task to persist the path-traversal string into file metadata, followed by a second request to the file.delete task to trigger the unlink call — both endpoints lack capability checks and nonce enforcement.