1. Cross-Site Request Forgery (CSRF) in CMS Made Simple: CVE-2012-5450
The application allows authorized administrator to perform certain actions via HTTP requests without making proper
validity checks to verify the source of the requests. This can be exploited to delete arbitrary files and directories.
An attacker should make logged-in administrator open a malicious link in the browser to exploit this vulnerability.
The following PoC (Proof of Concept) code will delete the root directory with all files leading to complete destroy of
the CMS: