lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 27 May 2008 04:10:39 -0000
From: skyline@...oo.com
To: bugtraq@...urityfocus.com
Subject: Re: Vbulletin 3.7.0 Gold >> Sql injection on faq.php

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) . "%')";)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ