Vulnerabilities > CVE-2007-1036 - Permissions, Privileges, and Access Controls vulnerability in Jboss Application Server
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
PARTIAL Integrity impact
PARTIAL Availability impact
PARTIAL Summary
The default configuration of JBoss does not restrict access to the (1) console and (2) web management interfaces, which allows remote attackers to bypass authentication and gain administrative access via direct requests.
Vulnerable Configurations
Part | Description | Count |
---|---|---|
Application | 1 |
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- Accessing, Modifying or Executing Executable Files An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
- Leverage Executable Code in Non-Executable Files An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
- Blue Boxing This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
- Restful Privilege Elevation Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
- Target Programs with Elevated Privileges This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.
Exploit-Db
description JBoss JMX Console Deployer Upload and Execute. CVE-2007-1036. Remote exploits for multiple platform id EDB-ID:16318 last seen 2016-02-01 modified 2010-10-19 published 2010-10-19 reporter metasploit source https://www.exploit-db.com/download/16318/ title JBoss JMX Console Deployer Upload and Execute description JBoss DeploymentFileRepository WAR Deployment (via JMXInvokerServlet). CVE-2007-1036. Remote exploits for multiple platform id EDB-ID:21080 last seen 2016-02-02 modified 2012-09-05 published 2012-09-05 reporter metasploit source https://www.exploit-db.com/download/21080/ title JBoss DeploymentFileRepository WAR Deployment via JMXInvokerServlet
Metasploit
description This module can be used to execute a payload on JBoss servers that have an exposed "jmx-console" application. The payload is put on the server by using the jboss.system:MainDeployer functionality. To accomplish this, a temporary HTTP server is created to serve a WAR archive containing our payload. This method will only work if the target server allows outbound connections to us. id MSF:EXPLOIT/MULTI/HTTP/JBOSS_MAINDEPLOYER last seen 2020-03-11 modified 2017-07-24 published 2012-06-19 references reporter Rapid7 source https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/jboss_maindeployer.rb title JBoss JMX Console Deployer Upload and Execute description This module can be used to execute a payload on JBoss servers that have an exposed HTTPAdaptor's JMX Invoker exposed on the "JMXInvokerServlet". By invoking the methods provided by jboss.admin:DeploymentFileRepository a stager is deployed to finally upload the selected payload to the target. The DeploymentFileRepository methods are only available on Jboss 4.x and 5.x. id MSF:EXPLOIT/MULTI/HTTP/JBOSS_INVOKE_DEPLOY last seen 2020-06-13 modified 2017-07-24 published 2012-09-03 references reporter Rapid7 source https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/jboss_invoke_deploy.rb title JBoss DeploymentFileRepository WAR Deployment (via JMXInvokerServlet)
Nessus
NASL family CGI abuses NASL id JMXINVOKERSERVLET_EJBINVOKERSERVLET_RCE.NASL description The last seen 2020-06-01 modified 2020-06-02 plugin id 70414 published 2013-10-14 reporter This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/70414 title Apache Tomcat / JBoss EJBInvokerServlet / JMXInvokerServlet Multiple Vulnerabilities code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(70414); script_version("1.22"); script_cvs_date("Date: 2019/11/27"); script_cve_id("CVE-2007-1036", "CVE-2012-0874", "CVE-2013-4810"); script_bugtraq_id(57552, 62854, 77037); script_xref(name:"CERT", value:"632656"); script_xref(name:"EDB-ID", value:"16318"); script_xref(name:"EDB-ID", value:"21080"); script_xref(name:"EDB-ID", value:"28713"); script_xref(name:"EDB-ID", value:"30211"); script_xref(name:"ZDI", value:"ZDI-13-229"); script_xref(name:"HP", value:"HPSBGN02952"); script_xref(name:"HP", value:"SSRT101127"); script_xref(name:"HP", value:"emr_na-c04041110"); script_name(english:"Apache Tomcat / JBoss EJBInvokerServlet / JMXInvokerServlet Multiple Vulnerabilities"); script_summary(english:"Attempts to access the servlets without credentials."); script_set_attribute(attribute:"synopsis", value: "The remote web server is affected by multiple vulnerabilities."); script_set_attribute(attribute:"description", value: "The 'EBJInvokerServlet' and 'JMXInvokerServlet' servlets hosted on the web server on the remote host are accessible to unauthenticated users. The remote host is, therefore, affected by the following vulnerabilities : - A security bypass vulnerability exists due to improper restriction of access to the console and web management interfaces. An unauthenticated, remote attacker can exploit this, via direct requests, to bypass authentication and gain administrative access. (CVE-2007-1036) - A remote code execution vulnerability exists due to the JMXInvokerHAServlet and EJBInvokerHAServlet invoker servlets not properly restricting access to profiles. An unauthenticated, remote attacker can exploit this to bypass authentication and invoke MBean methods, resulting in the execution of arbitrary code. (CVE-2012-0874) - A remote code execution vulnerability exists in the EJBInvokerServlet and JMXInvokerServlet servlets due to the ability to post a marshalled object. An unauthenticated, remote attacker can exploit this, via a specially crafted request, to install arbitrary applications. Note that this issue is known to affect McAfee Web Reporter versions prior to or equal to version 5.2.1 as well as Symantec Workspace Streaming version 7.5.0.493 and possibly earlier. (CVE-2013-4810)"); # https://www.redteam-pentesting.de/publications/2009-11-30-Whitepaper_Whos-the-JBoss-now_RedTeam-Pentesting_EN.pdf script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?74979c27"); script_set_attribute(attribute:"see_also", value:"https://www.zerodayinitiative.com/advisories/ZDI-13-229/"); # https://web.archive.org/web/20131031213751/http://retrogod.altervista.org/9sg_ejb.html script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?52567bc1"); script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2013/Oct/126"); script_set_attribute(attribute:"see_also", value:"https://www.securityfocus.com/archive/1/530241/30/0/threaded"); script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/2013/Dec/att-133/ESA-2013-094.txt"); script_set_attribute(attribute:"solution", value: "If using EMC Data Protection Advisor, either upgrade to version 6.x or apply the workaround for 5.x. Otherwise, contact the vendor or remove any affected JBoss servlets."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:U/RC:ND"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploit_framework_core", value:"true"); script_set_attribute(attribute:"exploited_by_nessus", value:"true"); script_set_attribute(attribute:"metasploit_name", value:'JBoss JMX Console Deployer Upload and Execute'); script_set_attribute(attribute:"exploit_framework_metasploit", value:"true"); script_set_attribute(attribute:"exploit_framework_exploithub", value:"true"); script_set_attribute(attribute:"exploithub_sku", value:"EH-13-606"); script_cwe_id(264); script_set_attribute(attribute:"vuln_publication_date", value:"2013/09/09"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/10/14"); script_set_attribute(attribute:"plugin_type", value:"remote"); script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:procurve_manager"); script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:application_lifecycle_management"); script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:identity_driven_manager"); script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:jboss_enterprise_web_platform"); script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:jboss_enterprise_application_platform"); script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:jboss_enterprise_brms_platform"); script_set_attribute(attribute:"cpe", value:"cpe:/a:redhat:jboss_enterprise_application_platform"); script_set_attribute(attribute:"cpe", value:"cpe:/a:jboss:jboss_application_server"); script_set_attribute(attribute:"cpe", value:"cpe:/a:symantec:workspace_streaming"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"CGI abuses"); script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof."); script_dependencies("http_version.nasl"); script_require_ports("Services/www", 9111, 8080, 9832); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("http.inc"); # Identify possible ports. # # - web servers. ports = get_kb_list("Services/www"); if (isnull(ports)) ports = make_list(); # - ports for McAfee Web Reporter and Symantec Workspace Streaming. foreach p (make_list(8080, 9111, 9832)) { if (service_is_unknown(port:p)) ports = add_port_in_list(list:ports, port:p); } # Check each port. non_vuln = make_list(); foreach port (ports) { vuln_urls = make_list(); foreach page (make_list("/EJBInvokerServlet", "/JMXInvokerServlet")) { url = "/invoker" + page; res = http_send_recv3( method : "GET", item : url, port : port, fetch404 : TRUE ); if ( !isnull(res) && "org.jboss.invocation.MarshalledValue" >< res[2] && ( 'WWW-Authenticate: Basic realm="JBoss HTTP Invoker"' >!< res[1] || "404 Not Found" >!< res[1] ) ) vuln_urls = make_list(vuln_urls, build_url(qs:url, port:port)); } if (max_index(vuln_urls) > 0) { if (max_index(vuln_urls) > 1) request = "URLs"; else request = "URL"; if (report_verbosity > 0) { report = '\n' +'Nessus was able to verify the issue exists using the following '+ '\n' + request + ' :' + '\n' + '\n' + join(vuln_urls, sep:'\n') + '\n'; security_hole(port:port, extra:report); } else security_hole(port); } else non_vuln = make_list(non_vuln, port); } if (max_index(non_vuln) == 1) exit(0, "The web server tested on port " + port + " is not affected."); else if (max_index(non_vuln) > 1) exit(0, "None of the ports tested (" +join(non_vuln, sep:", ")+ ") contain web servers that are affected.");
NASL family Gain a shell remotely NASL id CISCO_PRIME_DCNM_6_1_2.NASL description According to its self-reported version number, the version of Cisco Prime Data Center Network Manager (DCNM) installed on the remote host is affected by a remote code execution vulnerability. Unauthorized users have access to the JBoss Application Server Remote Method Invocation services. A remote, unauthenticated attacker could exploit this to execute arbitrary code as SYSTEM (on Windows) or root (on Linux). This plugin determines if DCNM is vulnerable by checking the version number displayed in the web interface. The web interface is not available in older versions of DCNM. last seen 2020-06-01 modified 2020-06-02 plugin id 67247 published 2013-07-11 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/67247 title Cisco Prime Data Center Network Manager RMI Remote Code Execution (uncredentialed check) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(67247); script_version("1.12"); script_cvs_date("Date: 2018/11/15 20:50:22"); script_cve_id("CVE-2007-1036", "CVE-2012-5417"); script_bugtraq_id(56348); script_xref(name:"CERT", value:"632656"); script_xref(name:"CISCO-BUG-ID", value:"CSCtz44924"); script_xref(name:"CISCO-BUG-ID", value:"CSCua31204"); script_xref(name:"CISCO-SA", value:"cisco-sa-20121031-dcnm"); script_name(english:"Cisco Prime Data Center Network Manager RMI Remote Code Execution (uncredentialed check)"); script_summary(english:"Checks DCNM version number"); script_set_attribute(attribute:"synopsis", value: "A network management system installed on the remote host is affected by a remote code execution vulnerability."); script_set_attribute(attribute:"description", value: "According to its self-reported version number, the version of Cisco Prime Data Center Network Manager (DCNM) installed on the remote host is affected by a remote code execution vulnerability. Unauthorized users have access to the JBoss Application Server Remote Method Invocation services. A remote, unauthenticated attacker could exploit this to execute arbitrary code as SYSTEM (on Windows) or root (on Linux). This plugin determines if DCNM is vulnerable by checking the version number displayed in the web interface. The web interface is not available in older versions of DCNM."); # https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20121031-dcnm script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?2ef95f6c"); script_set_attribute(attribute:"solution", value:"Upgrade to Cisco Prime Data Center Network Manager 6.1(2) or later."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C"); script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"); script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploithub_sku", value:"EH-12-667"); script_set_attribute(attribute:"exploit_framework_exploithub", value:"true"); script_set_attribute(attribute:"metasploit_name", value:'JBoss JMX Console Deployer Upload and Execute'); script_set_attribute(attribute:"exploit_framework_metasploit", value:"true"); script_cwe_id(264); script_set_attribute(attribute:"vuln_publication_date", value:"2007/02/20"); script_set_attribute(attribute:"patch_publication_date", value:"2012/12/01"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/11"); script_set_attribute(attribute:"plugin_type", value:"remote"); script_set_attribute(attribute:"cpe", value:"cpe:/a:cisco:prime_data_center_network_manager"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"Gain a shell remotely"); script_copyright(english:"This script is Copyright (C) 2013-2018 Tenable Network Security, Inc."); script_dependencies("cisco_prime_dcnm_web_detect.nasl"); script_require_keys("installed_sw/cisco_dcnm_web"); script_require_ports("Services/www", 80); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("http.inc"); include("install_func.inc"); appname = "Cisco Prime DCNM"; app_id = "cisco_dcnm_web"; get_install_count(app_name:app_id, exit_if_zero:TRUE); port = get_http_port(default:80); install = get_single_install(app_name:app_id, port:port, exit_if_unknown_ver:TRUE); url = build_url(qs:install['path'], port:port); ver = install['version']; match = eregmatch(string:ver, pattern:"^([0-9.]+)\(([^)]+)\)"); if (isnull(match)) exit(1, "Failed to parse the version ("+ver+")."); major = match[1]; build = match[2]; if ( ver_compare(ver:major, fix:'6.1', strict:FALSE) > 0 || # < 6.1.x (major == '6.1' && build !~ '^1([^0-9]|$)') # 6.1.x < 6.1(2) ) audit(AUDIT_WEB_APP_NOT_AFFECTED, appname, url, ver); if (report_verbosity > 0) { report = '\n URL : ' + url + '\n Installed version : ' + ver + '\n Fixed version : 6.1(2)\n'; security_hole(port:port, extra:report); } else security_hole(port);
NASL family Gain a shell remotely NASL id CISCO_PRIME_DCNM_6_1_2_LOCAL.NASL description According to its self-reported version number, the version of Cisco Prime Data Center Network Manager (DCNM) installed on the remote host is affected by a remote code execution vulnerability. Unauthorized users have access to the JBoss Application Server Remote Method Invocation services. A remote, unauthenticated attacker could exploit this to execute arbitrary code as SYSTEM (on Windows) or root (on Linux). last seen 2020-06-01 modified 2020-06-02 plugin id 67248 published 2013-07-11 reporter This script is Copyright (C) 2013-2018 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/67248 title Cisco Prime Data Center Network Manager RMI Remote Code Execution (credentialed check) code # # (C) Tenable Network Security, Inc. # include("compat.inc"); if (description) { script_id(67248); script_version("1.13"); script_cvs_date("Date: 2018/11/15 20:50:22"); script_cve_id("CVE-2007-1036", "CVE-2012-5417"); script_bugtraq_id(56348); script_xref(name:"CERT", value:"632656"); script_xref(name:"CISCO-BUG-ID", value:"CSCtz44924"); script_xref(name:"CISCO-BUG-ID", value:"CSCua31204"); script_xref(name:"CISCO-SA", value:"cisco-sa-20121031-dcnm"); script_name(english:"Cisco Prime Data Center Network Manager RMI Remote Code Execution (credentialed check)"); script_summary(english:"Checks DCNM version number"); script_set_attribute(attribute:"synopsis", value: "A network management system installed on the remote is affected by a remote code execution vulnerability."); script_set_attribute(attribute:"description", value: "According to its self-reported version number, the version of Cisco Prime Data Center Network Manager (DCNM) installed on the remote host is affected by a remote code execution vulnerability. Unauthorized users have access to the JBoss Application Server Remote Method Invocation services. A remote, unauthenticated attacker could exploit this to execute arbitrary code as SYSTEM (on Windows) or root (on Linux)."); # https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20121031-dcnm script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?2ef95f6c"); script_set_attribute(attribute:"solution", value:"Upgrade to Cisco Prime Data Center Network Manager 6.1(2) or later."); script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C"); script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C"); script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"); script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C"); script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available"); script_set_attribute(attribute:"exploit_available", value:"true"); script_set_attribute(attribute:"exploithub_sku", value:"EH-12-667"); script_set_attribute(attribute:"exploit_framework_exploithub", value:"true"); script_set_attribute(attribute:"metasploit_name", value:'JBoss JMX Console Deployer Upload and Execute'); script_set_attribute(attribute:"exploit_framework_metasploit", value:"true"); script_cwe_id(264); script_set_attribute(attribute:"vuln_publication_date", value:"2007/02/20"); script_set_attribute(attribute:"patch_publication_date", value:"2012/12/01"); script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/11"); script_set_attribute(attribute:"plugin_type", value:"local"); script_set_attribute(attribute:"cpe", value:"cpe:/a:cisco:prime_data_center_network_manager"); script_end_attributes(); script_category(ACT_GATHER_INFO); script_family(english:"Gain a shell remotely"); script_copyright(english:"This script is Copyright (C) 2013-2018 Tenable Network Security, Inc."); script_dependencies("cisco_prime_dcnm_installed_win.nasl", "cisco_prime_dcnm_installed_linux.nasl"); script_require_ports("installed_sw/Cisco Prime DCNM"); exit(0); } include("audit.inc"); include("global_settings.inc"); include("misc_func.inc"); include("install_func.inc"); appname = "Cisco Prime DCNM"; get_install_count(app_name:appname, exit_if_zero:TRUE); install = get_single_install(app_name:appname, exit_if_unknown_ver:TRUE); ver = install['version']; path = install['path']; display_ver = install['display_version']; fix = '6.1.2.0'; display_fix = '6.1(2)'; if (ver_compare(ver:ver, fix:fix, strict:FALSE) >= 0) audit(AUDIT_INST_VER_NOT_VULN, appname, display_ver); # Could be Windows or *nix port = get_kb_item('SMB/transport'); if (!port) port = 0; if (report_verbosity > 0) { if (isnull(display_ver)) display_ver = ver; report = '\n Path : ' + path + '\n Installed version : ' + display_ver + '\n Fixed version : ' + display_fix + '\n'; security_hole(port:port, extra:report); } else security_hole(port);
Packetstorm
data source | https://packetstormsecurity.com/files/download/116241/jboss_invoke_deploy.rb.txt |
id | PACKETSTORM:116241 |
last seen | 2016-12-05 |
published | 2012-09-05 |
reporter | Patrick Hof |
source | https://packetstormsecurity.com/files/116241/JBoss-DeploymentFileRepository-WAR-Deployment.html |
title | JBoss DeploymentFileRepository WAR Deployment |
Statements
contributor | Mark J Cox |
lastmodified | 2007-05-18 |
organization | Red Hat |
statement | The JBoss AS console manager should always be secured prior to deployment, as directed in the JBoss Application Server Guide and release notes. By default, the JBoss AS installer gives users the ability to password protect the console manager. If the user did not use the installer, the raw JBoss services will be in a completely unconfigured state and these steps should be performed manually: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureJBoss |
References
- http://osvdb.org/33744
- http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureJBoss
- http://wiki.jboss.org/wiki/Wiki.jsp?page=SecureTheJmxConsole
- http://www.kb.cert.org/vuls/id/632656
- http://www.securityfocus.com/archive/1/460597/100/0/threaded
- http://www.securityfocus.com/archive/1/460605/100/0/threaded
- http://www.securityfocus.com/archive/1/460695/100/0/threaded
- http://www.securitytracker.com/id?1017677
- https://exchange.xforce.ibmcloud.com/vulnerabilities/32596