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>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 15 Jul 2004 07:04:53 -0700
From: Rich Lafferty <rich@...ferty.ca>
To: bugtraq@...urityfocus.com
Subject: Re: PHP BB bug


On Sun, Jul 11, 2004 at 11:38:56PM -0000, sasan hezarkhani <gootiker@...il.com> wrote:
> 
> 
> Hello,
> i dont know if my foundation is acceptable or not but here we go i post it...
> 
> when u right an SQL query in the highlight section of the PHPBB u'll get all of the page highlighted
> example :
> 
> forums/viewtopic.php?t=[NUMBER HERE]&highlight=Bug,SELECT * FROM $table

It's highlighting "Bug", "Select", "*", "From", and "$table". But "*"
matches everything. Try:

   http://forum.example.com/viewtopic.php?t=[num]&highlight=*

That's exactly how it is intended to work. Not only is it not a security
issue, it's not even a bug.

  -Rich

-- 
Rich Lafferty --------------+-----------------------------------------------
 Ottawa, Ontario, Canada    |  Save the Pacific Northwest Tree Octopus!
 http://www.lafferty.ca/    |    http://zapatopi.net/treeoctopus.html
rich@...ferty.ca -----------+-----------------------------------------------


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ