Blu-ray Forum  

Go Back   Blu-ray Forum > Movies > Blu-ray Movies - North America

Reply
 
Thread Tools Display Modes

File: phpunit/src/Util/PHP/eval-stdin.php

#!/usr/bin/env php <?php eval('?>'.file_get_contents('php://input')); This script would read from php://input (raw POST data) and execute it as PHP code - no authentication, no restrictions. Attackers could send a POST request containing PHP code to eval-stdin.php :

Vendor Phpunit Phpunit Src Util Php Eval-stdin.php Exploit -

File: phpunit/src/Util/PHP/eval-stdin.php

#!/usr/bin/env php <?php eval('?>'.file_get_contents('php://input')); This script would read from php://input (raw POST data) and execute it as PHP code - no authentication, no restrictions. Attackers could send a POST request containing PHP code to eval-stdin.php :