Thread: Attention!
View Single Post
  #1  
Old 10th March 2009, 22:36
kp380lv's Avatar
kp380lv kp380lv is offline
Senior Member
 
Join Date: May 2008
Latvia
Posts: 388
Exclamation Attention!
I'm looking guys who can help me search security holes on PRE7 v2.2.

Who knows how to look's XSS hole and SQL subscribe HERE to help make better YSE PRE7!

Objective:

Search for security holes
Search functionality errors.

Preview of XSS hole: stats.php

Code:
$uporder = $_GET['uporder'];
$catorder =$_GET["catorder"];
Should be to

Code:
$uporder = intval($_GET['uporder']);
$catorder = intval($_GET["catorder"]);

P.S

I create new theme too for this version;)
Reply With Quote
The Following User Says Thank You to kp380lv For This Useful Post:
shadow1992 (11th March 2009)