vendor:
User Status
by:
Chip D3 Bi0s
N/A
CVSS
N/A
Local File Inclusion
22
CWE
Product Name: User Status
Affected Version From: 1.21.16
Affected Version To: 1.21.16
Patch Exists: N/A
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
2010
Joomla Component User Status Local File Inclusion
The component back end allows the entry of locations. Also assigning users to a location is done in the back end. Users that are not assigned a location do not show up in the User Status Screen. After creating locations and assigning users, an attacker can exploit the vulnerability by sending a crafted URL to the vulnerable application, such as http://127.0.0.1/index.php?option=com_userstatus&controller=../../../../../../../../../../etc/passwd%00, which will allow the attacker to view sensitive information from the server.
Mitigation:
Ensure that user input is properly validated and sanitized before being used in the application.