BEA WebLogic Java JHTML代码编译执行漏洞

BEA WebLogic Java JHTML代码编译执行漏洞

漏洞ID 1105943 漏洞类型 未知
发布时间 2000-08-01 更新时间 2005-07-26
图片[1]-BEA WebLogic Java JHTML代码编译执行漏洞-安全小百科CVE编号 CVE-2000-0685
图片[2]-BEA WebLogic Java JHTML代码编译执行漏洞-安全小百科CNNVD-ID CNNVD-200010-113
漏洞平台 Windows CVSS评分 10.0
|漏洞来源
https://www.exploit-db.com/exploits/20125
http://www.cnnvd.org.cn/web/xxk/ldxqById.tag?CNNVD=CNNVD-200010-113
|漏洞详情
BEAWebLogic5.1.x版本不正确限制到PageCompileServlet的访问,远程攻击者可能通过直接在任意源文件中调用控制器来编译和执行JavaJHTML代码。
|漏洞EXP
source: http://www.securityfocus.com/bid/1525/info

In February of 2000 CERT Coordination Center released an advisory titled "Malicious HTML Tags Embedded in Client Web Requests" (advisory attached in 'Credit' section"). This advisory was a joint release by the CERT Coordination Center, DoD-CERT, the DoD Joint Task Force for Computer Network Defense (JTF-CND), the Federal Computer Incident Response Capability (FedCIRC), and the National Infrastructure Protection Center (NIPC). The point of the advisory in essence was a warning about client side vulnerabilities brought about by malicious scripting from Rogue websites which could be exploited to run code on client side browsers (acting as unwary interpreters for the scripting in question).

A number of webserver have suffered from this problem including 'Weblogic' from BEA Systems. In this particular case if a user can upload text in the form of JSP or JHTML code to the webserver (possibly via a web form etc.) a malicious end user might execute this code.

" Assume that there is an application on the WebLogic server that writes user entered data to a file called "temp.txt".

Given below is JHTML/JSP code that will print "Hello World":

<java>out.println("Hello World");</java> (JHTML) -or-
<% out.println("Hello World"); %> (JSP)

If this code is somehow inserted in the file "temp.txt" via an application, then the following can be used to invoke forced compilation and execution of "temp.txt":

http://weblogic.site/*.jhtml/path/to/temp.txt (JHTML)
-or-

http://weblogic.site/*.jsp/path/to/temp.txt "
|参考资料

来源:BID
名称:1525
链接:http://www.securityfocus.com/bid/1525
来源:BUGTRAQ
名称:20000731BEA’sWebLogic*.jsp/*.jhtmlremotecommandexecution
链接:http://archives.neohapsis.com/archives/bugtraq/2000-07/0434.html
来源:developer.bea.com
链接:http://developer.bea.com/alerts/security_000731.html

相关推荐: HelpCenter Live! 1.0/1.2.x – Multiple Input Validation Vulnerabilities

HelpCenter Live! 1.0/1.2.x – Multiple Input Validation Vulnerabilities 漏洞ID 1055127 漏洞类型 发布时间 2005-05-24 更新时间 2005-05-24 CVE编号 N/A…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享