PHP程序员站--PHP编程开发平台
 当前位置:主页 >> 新闻咨询 >> 业内新闻 >> 

Apache ActiveMQ URL请求源码泄露漏洞

Apache ActiveMQ URL请求源码泄露漏洞

来源:互联网  作者:  发布时间:2010-04-26
受影响系统: Apache Group ActiveMQ 5.3.1 不受影响系统: Apa

受影响系统:
Apache Group ActiveMQ 5.3.1
不受影响系统:
Apache Group ActiveMQ 5.4.0
描述:

BUGTRAQ  ID: 39636

Apache ActiveMQ是流行的消息传输和集成模式提供程序。

Apache ActiveMQ中存在输入验证错误,用户在提交给admin/index.jsp、admin/queues.jsp、admin /topics.jsp等管理页面的URL请求后附加“//”就可以读取JSP页面源码。


链接:

http://marc.info/?l=bugtraq&m=127196074718617&q=p3
https://issues.apache.org/activemq/si/jira.issueviews:issue-html/AMQ-2700/AMQ-2700.html
http://secunia.com/advisories/39567/

测试方法:
--------------------------------------------------------------------------------

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!

http://www.example.com:8161//admin/index.jsp
http://www.example.com:8161//admin/queues.jsp
http://www.example.com:8161//admin/topics.jsp

建议:
--------------------------------------------------------------------------------
临 时解决方法:

1. 到${ACTIVEMQ_HOME}/webapps}}目录下
2. 创建名为static的新目录 - mkdir static
3. 将index.html文件移动到该目录下 - mv index.html static/
4. 更改ResourceHandler使用static目录,编辑{{${ACTIVEMQ_HOME}/conf/jetty.xml将 ResourceHandler定义更改为

<bean class="org.mortbay.jetty.handler.ResourceHandler">
  <property name="welcomeFiles">
    <list>
      <value>index.html</value>
    </list>
  </property>
  <property name="resourceBase" value="${activemq.base}/webapps/static"/>
</bean>

厂商补丁:

Apache Group
------------
目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载:

https://repository.apache.org/content/repositories/snapshots/org/apache/activemq/apache-activemq/5.4-SNAPSHOT/apache-activemq-5.4-SNAPSHOT-bin.tar.gz


延伸阅读:
增加Apache最大连接数的方法详细介绍
什么是Apache
Apache HTTP Server 中发现严重安全漏洞
Mozilla 复查其开源协议或与Apache 协议兼容
Apache FtpServer 1.0.4 发布
Apache CouchDB 0.11.0 发布,NoSQL数据库
Apache CouchDB数据库简介
黑客攻破apache.org官网 安全问题发人深思
Tags: Apache   ActiveMQ   url   源码   漏洞   请求   C   em     泄露  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号