vendor:
Kayako eSupport
by:
beford
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Kayako eSupport
Affected Version From: 2.3.1
Affected Version To: 2.3.1
Patch Exists: YES
Related CWE: N/A
CPE: a:kayako:kayako_esupport
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
Kayako eSupport <= 2.3.1
Kayako eSupport version 2.3.1 and below is vulnerable to a Remote File Inclusion vulnerability. This vulnerability is due to the 'subd' parameter in the 'autoclose.php' script not being properly sanitized before being used in a 'require_once' call. This can be exploited to include arbitrary remote files by passing a URL in the 'subd' parameter. Successful exploitation requires that 'register_globals' is enabled.
Mitigation:
Disable 'register_globals' and ensure that all input is properly sanitized before being used in a 'require_once' call.