exploit-db-mirror/platforms/php/webapps/32349.txt
Offensive Security 7b85826f34 Updated 03_20_2014
2014-03-20 04:31:49 +00:00

9 lines
No EOL
557 B
Text
Executable file

source: http://www.securityfocus.com/bid/31082/info
PunBB is prone to multiple cross-site scripting vulnerabilities because it fails to properly 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 may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
Versions prior to PunBB 1.2.20 are vulnerable.
http://www.example.com/userlist.php?p=2<script>alert('meh');</script>