当前位置: 首页 > 图文教程 > 网络编程 > JSP > 多中WEB服务器的通用JSp源代码暴露漏洞

JSP
JSP连接各类数据库大全(上)
JSP连接各类数据库大全(下)
JSP在win2000下的安装
JSP及语法概要
JSP中文问题解决方案
JSP连接SQL SERVER问题总结
在windows环境下安装tomcat
在NT上安装Apache+Servlet+jsp
jsp与ejb通信
关于JSP写文件的补充
win2k在apache1.3上配置tomcat3.1
在Linux上安装Tomcat
JSP数据库操作例程 - 数据分页显示 - JDBC 2.0 - Oracle
JSP数据库操作例程 - 存储过程 - JDBC-ODBC - SQL Server - 1.1版本
JSP实现在浏览器关闭cookies情况下的会话管理
jsp源码实例2(获取表单参数)
jsp源码实例1(输出)
JSP文件操作例程 - 读文件
在JSP中写text文件
在Linux上架设支持JSP+PHP的Web服务器

JSP 中的 多中WEB服务器的通用JSp源代码暴露漏洞


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-02   浏览: 47 ::
收藏到网摘: n/a

bugtraq id 1328
class Design Error
cve CVE-2000-0499
remote Yes
local Yes
published June 08, 2000
updated November 10, 2000
vulnerable BEA Systems Weblogic 4.5.1
- Microsoft Windows NT 4.0
BEA Systems Weblogic 4.0.4
- Microsoft Windows NT 4.0
BEA Systems Weblogic 3.1.8
- Microsoft Windows NT 4.0
IBM Websphere Application Server 3.0.21
- Sun Solaris 8.0
- Microsoft Windows NT 4.0
- Linux kernel 2.3.x
- IBM AIX 4.3
Unify eWave ServletExec 3.0
- Sun Solaris 8.0
- Microsoft Windows 98
- Microsoft Windows NT 4.0
- Microsoft Windows NT 2000
- Linux kernel 2.3.x
- IBM AIX 4.3.2
- HP HP-UX 11.4

Many webservers are case-sensitive, but do not have all possible combinations of cases in mapped extensions mapped properly.

By changing the letters in a JSP or a JHTML file extension from lower case to upper case (eg: .jsp or .jhtml becomes .JSP or .JHTML) in a URL the server does not recognize the file extension and sends the file normally. In that manner, a user is able to access the source code to those specific files.