CyberRota Analysis
AI-GeneratedWolf CMS versions up to 0.8.3.1 are vulnerable to a remote code execution flaw in the FileManagerController, allowing authenticated attackers to create and execute arbitrary PHP files due to inadequate file extension validation. This vulnerability poses a significant risk, enabling attackers with the appropriate permissions to upload malicious scripts that can be executed via HTTP requests. Organizations using this CMS should prioritize patching or mitigating this vulnerability to prevent potential 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
Wolf CMS through 0.8.3.1 contains a remote code execution vulnerability in FileManagerController that allows authenticated attackers to create arbitrary PHP files by exploiting missing file extension validation in the create_file() and save() functions. Attackers with the file_manager_mkfile capability can write malicious PHP content into the web-accessible FILES_DIR directory and trigger execution by requesting the file over HTTP.