vendor:
Joomla
by:
_mlk_
7,5
CVSS
HIGH
Local File Inclusion Vulnerability
22
CWE
Product Name: Joomla
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE: None
CPE: a:joomla:joomla
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: all OS
2010
Joomla Component SEF (com_sef) – LFI Vulnerability
Joomla Component SEF (com_sef) is vulnerable to Local File Inclusion (LFI) vulnerability. The vulnerable parameters are 'view' and 'controller'. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server. The malicious request can be in the form of 'http://<server>/index.php?option=com_sef&controller=../../../../../../../../../../../../../../../etc/passwd%00'
Mitigation:
The mitigation for this vulnerability is to ensure that the application is not vulnerable to directory traversal attacks. The application should validate user input and should not allow any malicious input.