|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Lostmon
gmail.com
Date: Mon Apr 23 2012 - 14:07:53 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
This is a discontinued product from 2007
also we can do a simple patch to all variables here:
####### Vulnerable code ############
$book = $_REQUEST['book'];
$chapter = $_REQUEST['chapter'];
$version = $_REQUEST['version'];
$curl = $_SERVER['REQUEST_URI'];
$searchword = $_REQUEST['searchword'];
#################################
######### Patch here ############
$book = intval($_REQUEST['book']);
$chapter = intval($_REQUEST['chapter']);
$version = htmlspecialchars($_REQUEST['version']);
$curl = $_SERVER['REQUEST_URI'];
$searchword = htmlspecialchars($_REQUEST['searchword']);
##################################
Thnx For your time !!
--
atentamente:
Lostmon (lostmon
gmail.com)
Web-Blog: http://lostmon.blogspot.com/
Google group: http://groups.google.com/group/lostmon
--
La curiosidad es lo que hace mover la mente....
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]