RiotSecurity
New Member
At least they attempted to secure it.... not.Who knew you weren't supposed to pass $_GET and $_POST to the command line on a SETUID root process?
Francisco
$cleaned = $_POST['variable']; // must be clean, doh!
exec($cleaned);