vendor:
Cartweaver
by:
HaxOr
7,5
CVSS
HIGH
Local File Inclusion (LFI)
22
CWE
Product Name: Cartweaver
Affected Version From: 3
Affected Version To: 3
Patch Exists: NO
Related CWE: N/A
CPE: a:cartweaver:cartweaver:3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7 and Windows 8
2012
Cartweaver 3 LFI exploit
Vulnerability is in the Help Documents located in /admin/helpfiles/. AdminHelp.php ~ lines 42-44, which includes a $_GET parameter that is not properly sanitized, allowing an attacker to read arbitrary files on the server.
Mitigation:
Input validation should be used to prevent the inclusion of files from external sources.