vendor:
Component com_dashboard
by:
FL0RiX
7,5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: Component com_dashboard
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
2020
Joomla Component com_dashboard
A directory traversal vulnerability exists in Joomla Component com_dashboard, which allows an attacker to read arbitrary files on the server. This vulnerability is due to insufficient sanitization of user-supplied input to the 'controller' parameter in the 'index.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal characters (e.g., '../') to the vulnerable script. This may allow the attacker to read arbitrary files on the server.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in file operations.