vendor:
com_redshop
by:
NoGe
7,5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: com_redshop
Affected Version From: 1.0.x
Affected Version To: 1.0.x
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
2009
Joomla Component redSHOP Local File Inclusion Vulnerability
A local file inclusion vulnerability exists in com_redshop version 1.0.x, which allows an attacker to include a file from the local system. This can be exploited to gain access to sensitive information or to execute arbitrary code. The vulnerability is due to insufficient sanitization of user-supplied input to the 'view' parameter in the 'index.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal sequences and a URL-encoded NULL byte (%00) to the vulnerable script. This can result in the disclosure of sensitive information or the execution of arbitrary code.
Mitigation:
Input validation should be used to prevent directory traversal attacks. All user-supplied input should be validated and filtered for malicious characters.