vendor:
Joomla Component com_event
by:
altbta
7,5
CVSS
HIGH
Multiple Vulnerabilities
N/A
CWE
Product Name: Joomla Component com_event
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
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_event
The exploit allows an attacker to perform Local File Inclusion (LFI) and SQL Injection attacks on the vulnerable Joomla Component com_event. The attacker can use the Dork inurl:"com_event" to find vulnerable websites. The LFI attack can be performed by sending a crafted HTTP request to the vulnerable website with the view parameter set to [LFI]. The SQL Injection attack can be performed by sending a crafted HTTP request to the vulnerable website with the task parameter set to details and the sid parameter set to -61 union select 1,concat(username,0x3a,password),3,4,5,6,7,8,9,10 from jos_users--.
Mitigation:
The website should be updated to the latest version of Joomla Component com_event. Input validation should be performed on all user-supplied data. Access to the vulnerable parameters should be restricted.