CyberRota Analysis
AI-GeneratedCockpit CMS 2.6.0 contains an unrestricted file upload vulnerability that permits authenticated users to upload files of any extension, including PHP scripts, due to a default wildcard configuration in allowed_uploads. This flaw enables attackers to upload a PHP webshell, potentially allowing them to execute arbitrary OS commands on the server. Organizations using this CMS should prioritize patching this vulnerability to mitigate the risk of unauthorized access and server compromise.
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
An unrestricted file upload vulnerability in Cockpit CMS 2.6.0 allows authenticated users to upload files of any extension including PHP scripts via the asset upload endpoint. The allowed_uploads configuration defaults to wildcard (*) and uploaded files are stored in a web-accessible directory. An attacker with any authenticated account can upload a PHP webshell and execute arbitrary OS commands on the server.