CSRF and XSS in PHP MicroCMS
The vulnerability exists due to failure in the 'index.php?admin=my_account' script to properly verify the source of HTTP request. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data. An attacker can use browser to exploit this vulnerability and change administrator password. The vulnerability also exists due to failure in the 'index.php?admin=static_pages_edit&pk=home' script to properly sanitize user-supplied input in 'page_text' variable. Successful exploitation of this vulnerability could result in a compromise of the application, theft of cookie-based authentication credentials, disclosure or modification of sensitive data.