vendor:
Shopping Catalog
by:
v1per-haCker
9,3
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: Shopping Catalog
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: N/A
2006
Shopping Catalog (RFI)
The Shopping Catalog script is vulnerable to a Remote File Inclusion (RFI) vulnerability. This vulnerability allows an attacker to include a remote file, containing arbitrary code, on the vulnerable server. This can be exploited to execute arbitrary PHP code on the vulnerable server.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in web applications. This can be done by using a whitelist of accepted inputs that strictly conform to specifications.