Thread: TBDevRU 3.2
View Single Post
  #62  
Old 18th February 2010, 14:50
Phogo's Avatar
Phogo Phogo is offline
VIP
 
Join Date: Jan 2008
United Kingdom
Posts: 902
Default
There is cross site scripting available on this source in the following files:

/redir.php
url/displaylang
/tags.php
test

The POST variable test has been set to [img]JaVaScRiPt:alert(517721760607)[/img]

then again in redir xxs by uri

This XSS variant usually appears when a PHP script is using one of following variables without filtering them:
  • PHP_SELF
  • REQUEST_URI
  • SCRIPT_URL
  • SCRIPT_URI
DO NOT USE THIS ON A LIVE SITE!
Reply With Quote
The Following 2 Users Say Thank You to Phogo For This Useful Post:
Fynnon (27th August 2010), torrentraffic (21st February 2010)