exploit-db-mirror/platforms/php/webapps/33957.txt
Offensive Security 6c64ec7209 Updated 07_05_2014
2014-07-05 04:39:53 +00:00

9 lines
No EOL
586 B
Text
Executable file

source: http://www.securityfocus.com/bid/39987/info
kloNews is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
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 may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
kloNews 2.0 is vulnerable; other versions may also be affected.
http://wwww.example.com/cat.php?cat=<script>alert(document.cookie);</script>