Arbitrary File Deletion in ProSolution WP Client Plugin
An unauthenticated arbitrary file deletion vulnerability in the ProSolution WP Client plugin allows attackers to remove critical WordPress configuration files, potentially facilitating remote code execution.
CVE search metadata
CVE search record: CVE-2026-14524. Severity: critical. CVSS: 9.1. KEV: no. Product: WP Client (2.0.8). Brief: Arbitrary File Deletion in ProSolution WP Client Plugin. Brief link: https://feed.craftedsignal.io/briefs/2026-08-prosolution-wp-file-deletion/
The ProSolution WP Client plugin for WordPress versions 2.0.8 and earlier contains a critical security vulnerability, CVE-2026-14524. The flaw exists within the proSol_fileDeleteProcess function, which lacks adequate path validation. This oversight allows an unauthenticated attacker to manipulate file deletion requests to remove arbitrary files from the web server's filesystem.
The vulnerability is chained by first interacting with the proSol_fileUploadModalProcess handler to inject a path-traversal payload into the user session. Once the session is poisoned using the plugin's frontend nonce, an attacker can trigger the proSol_fileDeleteProcess function to target specific files. Successful deletion of critical files like wp-config.php can force a WordPress site into a re-installation state or trigger other application behaviors that lead to remote code execution. Defenders should prioritize updating the plugin to the latest patched version or disabling the component if an immediate update is not feasible.
Impact
Successful exploitation of CVE-2026-14524 allows for the deletion of any file accessible to the web server process. In a WordPress environment, this typically results in the removal of configuration files like wp-config.php, which can lead to site takeover, loss of data integrity, and remote code execution if the application is subsequently re-installed or misconfigured by the attacker.
Recommendation
- Update the ProSolution WP Client plugin to the latest available version containing a patch for CVE-2026-14524.
- Monitor web server access logs for anomalous POST requests directed at plugin handlers proSol_fileUploadModalProcess and proSol_fileDeleteProcess.
- Audit filesystem integrity for critical WordPress configuration files like wp-config.php, particularly on internet-facing WordPress instances.
- Use the webserver log source to identify and block unauthorized access attempts if patching is delayed.
Immediate actions
Patch WP Client plugin to version 2.0.9 or later
Threat Hunt
Search web logs for POST requests to proSol_fileDeleteProcess containing path traversal characters like ../
Data: webserver_logs
Mitigations
Disable ProSolution WP Client plugin until patched
CVE-2026-14524
Detection coverage 1
Detect CVE-2026-14524 - Potential File Deletion Attempt
highDetects exploitation attempts against ProSolution WP Client by monitoring for sequenced calls to the vulnerable handler and file deletion endpoint.
Detection queries are available on the platform. Get full rules →