涉及程序: BEA WebLogic Server and ExPRess 5.1.x/4.5x/4.0x/3.1.8
描述: BEA WebLogic 暴露源代码漏洞
详细: 受影响版本 所有系统上的 BEA WebLogic Enterprise 5.1.x BEA WebLogic Server and Express 5.1.x BEA WebLogic Server and Express 4.5.x BEA WebLogic Server and Express 4.0.x BEA WebLogic Server and Express 3.1.8
这个漏洞使攻击者能读取 Web 目录下所有文件的源代码。 WebLogic 依赖四个主要 java Servlets to 服务不同类型的文件。这些 servlets 是:
FileServlet - for 简单 HTML 页面 SSIServlet - for Server Side Includes 页面 PageCompileServlet - for JHTML 页面 jspServlet - for Java Server 页面
# Default servlet registration # ------------------------------------------------ # Virtual name of the default servlet if no matching servlet # is found weblogic.httpd.defaultServlet=file
# For Console help. Do not modify. weblogic.httpd.register.ConsoleHelp= weblogic.servlet.FileServlet weblogic.httpd.initArgs.ConsoleHelp=/ defaultFilename=/weblogic/admin/help/NoContent.html weblogic.allow.execute.weblogic.servlet.ConsoleHelp=everyone