ID CVE-2016-8359 Type cve Reporter cve@mitre.org Modified 2017-03-02T19:13:00
Description
An issue was discovered in Moxa ioLogik E1210, firmware Version V2.4 and prior, ioLogik E1211, firmware Version V2.3 and prior, ioLogik E1212, firmware Version V2.4 and prior, ioLogik E1213, firmware Version V2.5 and prior, ioLogik E1214, firmware Version V2.4 and prior, ioLogik E1240, firmware Version V2.3 and prior, ioLogik E1241, firmware Version V2.4 and prior, ioLogik E1242, firmware Version V2.4 and prior, ioLogik E1260, firmware Version V2.4 and prior, ioLogik E1262, firmware Version V2.4 and prior, ioLogik E2210, firmware versions prior to V3.13, ioLogik E2212, firmware versions prior to V3.14, ioLogik E2214, firmware versions prior to V3.12, ioLogik E2240, firmware versions prior to V3.12, ioLogik E2242, firmware versions prior to V3.12, ioLogik E2260, firmware versions prior to V3.13, and ioLogik E2262, firmware versions prior to V3.12. The web application fails to sanitize user input, which may allow an attacker to inject script or execute arbitrary code (CROSS-SITE SCRIPTING).
{"openvas": [{"lastseen": "2020-04-03T18:53:08", "bulletinFamily": "scanner", "cvelist": ["CVE-2016-8350", "CVE-2016-8379", "CVE-2016-8359", "CVE-2016-8372"], "description": "Moxa ioLogik E1200 Series are prone to multiple vulnerabilities.", "modified": "2020-04-01T00:00:00", "published": "2016-10-31T00:00:00", "id": "OPENVAS:1361412562310106360", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310106360", "type": "openvas", "title": "Moxa ioLogik E1200 Series Multiple Vulnerabilities", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Moxa ioLogik E1200 Series Multiple Vulnerabilities\n#\n# Authors:\n# Christian Kuersteiner <christian.kuersteiner@greenbone.net>\n#\n# Copyright:\n# Copyright (C) 2016 Greenbone Networks GmbH\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nCPE_PREFIX = \"cpe:/o:moxa:iologik_e12\";\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.106360\");\n script_version(\"2020-04-01T10:41:43+0000\");\n script_tag(name:\"last_modification\", value:\"2020-04-01 10:41:43 +0000 (Wed, 01 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2016-10-31 13:26:41 +0700 (Mon, 31 Oct 2016)\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n\n script_cve_id(\"CVE-2016-8359\", \"CVE-2016-8372\", \"CVE-2016-8379\", \"CVE-2016-8350\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_name(\"Moxa ioLogik E1200 Series Multiple Vulnerabilities\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"Copyright (C) 2016 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_moxa_iologik_devices_consolidation.nasl\");\n script_mandatory_keys(\"moxa/iologik/detected\");\n\n script_tag(name:\"summary\", value:\"Moxa ioLogik E1200 Series are prone to multiple vulnerabilities.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Moxa ioLogik E1200 Series are prone to multiple vulnerabilities:\n\n - XSS: The web application fails to sanitize user input, which may allow an attacker to inject script or\n execute arbitrary code. (CVE-2016-8359)\n\n - Insufficiently protected credentials: A password is transmitted in a format that is not sufficiently secure.\n (CVE-2016-8372)\n\n - Weak password requirement: Users are restricted to using short passwords. (CVE-2016-8379)\n\n - CSRF: The web application may not sufficiently verify whether a request was provided by a valid user.\n (CVE-2016-8350)\");\n\n script_tag(name:\"impact\", value:\"An attacker who exploits these vulnerabilities may be able to remotely\n execute arbitrary code, modify parameters and settings, or reset the device.\");\n\n script_tag(name:\"affected\", value:\"Moxa ioLogik E1200 Series.\");\n\n script_tag(name:\"solution\", value:\"Update the Firmware.\");\n\n script_xref(name:\"URL\", value:\"https://ics-cert.us-cert.gov/advisories/ICSA-16-287-05\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif (!infos = get_app_port_from_cpe_prefix(cpe: CPE_PREFIX))\n exit(0);\n\ncpe = infos[\"cpe\"];\n\nif (!version = get_app_version(cpe: cpe, nofork: TRUE))\n exit(0);\n\nif (cpe =~ \"^cpe:/o:moxa:iologik_e12(10|12|14|41|42|60|62)\") {\n if (version_is_less(version: version, test_version: \"2.5\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"2.5\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n\nif (cpe =~ \"^cpe:/o:moxa:iologik_e12(11|40)\") {\n if (version_is_less(version: version, test_version: \"2.4\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"2.4\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n\nif (cpe =~ \"^cpe:/o:moxa:iologik_e1213\") {\n if (version_is_less(version: version, test_version: \"2.6\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"2.6\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n\nexit(99);\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "ics": [{"lastseen": "2020-12-18T03:22:29", "bulletinFamily": "info", "cvelist": ["CVE-2016-8350", "CVE-2016-8379", "CVE-2016-8359", "CVE-2016-8372"], "description": "## OVERVIEW\n\nThis updated advisory is a follow-up to the original advisory titled ICSA-16-287-05 Moxa ioLogik E1200 Series Vulnerabilities that was published October 13, 2016, on the NCCIC/ICS-CERT web site.\n\n### **\\--------- Begin Update A Part 1 of 4 --------**\n\nAlexandru Ariciu of Applied Risk has identified vulnerabilities in Moxa\u2019s ioLogik E1200 series and ioLogik E2200 series devices. Moxa has produced a new edition of the firmware to mitigate these vulnerabilities. Alexandru Ariciu has tested the firmware to validate that it resolves the vulnerabilities.\n\n### **\\--------- End Update A Part 1 of 4 ----------**\n\nThese vulnerabilities could be exploited remotely. Exploits that target these vulnerabilities are known to be publicly available.\n\n## AFFECTED PRODUCTS\n\nMoxa reports that the vulnerabilities affect the following products:\n\n * ioLogik E1210, firmware Version V2.4 and prior,\n * ioLogik E1211, firmware Version V2.3 and prior,\n * ioLogik E1212, firmware Version V2.4 and prior,\n * ioLogik E1213, firmware Version V2.5 and prior,\n * ioLogik E1214, firmware Version V2.4 and prior,\n * ioLogik E1240, firmware Version V2.3 and prior,\n * ioLogik E1241, firmware Version V2.4 and prior,\n * ioLogik E1242, firmware Version V2.4 and prior,\n * ioLogik E1260, firmware Version V2.4 and prior,\n * ioLogik E1262, firmware Version V2.4 and prior,\n\n### **\\--------- Begin Update A Part 2 of ****4**** \\--------**\n\n * ioLogik E2210, firmware versions prior to V3.13,\n * ioLogik E2212, firmware versions prior to V3.14,\n * ioLogik E2214, firmware versions prior to V3.12,\n * ioLogik E2240, firmware versions prior to V3.12,\n * ioLogik E2242, firmware versions prior to V3.12,\n * ioLogik E2260, firmware versions prior to V3.13, and\n * ioLogik E2262, firmware versions prior to V3.12\n\n### **\\--------- End Update A Part 2 of 4 ----------**\n\n## IMPACT\n\nAn attacker who exploits these vulnerabilities may be able to remotely execute arbitrary code, modify parameters and settings, or reset the device.\n\nImpact to individual organizations depends on many factors that are unique to each organization. ICS-CERT recommends that organizations evaluate the impact of these vulnerabilities based on their operational environment, architecture, and product implementation.\n\n## BACKGROUND\n\nMoxa is a Taiwan-based company that maintains offices in several countries around the world, including the US, UK, India, Germany, France, China, Russia, and Brazil.\n\n### **\\--------- Begin Update A Part ****3**** of ****4**** \\--------**\n\nThe affected products, ioLogik E1200 series and E2200 series, are remote I/O for use in monitoring. According to Moxa, ioLogik is deployed across several sectors, including Commercial Facilities and Energy. Moxa estimates that these products are used primarily in the United States, Europe, and Asia.\n\n### **\\--------- End Update A Part 3 of 4 ----------**\n\n## VULNERABILITY CHARACTERIZATION\n\n### VULNERABILITY OVERVIEW\n\n### CROSS-SITE SCRIPTINGa\n\nThe web application fails to sanitize user input, which may allow an attacker to inject script or execute arbitrary code.\n\nCVE-2016-8359b has been assigned to this vulnerability. A CVSS v3 base score of 8.8 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H).c\n\n### INSUFFICIENTLY PROTECTED CREDENTIALSd\n\nA password is transmitted in a format that is not sufficiently secure.\n\nCVE-2016-8372e has been assigned to this vulnerability. A CVSS v3 base score of 8.1 has been calculated; the CVSS vector string is (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).f\n\n### WEAK PASSWORD REQUIREMENTSg\n\nUsers are restricted to using short passwords.\n\nCVE-2016-8379h has been assigned to this vulnerability. A CVSS v3 base score of 8.1 has been calculated; the CVSS vector string is (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H).i\n\n### CROSS-SITE REQUEST FORGERYj\n\nThe web application may not sufficiently verify whether a request was provided by a valid user.\n\nCVE-2016-8350k has been assigned to this vulnerability. A CVSS v3 base score of 7.3 has been calculated; the CVSS vector string is (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).l\n\n### VULNERABILITY DETAILS\n\n#### EXPLOITABILITY\n\nThese vulnerabilities could be exploited remotely.\n\n#### EXISTENCE OF EXPLOIT\n\nDetailed vulnerability information is publicly available that could be used to develop an exploit that targets these vulnerabilities.\n\n#### DIFFICULTY\n\nAn attacker with a low skill would be able to exploit these vulnerabilities.\n\n## MITIGATION\n\nMoxa has created new firmware to mitigate these vulnerabilities. It recommends that all users upgrade to the latest version. Moxa recommends installing the latest edition of the firmware, which can be downloaded at the following location:\n\n * ioLogik E1210 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12462](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12462>)\n\n * ioLogik E1211 V2.4:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12469](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12469>)\n\n * ioLogik E1212 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12467](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12467>)\n\n * ioLogik E1213 V2.6:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12466](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12466>)\n\n * ioLogik E1214 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12464](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12464>)\n\n * ioLogik E1240 V2.4:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12460](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12460>)\n\n * ioLogik E1241 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12461](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12461>)\n\n * ioLogik E1242 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12458](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12458>)\n\n * ioLogik E1260 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12463](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12463>)\n\n * ioLogik E1262 V2.5:\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12465](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=12465>)\n\n### **\\--------- Begin Update A Part 4 of 4 --------**\n\n * ioLogik E2210 V3.13\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13567](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13567>)\n\n * ioLogik E2212 V3.14\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13568](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13568>)\n\n * ioLogik E2214 V3.12\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13569](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13569>)\n\n * ioLogik E2240 V3.12\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13570](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13570>)\n\n * ioLogik E2242 V3.12\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13571](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13571>)\n\n * ioLogik E2260 V3.13\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13572](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13572>)\n\n * ioLogik E2262 V3.12\n\n[http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13573](<http://www.moxa.com/support/DownloadFile.aspx?type=support&id=13573>)\n\n### **\\--------- End Update A Part 4 of 4 ----------**\n\nICS-CERT recommends that users take defensive measures to minimize the risk of exploitation of these vulnerabilities. Specifically, users should:\n\n * Minimize network exposure for all control system devices and/or systems, and ensure that they are not accessible from the Internet.\n * Locate control system networks and remote devices behind firewalls, and isolate them from the business network.\n * When remote access is required, use secure methods, such as Virtual Private Networks (VPNs), recognizing that VPNs may have vulnerabilities and should be updated to the most current version available. Also recognize that VPN is only as secure as the connected devices.\n\nICS-CERT reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\n\nICS-CERT also provides a section for control systems security recommended practices on the ICS-CERT web page. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.\n\nAdditional mitigation guidance and recommended practices are publicly available in the ICS\u2011CERT Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies, that is available for download from the ICS-CERT web site.\n\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to ICS-CERT for tracking and correlation against other incidents.\n\n * a. CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting'), https://cwe.mitre.org/data/definitions/79.html, web site last accessed October 13, 2016.\n * b. NVD, https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-8359, NIST uses this advisory to create the CVE web site report. This web site will be active sometime after publication of this advisory.\n * c. CVSS Calculator, https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H, web site last accessed October 13, 2016.\n * d. CWE-522: Insufficiently Protected Credentials, https://cwe.mitre.org/data/definitions/522.html, web site last accessed October 13, 2016.\n * e. NVD, https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-8372, NIST uses this advisory to create the CVE web site report. This web site will be active sometime after publication of this advisory.\n * f. CVSS Calculator, https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H, web site last accessed October 13, 2016.\n * g. CWE-521: Weak Password Requirements, https://cwe.mitre.org/data/definitions/521.html, web site last accessed October 13, 2016.\n * h. NVD, https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-8379, NIST uses this advisory to create the CVE web site report. This web site will be active sometime after publication of this advisory.\n * i. CVSS Calculator, https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H, web site last accessed October 13, 2016.\n * j. CWE-352: Cross-Site Request Forgery (CSRF), https://cwe.mitre.org/data/definitions/352.html, web site last accessed October 13, 2016.\n * k. NVD, https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-8350, NIST uses this advisory to create the CVE web site report. This web site will be active sometime after publication of this advisory.\n * l. CVSS Calculator, https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L, web site last accessed October 13, 2016.\n\n## \nContact Information\n\nFor any questions related to this report, please contact the CISA at: \n \nEmail: [CISAservicedesk@cisa.dhs.gov](<mailto:cisaservicedesk@cisa.dhs.gov>) \nToll Free: 1-888-282-0870\n\nFor industrial control systems cybersecurity information: https://us-cert.cisa.gov/ics \nor incident reporting: https://us-cert.cisa.gov/report\n\nCISA continuously strives to improve its products and services. You can help by choosing one of the links below to provide feedback about this product.\n\nThis product is provided subject to this Notification and this [Privacy & Use](<https://www.dhs.gov/privacy-policy>) policy.\n\n**Please share your thoughts.**\n\nWe recently updated our anonymous [product survey](<https://surveymonkey.com/r/G8STDRY?product=https://us-cert.cisa.gov/ics/advisories/ICSA-16-287-05>); we'd welcome your feedback.\n", "edition": 16, "modified": "2017-01-31T00:00:00", "published": "2016-10-13T00:00:00", "id": "ICSA-16-287-05", "href": "https://www.us-cert.gov//ics/advisories/ICSA-16-287-05", "title": "Moxa ioLogik E1200 Series Vulnerabilities (Update A)", "type": "ics", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}]}