Jakeman
04-04-2004, 09:43 PM
Is PHP injection possible? The possibility just occurred to me. So far I haven't been successful in injecting PHP code through _REQUEST vars.
For example, http://www.domain.com/file.php?sort=");&order=DESC
With this code:
$var .= some_function($_REQUEST['sort'], $_REQUEST['order']);
In this example I get no parse errors and $_REQUEST['order'] still goes through.
For example, http://www.domain.com/file.php?sort=");&order=DESC
With this code:
$var .= some_function($_REQUEST['sort'], $_REQUEST['order']);
In this example I get no parse errors and $_REQUEST['order'] still goes through.