当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2014-072183

漏洞标题:用友软件协作办公平台通用DBA权限SQL注入漏洞之二

相关厂商:用友软件

漏洞作者: 路人甲

提交时间:2014-08-13 11:54

修复时间:2014-11-08 11:56

公开时间:2014-11-08 11:56

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:10

漏洞状态:漏洞已经通知厂商但是厂商忽略漏洞

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-08-13: 细节已通知厂商并且等待厂商处理中
2014-08-18: 厂商主动忽略漏洞,细节向第三方安全合作伙伴开放
2014-10-12: 细节向核心白帽子及相关领域专家公开
2014-10-22: 细节向普通白帽子公开
2014-11-01: 细节向实习白帽子公开
2014-11-08: 细节向公众公开

简要描述:

RT

详细说明:

谷歌关键字: intitle:"fe协作"
注入点:
common\selectUDR.jsp?id=*

<%
//String sIsModelWindow="0";
UserAnalyse userAnalyse=(UserAnalyse)ResourceManage.getContext("userAnalyse");
String saveValue=HtmlFormat.format(StringUtil.ISOToGBK(request.getParameter("id")));//注入点
String isModel=HtmlFormat.format(request.getParameter("isModel"));
String tagValue=HtmlFormat.format(StringUtil.ISOToGBK(request.getParameter("tagValue")));
String tagShow=HtmlFormat.format(StringUtil.ISOToGBK(request.getParameter("tagShow")));
String showValue="";
saveValue="null".equals(saveValue)?"":saveValue;
//if("".equals(saveValue)){
//saveValue="null".equals(tagValue)?"":tagValue;
//}
Map map=null;
if(!"".equals(saveValue))
map=userAnalyse.getAllUserName(saveValue);
if(map!=null){
for(Iterator it=map.keySet().iterator();it.hasNext();){
String v=(String)it.next();
if(v!=null)
showValue+=v+",";
}
if(!"".equals(showValue)){
showValue=showValue.substring(0,showValue.lastIndexOf(","));
}
}
String promptStr=request.getParameter("code");

%>

漏洞证明:

1.http://119.145.194.122:9090/common/selectUDRTree.jsp?id=1*

y.jpg


2.http://220.168.210.109:9090/common/selectUDR.jsp?id=1*

y.jpg


3.http://fsd2014.f3322.org:9090/common/selectUDR.jsp?id=1* --dbms=mssql

yy.jpg


修复方案:

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2014-11-08 11:56

厂商回复:

最新状态:

暂无