CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.