CyberRota Analysis
AI-GeneratedThe vulnerability in phpMyFAQ prior to version 4.1.6 allows authenticated attackers to exploit insufficient path validation in the existing_image field during category updates, leading to arbitrary file deletion. This can enable attackers to remove critical files, such as the database.php configuration, thereby disabling security measures and facilitating unauthorized access to the installation wizard for creating superadmin accounts. Organizations using phpMyFAQ should prioritize this issue to safeguard against potential account takeovers and unauthorized access.
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
phpMyFAQ before 4.1.6 fails to validate path traversal sequences in the existing_image field during category updates, allowing authenticated attackers to delete arbitrary files by exploiting insufficient sanitization in Image::delete(). Attackers can delete the database.php configuration file to disable the installation gate and access the public setup wizard to create new superadmin accounts.