漏洞概要 关注数(24) 关注此漏洞
缺陷编号:wooyun-2016-0200045
漏洞标题:亚太财产保险配置信息错误导致数据库配置文件泄露
相关厂商:亚太财产保险
漏洞作者: 奶嘴
提交时间:2016-04-24 21:30
修复时间:2016-06-11 11:30
公开时间:2016-06-11 11:30
漏洞类型:应用配置错误
危害等级:高
自评Rank:20
漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理
漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]
Tags标签: 无
漏洞详情
披露状态:
2016-04-24: 细节已通知厂商并且等待厂商处理中
2016-04-27: 厂商已经确认,细节仅向厂商公开
2016-05-07: 细节向核心白帽子及相关领域专家公开
2016-05-17: 细节向普通白帽子公开
2016-05-27: 细节向实习白帽子公开
2016-06-11: 细节向公众公开
简要描述:
RTRT
详细说明:
http://**.**.**.**/%C0%AE/WEB-INF/webContext.xml
-->
<bean id="BUSINESS_FACADE" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl" value="http://localhost:8002/businessFacade.service"/>
<property name="serviceInterface" value="org.javatech.ebf.app.facade.BusinessFacade"/>
</bean>
<bean id="coreInterFaceFacade" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>http://localhost:9001/coreInterFace.action</value>
</property>
<property name="serviceInterface">
<value>org.javatech.ebf.app.facade.BusinessFacade</value>
</property>
</bean>
<bean id="realCoreInterFaceFacade" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>
**.**.**.**:7002/transactionProcess.service
</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
</value>
</property>
</bean>
<bean id="coreInterFaceFacade_claim" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<!--
测试环境配置是 **.**.**.**:8011/transactionProcess.service
-->
<property name="serviceUrl">
<value>**.**.**.**:6005/transactionProcess.service</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
</value>
</property>
</bean>
<!-- 第三方支付核心财务接口 -->
<bean id="realCoreInterFaceFacade_fin" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>
**.**.**.**:6009/transactionProcess.service
</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
漏洞证明:
http://**.**.**.**/%C0%AE/WEB-INF/webContext.xml
-->
<bean id="BUSINESS_FACADE" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl" value="http://localhost:8002/businessFacade.service"/>
<property name="serviceInterface" value="org.javatech.ebf.app.facade.BusinessFacade"/>
</bean>
<bean id="coreInterFaceFacade" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>http://localhost:9001/coreInterFace.action</value>
</property>
<property name="serviceInterface">
<value>org.javatech.ebf.app.facade.BusinessFacade</value>
</property>
</bean>
<bean id="realCoreInterFaceFacade" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>
**.**.**.**:7002/transactionProcess.service
</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
</value>
</property>
</bean>
<bean id="coreInterFaceFacade_claim" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<!--
测试环境配置是 **.**.**.**:8011/transactionProcess.service
-->
<property name="serviceUrl">
<value>**.**.**.**:6005/transactionProcess.service</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
</value>
</property>
</bean>
<!-- 第三方支付核心财务接口 -->
<bean id="realCoreInterFaceFacade_fin" class="org.springframework.remoting.httpinvoker.HttpInvokerProxyFactoryBean">
<property name="serviceUrl">
<value>
**.**.**.**:6009/transactionProcess.service
</value>
</property>
<property name="serviceInterface">
<value>
com.chinainsurance.application.extbusiness.service.facade.TransactionProcess
修复方案:
删除
版权声明:转载请注明来源 奶嘴@乌云
漏洞回应
厂商回应:
危害等级:中
漏洞Rank:7
确认时间:2016-04-27 11:21
厂商回复:
CNVD确认并复现所述情况,已经转由CNCERT向保险行业信息化主管部门通报,由其后续协调网站管理单位处置.
最新状态:
暂无