Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Re: Vbulletin 3.7.0 Gold >> Sql injection on faq.php

Re: Vbulletin 3.7.0 Gold >> Sql injection on faq.php

From: <skyline_at_yahoo.com>
Date: 27 May 2008 04:10:39 -0000
('binary' encoding is not supported, stored as-is) This is a bogus issue. There is no SQL injection.

It does cause a DB error, but it's not injection related.

Read the code properly.

$vbulletin->GPC['q'] gets split up into an array. ($search)
This array then goes through a foreach loop ($search AS $word)
Each $word is escaped before being put into the query ($whereText[] = "text LIKE('%" . $db->escape_string_like($word) . "%')";)
Received on May 27 2008

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]