vendor:
PHP Simple Shop
by:
Ahmad Maulana a.k.a Matdhule
9
CVSS
CRITICAL
Remote File Inclusion
98
CWE
Product Name: PHP Simple Shop
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:turnkey_web_tools:php_simple_shop
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
PHP Simple Shop <= 2.0 (abs_path) Remote File Inclusion
Input passed to the 'abs_path' parameter in index.php is not properly verified before being used. This can be exploited to execute arbitrary PHP code by including files from local or external resources.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized.