CyberRota Analysis
AI-GeneratedThe Frontend Admin plugin for WordPress is susceptible to arbitrary file deletion due to inadequate file path validation in the move_folders function, affecting all versions up to 3.29.12. This vulnerability allows unauthenticated attackers to delete critical files on the server, potentially leading to remote code execution, particularly if sensitive files like wp-config.php are targeted. WordPress administrators using this plugin should prioritize immediate updates to mitigate the risk of exploitation.
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 Frontend Admin by DynamiApps plugin for WordPress is vulnerable to arbitrary file deletion due to insufficient file path validation in the move_folders function in all versions up to, and including, 3.29.12. 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). This is exploitable without authentication when a form is configured with public visibility (who_can_see='all'), as the required nonce is publicly obtainable from the rendered form.