SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-14524

CRITICAL · CVSS 9.1 EPSS 0.70% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-16 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The ProSolution WP Client plugin for WordPress is vulnerable to arbitrary file deletion due to inadequate file path validation, affecting all versions up to and including 2.0.8. This vulnerability allows unauthenticated attackers to delete critical files on the server, potentially leading to remote code execution if sensitive files like wp-config.php are targeted. WordPress site administrators using this plugin should prioritize immediate updates or mitigations to protect against this critical threat.

Public Exploit Signal

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

Detected Signals
remote code execution code execution

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

CVE
CVE-2026-14524
Severity
CRITICAL
CVSS
9.1
EPSS
0.70%
WordPress

Original NVD Description

The ProSolution WP Client plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the proSol_fileDeleteProcess function in all versions up to, and including, 2.0.8. This makes it possible for unauthenticated attackers 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). An attacker must first call the proSol_fileUploadModalProcess handler to poison their own session with a path-traversal key, then call proSol_fileDeleteProcess with that key as the filename parameter; both steps require only the publicly exposed frontend nonce.