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

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.

时间: 2024-09-16 05:53:15

多种WEB服务器的通用JSp源代码暴露漏洞的相关文章

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

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.0BEA Systems Weblogic 4.0.4- Microsoft Windows NT 4.0BEA Systems

IBM WebSphere JSP源代码暴露漏洞

bugtraq id 1500 class Access Validation Error cve GENERIC-MAP-NOMATCH remote Yes local Yes published July 24, 2000 updated July 24, 2000 vulnerable IBM Websphere Application Server 3.0.21- Sun Solaris 8.0- Microsoft Windows NT 4.0- Linux kernel 2.3.x

IBM WebSphere源代码暴露漏洞

web|源代码 bugtraq id 1500 class Access Validation Error cve GENERIC-MAP-NOMATCH remote Yes local Yes published July 24, 2000 updated July 24, 2000 vulnerable IBM Websphere Application Server 3.0.21 - Sun Solaris 8.0 - Microsoft Windows NT 4.0 - Linux k

IBM WebSphere源代码暴露漏洞_JSP编程

bugtraq id 1500 class Access Validation Error cve GENERIC-MAP-NOMATCH remote Yes local Yes published July 24, 2000 updated July 24, 2000 vulnerable IBM Websphere Application Server 3.0.21- Sun Solaris 8.0- Microsoft Windows NT 4.0- Linux kernel 2.3.x

嵌入式设备web服务器比较

目录(?)[-] Boa Thttpd Mini_httpd Shttpd Lighttpd Goahead AppWeb Apache 开发语言和开发工具 结论 备注   现在在嵌入式设备中所使用的web服务器主要有:boa.thttpd.mini_httpd.shttpd.lighttpd.goaheand.appweb和apache等. Boa 1.介绍 Boa诞生于1991年,作者Paul Philips.是开源的,应用很广泛,特别适合于嵌入式设备,网上流行程度很广.它的官方网站说boa

概述:Web服务器及其影响因素

作为一种资源的组织和表达机制,Web已成为Internet最主要的信息传送媒介.因此Web的性能已经成为判断一个网站成功与否的一个重要评估标准.而Web服务器则是决定Web性能的重要环节. Web服务器性能就是指一个Web服务器响应用户请求的能力.为了提高Web服务器的性能人们进行了诸多尝试,已经取得了可喜的成果.本文通过对前人研究结果的分析,提出了在具体应用环境中优化Web服务器的方法和策略. Web服务器 Web系统在现在网络中广泛使用,而Web服务器则是Web系统的一个重要组成部分.完整的

主流WEB服务器比较(1)

web|web服务|web服务器|比较|主流 有时候Apache给人的感觉是无处不在,每个人都在运行Apache,甚至包括它们的狗也运行有自己的Apache :).但是即使如此,仍然有很多种其他的Web服务器可供选择.本文就对目前市场上主流Web服务器进行全面的比较. 一. WEB服务器Apache无处不在,可以运行在包括Linux.Soloris等多种系统平台之上.Apache在网络市场是无可争议的领头羊.几乎在任何一本关于网络管理的教程中关于Web服务器内容讨论的都是Apache.当然选择A

一个安全WEB服务器的安装(1)

web|web服务|web服务器|安全 WEB服务器是Internet上最暴露的服务器.为了让客户/目标用户群访问提供的信息,WEB服务器必需是Internet上的任何接入点都可以访问的.与其它诸如DNS和FTP等公共服务相比,WEB对黑客高手更有诱惑力,因为一个成功地侵入一个网站的人可以更改主页从而让别人更加意识到他的存在.这些入侵事件能够让一个公司失去客户的信任,尤其是当一些敏感数据(如信用卡详细信息等)被窃取甚至被公开时就更加严重. 如果说用于防止从Internet对内部网络进行攻击的防火

Python网络框架——Web服务器

引言:Web服务器是连接用户浏览器与Python服务器端程序的中间节点,在网站建立的过程中起着重要的作用.目前最主流的Web服务器包括Nginx.Apache.lighthttpd.IIS等.Python服务器端程序在Linux平台下使用最广泛的是Nginx. 本文将带您学习Python程序与Web服务器连接的WSGI接口.Nginx的安装和配置方法,以及搭建SSL网站的技术.本文选自<Python高效开发实战--Django.Tornado.Flask.Twisted>一书. 实战演练1:W