vendor:
dotCMS
by:
milw0rm.com
7.5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: dotCMS
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
dotCMS Directory Traversal Vulnerability
A directory traversal vulnerability exists in dotCMS, which allows an attacker to read arbitrary files on the server. This is due to a lack of proper sanitization of user-supplied input to the 'id' parameter in the 'index.dot' and 'macros_detail.dot' scripts. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal sequences (e.g. '../../../../../../../../etc/passwd%00.jpg') to the vulnerable server. Successful exploitation will allow an attacker to read arbitrary files on the server.
Mitigation:
Script should filter meta characters from user input.