vendor:
IsolSoft Support Center
by:
Moudi
8,8
CVSS
HIGH
Remote File Inclusion (RFI), Local File Inclusion (LFI) and Cross-Site Scripting (XSS)
79, 98, 99
CWE
Product Name: IsolSoft Support Center
Affected Version From: 2.5
Affected Version To: 2.5
Patch Exists: NO
Related CWE: N/A
CPE: a:isolsoft:isolsoft_support_center:2.5
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
2020
IsolSoft Support Center 2.5 (RFI/LFI/XSS) Multiples Vulnerabilities
IsolSoft Support Center 2.5 is vulnerable to Remote File Inclusion (RFI), Local File Inclusion (LFI) and Cross-Site Scripting (XSS). The vulnerable code is present in the ‘lang’ parameter of the ‘newticket.php’, ‘index.php’ and ‘rempass.php’ files. An attacker can exploit this vulnerability by sending a maliciously crafted URL to the target server. For XSS, the attacker can send a malicious JavaScript code in the ‘lang’ parameter of the ‘newticket.php’ file. For RFI and LFI, the attacker can send a malicious file path in the ‘lang’ parameter of the ‘index.php’, ‘newticket.php’ and ‘rempass.php’ files.
Mitigation:
The application should filter the user input and validate the file path before processing it. The application should also use a whitelist of allowed characters and reject any input that contains characters outside the whitelist.