涉及程序: 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