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

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

缺陷编号:wooyun-2010-0969

漏洞标题:Sohu某站点目录遍历和任意代码泄露

相关厂商:Sohu.com

漏洞作者: 路人甲

提交时间:2010-12-16 11:42

修复时间:2010-12-21 12:00

公开时间:2010-12-21 12:00

漏洞类型:系统/服务运维配置不当

危害等级:中

自评Rank:10

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2010-12-16: 细节已通知厂商并且等待厂商处理中
2010-12-21: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

Sohu某站点由于配置不当导致目录遍历和任意代码泄露

详细说明:

http://pic.pp.sohu.com/

漏洞证明:

<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.sohu.photoserver.loadbalance.*, com.sohu.photoserver.upload.util.BeanUtil" %>
<html>
<head>
<title>
refresh
</title>
</head>
<body bgcolor="#ffffff">
<h1>
服务器分组刷新管理
</h1>
<form method="post" action="refresh.jsp">
确认要刷新服务器分组吗?
<br><br>
<input type="submit" name="refresh" value="确认">
<input type="reset" value="Reset">
</form>
<%
String oper = request.getParameter("refresh");
if (oper != null) {
BalancerRefreshThread thread = (BalancerRefreshThread) BeanUtil.getBean(request.getSession().getServletContext(), "balancerRefreshThread");
thread.refreshServers(3);
ServerBalancer imageFileBalancer = thread.getImageFileBalancer();
LoadBalanceImpl fileload = (LoadBalanceImpl) imageFileBalancer.getLoadBalance();
out.print("<br>文件服务器:<br>"+fileload.getLoadMatrix());
thread.refreshServers(2);
ServerBalancer imageUploadBalancer = thread.getImageUploadBalancer();
LoadBalanceImpl uploadload = (LoadBalanceImpl) imageUploadBalancer.getLoadBalance();
out.print("<br>上传服务器:<br>"+uploadload.getLoadMatrix());
}
%>
</body>
</html>

修复方案:

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


漏洞回应

厂商回应:

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

忽略时间:2010-12-21 12:00

厂商回复:

漏洞Rank:5 (WooYun评价)

最新状态:

暂无