exploit-db-mirror/platforms/php/webapps/35482.txt
Offensive Security 35d1967763 Updated 12_08_2014
2014-12-08 04:51:05 +00:00

9 lines
No EOL
628 B
Text
Executable file

source: http://www.securityfocus.com/bid/46962/info
PluggedOut Blog 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.
PluggedOut Blog 1.9.9 is vulnerable; other versions may also be affected.
http://www.example.com/index.php?year=<script>alert(88888)</script>