Cross-site request forgery in CMS Made Simple - CVE-2016-7904
Published: January 16, 2017 / Updated: January 16, 2017
CMS Made Simple
Detailed vulnerability description
The vulnerability allows a remote attacker to perform CSRF attacks.
The vulnerability exists due to improper validation of the HTTP request origin in "admin/adduser.php" script. A remote attacker can create a specially specially crafted web page, trick the authenticated victim into visiting it, perform cross-site request forgery attack and hijack the authentication of administrators for requests that create accounts.
Successful exploitation of the vulnerability may allow an attacker to gain administrative access to vulnerable website.