Lucene search

K
seebugRootSSV:2679
HistoryDec 25, 2007 - 12:00 a.m.

Woltlab Burning Board Lite Search.PHP多个SQL注入漏洞

2007-12-2500:00:00
Root
www.seebug.org
24

BUGTRAQ ID: 26973
CNCAN ID:CNCAN-2007122403

Woltlab Burning Board Lite是一款基于PHP的WEB应用程序。
Woltlab Burning Board Lite不正确过滤用户提交的输入,远程攻击者可以利用漏洞进行SQL注入攻击,获得敏感信息或操作数据库。
问题是’Search.PHP’脚本对用户提交的WEB参数缺少过滤,提交恶意SQL查询作为参数数据,可更改原来的SQL逻辑,获得敏感信息或操作数据库。

WoltLab Burning Board Lite 1.0.2

目前没有解决方案提供:
<a href=“http://www.woltlab.de/products/burning_board/index_en.php” target=“_blank”>http://www.woltlab.de/products/burning_board/index_en.php</a>


                                                &lt;?php
$host&nbsp;=&nbsp;$argv[1];
$path&nbsp;=&nbsp;$argv[2];
$searchstring&nbsp;=&nbsp;$argv[3];
$userid&nbsp;=&nbsp;$argv[4];
If&nbsp;($argc&nbsp;&lt;=&nbsp;4)
{
echo&nbsp;&quot;Usage:&nbsp;filena