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

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

缺陷编号:wooyun-2014-056677

漏洞标题:金蝶网某站目录遍历导致源码泄露

相关厂商:金蝶

漏洞作者: 漫步云端

提交时间:2014-04-11 15:53

修复时间:2014-05-26 15:54

公开时间:2014-05-26 15:54

漏洞类型:重要敏感信息泄露

危害等级:高

自评Rank:15

漏洞状态:厂商已经确认

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-04-11: 细节已通知厂商并且等待厂商处理中
2014-04-11: 厂商已经确认,细节仅向厂商公开
2014-04-21: 细节向核心白帽子及相关领域专家公开
2014-05-01: 细节向普通白帽子公开
2014-05-11: 细节向实习白帽子公开
2014-05-26: 细节向公众公开

简要描述:

服务器配置不当,造成目录遍历和代码泄露。

详细说明:

地址:http://cvnuser.test.kingdee.com/


1.png


数据库配置:http://cvnuser.test.kingdee.com/webapp/WEB-INF/classes/conf/spring/applicationContext-datasource.xml


3.png


源码泄露:http://cvnuser.test.kingdee.com/webapp/


4.png


5.png


随便看一个文件 ../admin/admin_index.jsp


<%@ include file="/include/no-cache.jsp" %>
<%@ page contentType="text/html;charset=GBK"%>
<head>
<title>KingdeeCMS v1.0网站管理平台</title>
</head>
<frameset rows="58,*" frameborder="no" border="0" framespacing="2">
<frame name="adminTop" noresize scrolling="no" target="adminLeft" src="/admin/admin_top.jsp"/>
<frameset id="admin_main" cols="150,*" frameborder="no" border="0" framespacing="2" borderColor="#E8F0F4">
<frame name="adminLeft" target="adminRight" src="/admin/admin_left.jsp"/>
<frame name="adminRight" src="/admin/admin_right.jsp"/>
</frameset>
</frameset>


最后附个一个phpmyadmin的登录地址:http://cvnuser.test.kingdee.com/phpMyadmin

漏洞证明:

如上。

修复方案:

版权声明:转载请注明来源 漫步云端@乌云


漏洞回应

厂商回应:

危害等级:中

漏洞Rank:10

确认时间:2014-04-11 17:08

厂商回复:

此服务器为一般系统开发测试使用,存放的是旧代码,现已经修复。谢谢漫步云端 兄弟帮忙测试发现问题。

最新状态:

暂无