繁体中文
设为首页
加入收藏
当前位置:JSP技术首页 >> 资料/其它 >> IBM WebSphere Application Server 3.0.2 存在暴露源代码漏洞

IBM WebSphere Application Server 3.0.2 存在暴露源代码漏洞

2005-02-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:涉及程序: IBM WebSphere Application Server 3.0.2 描述: IBM WebSphere Application Server 3.0.2 存在暴露源代码漏洞 详细: IBM WebSphere Application Server 允许攻击者查看 Web server 根目录以上的所有...

涉及程序:

IBM WebSphere Application Server 3.0.2

描述:

IBM WebSphere Application Server 3.0.2 存在暴露源代码漏洞

详细:

IBM WebSphere Application Server 允许攻击者查看 Web server 根目录以上的所有文件。IBM WebSphere 使用 Java Servlets 处理多种页面类型的分析(如 HTML, JSP, JHTML, 等等)。In addition 不同的 servlets 对不同的页面进行处理,如果一个请求的文件是未进行注册管理的,WebSphere 会使用一个默认的 servlet 作调用。如果文件路径以"/servlet/file/"作开头这个默认的 servlet 会被调用这个请求的文件会未被分析或编译就显示出来。

受影响系统:

IBM WebSphere 3.0.2 的所有版本

举例:

如果一个请求文件的 URL 为 "login.JSP":

http://site.running.websphere/login.JSP

那么访问

http://site.running.websphere/servlet/file/login.JSP

将看到这个文件的源代码。

解决方案:

下载并安装补丁:

http://www-4.ibm.com/software/webservers/appserv/efix.HTML

相关站点:

http://www-4.ibm.com/software/webservers/appserv/

责任编辑:admin
相关文章