vendor:
Jamroom
by:
Cyberlog
7.5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Jamroom
Affected Version From: 3.3.2005
Affected Version To: 3.3.2005
Patch Exists: YES
Related CWE: N/A
CPE: a:jamroom:jamroom
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
2008
CMS Jamroom Version 3.3.5
A remote file inclusion vulnerability exists in CMS Jamroom Version 3.3.5. The vulnerability is due to the 'jm_dir' parameter in the 'include/plugins/jrBrowser/purchase.php' script not properly sanitized before being used in a 'require_once' call. This can allow a remote attacker to include and execute arbitrary local files.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in a 'require_once' call.