exploit-db-mirror/platforms/php/webapps/33446.txt
Offensive Security 5b5e154bd7 Updated 05_22_2014
2014-05-22 04:36:28 +00:00

12 lines
No EOL
747 B
Text
Executable file

source: http://www.securityfocus.com/bid/37512/info
Barbo91 is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
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.
The following example URIs are available:
http://www.example.com/barbo91_uploads/upload.php?MAX_FILE_SIZE=1024000&UploadedFile=1<script>alert(213771818860)</script>
http://www.example.com/barbo91_uploads/upload.php?MAX_FILE_SIZE=1024000&UploadedFile=1<img+src=http://server/Hack.jpg+onload=alert(213771818860)>