exploit-db-mirror/platforms/php/webapps/35431.txt
Offensive Security 5a0a6520d2 Updated 12_03_2014
2014-12-03 04:52:35 +00:00

9 lines
No EOL
647 B
Text
Executable file

source: http://www.securityfocus.com/bid/46794/info
RuubikCMS is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input before using it in dynamically generated content.
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.
RuubikCMS 1.0.3 is vulnerable; other versions may also be affected.
http://www.example.com/ruubikcms/cms/includes/head.php?cmspage=</title><script>alert(123);</script>