Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

2.5GBK新发现三处漏洞,请官方大佬确认是不是漏洞。谢谢!

[复制链接]
梦里梦她 发表于 2013-11-17 13:50:18 | 显示全部楼层 |阅读模式
2.5GBK新发现三处漏洞,请官方大佬确认是不是漏洞。谢谢!


  1. 一共有三处。第一处:路径:/source/include/modcp/modcp_plugin.php
  2. 代码:第14行:$modtpl = $_GET['id'];
  3. 第16行:include pluginmodule($_GET['id'], 'modcp_'.$op);

  4. 一共有三处。第二处:路径:/source/include/space/space_plugin.php
  5. 代码:第14行:$pluginkey = 'space_'.$_GET['op'];
  6. 第15行:$navtitle = $_G['setting']['plugins'][$pluginkey][$_GET['id']]['name'];
  7. 第17行:include pluginmodule($_GET['id'], $pluginkey);

  8. 一共有三处。第三处:路径:/source/module/misc/misc_stat.php
  9. 代码:第16行:$op = $_GET['op'];
  10. 第43行:        if($_GET['exportexcel']) {
  11. 第91行:         $statvars = call_user_func('getstatvars_'.$type, ($type == 'forumstat' ? $_GET['fid'] : ''));//getstatvars_forumstat($_GET['fid']);
  12. 第307行:        $before = $_GET['before'];
  13. 第310行:        $modworks_starttime = $_GET['modworks_starttime'];
  14. 第311行:        $modworks_endtime = $_GET['modworks_endtime'];
  15. 第316行:        $uid = !empty($_GET['uid']) ? $_GET['uid'] : 0;
  16. 第322行:         if(!isset($_GET['before']) && $modworks_starttime && $modworks_endtime) {
  17. 第344行:         $uid = $_GET['uid'];
  18. 第436行:        $srchmem = $_GET['srchmem'];
  19. 第437行:        $page = $_G['setting']['membermaxpages'] && isset($_GET['page']) && $_GET['page'] > $_G['setting']['membermaxpages'] ? 1 : $_GET['page'];
  20. 第442行:        $statvars['memberlist'] = C::t('common_member')->fetch_all_stat_memberlist($srchmem, $_GET['order'], $_GET['asc'] ? 'ASC' : 'DESC', $start_limit, $_G['setting']['memberperpage']);
  21. 第444行:        $multipage = multi($num, $_G['setting']['memberperpage'], $page, 'misc.php?mod=stat&op=memberlist&srchmem='.rawurlencode($srchmem).'&order='.rawurlencode($_GET['order']).'&asc='.rawurlencode($_GET['asc']), $_G['setting']['membermaxpages']);
  22. 第469行:         if($_GET['month']) {
  23. 第470行:         $end_month = trim($_GET['month']);
  24. 第494行:         if($_GET['xml']) {
  25. 第526行:        $statvars['statuspara'] = "path=&settings_file=data/stat_setting.xml&data_file=".urlencode("misc.php?mod=stat&op=forumstat&fid=$fid&month={$_GET['month']}&xml=1");
复制代码


回复

使用道具 举报

 楼主| 梦里梦她 发表于 2013-11-18 16:51:55 | 显示全部楼层

感谢!有结果,麻烦告诉我一声,谢谢!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-9-11 05:43 , Processed in 0.102716 second(s), 15 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表