exploit-db-mirror/platforms/php/webapps/31049.txt
Offensive Security acf3e755a7 Updated 01_21_2014
2014-01-21 04:28:26 +00:00

9 lines
No EOL
637 B
Text
Executable file

source: http://www.securityfocus.com/bid/27401/info
DeluxeBB is prone to a cross-site scripting vulnerability because the application 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 help the attacker steal cookie-based authentication credentials and launch other attacks.
This issue affects DeluxeBB 1.1; other versions may also be vulnerable.
http://www.example.com/path/templates/default/admincp/attachments_header.php?lang_listofmatches=<script>alert("XSS")</script>