vendor:
Profbiz-Cart
by:
Zer0 Thunder
8,8
CVSS
HIGH
Local File Inclusion and Remote File Inclusion
98
CWE
Product Name: Profbiz-Cart
Affected Version From: N/A
Affected Version To: N/A
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: Windows XP sp2
2009
Local File Inclusion and Remote File Inclusion Vulnerability in Profbiz-Cart
The Profbiz-Cart application is vulnerable to Local File Inclusion (LFI) and Remote File Inclusion (RFI) attacks. The vulnerable code is present in the dl-authcontent.php, dl-maincatsearch-dlcontent.php and dloads-payed.php files. An attacker can exploit this vulnerability by sending a crafted HTTP request containing malicious code in the docroot parameter. This will allow the attacker to read sensitive files from the server or execute arbitrary code on the server.
Mitigation:
The application should be configured to only allow access to files that are necessary for the application to function. Additionally, input validation should be performed to ensure that the input is valid and does not contain malicious code.