ID OPENVAS:1361412562310106581 Type openvas Reporter This script is Copyright (C) 2017 Greenbone Networks GmbH Modified 2018-10-26T00:00:00
Description
Accellion FTA is prone to multiple vulnerabilities
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_accellion_fta_multi_vuln.nasl 12106 2018-10-26 06:33:36Z cfischer $
#
# Accellion FTA Multiple Vulnerabilities
#
# Authors:
# Christian Kuersteiner <christian.kuersteiner@greenbone.net>
#
# Copyright:
# Copyright (c) 2017 Greenbone Networks GmbH
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
CPE = 'cpe:/h:accellion:secure_file_transfer_appliance';
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106581");
script_version("$Revision: 12106 $");
script_tag(name:"last_modification", value:"$Date: 2018-10-26 08:33:36 +0200 (Fri, 26 Oct 2018) $");
script_tag(name:"creation_date", value:"2017-02-09 11:28:49 +0700 (Thu, 09 Feb 2017)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-2016-9499", "CVE-2016-9500");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Accellion FTA Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("This script is Copyright (C) 2017 Greenbone Networks GmbH");
script_family("Web application abuses");
script_dependencies("gb_accellion_fta_detect.nasl");
script_mandatory_keys("accellion_fta/installed");
script_tag(name:"summary", value:"Accellion FTA is prone to multiple vulnerabilities");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Accellion FTA is prone to multiple vulnerabilities:
- Accellion FTP server only returns the username in the server response if the a username is invalid. An attacker
may use this information to determine valid user accounts and enumerate them. (CVE-2016-9499)
- Accellion FTP server uses the Accusoft Prizm Content flash component, which contains multiple parameters
(customTabCategoryName, customButton1Image) that are vulnerable to cross-site scripting. (CVE-2016-9500)");
script_tag(name:"affected", value:"Accellion FTA Version prior to 9_12_220.");
script_tag(name:"solution", value:"Upgrade to version 9_12_220 or later");
script_xref(name:"URL", value:"https://www.kb.cert.org/vuls/id/745607");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!version = get_app_version(cpe: CPE, port: port))
exit(0);
if (version_is_less(version: version, test_version: "9.12.220")) {
report = report_fixed_ver(installed_version: version, fixed_version: "9.12.220");
security_message(port: port, data: report);
exit(0);
}
exit(0);
{"id": "OPENVAS:1361412562310106581", "type": "openvas", "bulletinFamily": "scanner", "title": "Accellion FTA Multiple Vulnerabilities", "description": "Accellion FTA is prone to multiple vulnerabilities", "published": "2017-02-09T00:00:00", "modified": "2018-10-26T00:00:00", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310106581", "reporter": "This script is Copyright (C) 2017 Greenbone Networks GmbH", "references": ["https://www.kb.cert.org/vuls/id/745607"], "cvelist": ["CVE-2016-9499", "CVE-2016-9500"], "lastseen": "2019-05-29T18:34:33", "viewCount": 2, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2016-9499", "CVE-2016-9500"]}, {"type": "cert", "idList": ["VU:745607"]}], "modified": "2019-05-29T18:34:33", "rev": 2}, "score": {"value": 6.6, "vector": "NONE", "modified": "2019-05-29T18:34:33", "rev": 2}, "vulnersScore": 6.6}, "pluginID": "1361412562310106581", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_accellion_fta_multi_vuln.nasl 12106 2018-10-26 06:33:36Z cfischer $\n#\n# Accellion FTA Multiple Vulnerabilities\n#\n# Authors:\n# Christian Kuersteiner <christian.kuersteiner@greenbone.net>\n#\n# Copyright:\n# Copyright (c) 2017 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 = 'cpe:/h:accellion:secure_file_transfer_appliance';\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.106581\");\n script_version(\"$Revision: 12106 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2018-10-26 08:33:36 +0200 (Fri, 26 Oct 2018) $\");\n script_tag(name:\"creation_date\", value:\"2017-02-09 11:28:49 +0700 (Thu, 09 Feb 2017)\");\n script_tag(name:\"cvss_base\", value:\"5.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:P/I:N/A:N\");\n\n script_cve_id(\"CVE-2016-9499\", \"CVE-2016-9500\");\n\n script_tag(name:\"qod_type\", value:\"remote_banner\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_name(\"Accellion FTA Multiple Vulnerabilities\");\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(\"This script is Copyright (C) 2017 Greenbone Networks GmbH\");\n script_family(\"Web application abuses\");\n script_dependencies(\"gb_accellion_fta_detect.nasl\");\n script_mandatory_keys(\"accellion_fta/installed\");\n\n script_tag(name:\"summary\", value:\"Accellion FTA is 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:\"Accellion FTA is prone to multiple vulnerabilities:\n\n - Accellion FTP server only returns the username in the server response if the a username is invalid. An attacker\nmay use this information to determine valid user accounts and enumerate them. (CVE-2016-9499)\n\n - Accellion FTP server uses the Accusoft Prizm Content flash component, which contains multiple parameters\n(customTabCategoryName, customButton1Image) that are vulnerable to cross-site scripting. (CVE-2016-9500)\");\n\n script_tag(name:\"affected\", value:\"Accellion FTA Version prior to 9_12_220.\");\n\n script_tag(name:\"solution\", value:\"Upgrade to version 9_12_220 or later\");\n\n script_xref(name:\"URL\", value:\"https://www.kb.cert.org/vuls/id/745607\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif (!port = get_app_port(cpe: CPE))\n exit(0);\n\nif (!version = get_app_version(cpe: CPE, port: port))\n exit(0);\n\nif (version_is_less(version: version, test_version: \"9.12.220\")) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"9.12.220\");\n security_message(port: port, data: report);\n exit(0);\n}\n\nexit(0);\n", "naslFamily": "Web application abuses"}
{"cve": [{"lastseen": "2020-12-09T20:07:44", "description": "Accellion FTP server prior to version FTA_9_12_220 only returns the username in the server response if the username is invalid. An attacker may use this information to determine valid user accounts and enumerate them.", "edition": 6, "cvss3": {"exploitabilityScore": 3.9, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 5.3, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 1.4}, "published": "2018-07-13T20:29:00", "title": "CVE-2016-9499", "type": "cve", "cwe": ["CWE-200"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 10.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "PARTIAL", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 5.0, "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2016-9499"], "modified": "2019-10-09T23:20:00", "cpe": [], "id": "CVE-2016-9499", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9499", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}, "cpe23": []}, {"lastseen": "2020-12-09T20:07:44", "description": "Accellion FTP server prior to version FTA_9_12_220 uses the Accusoft Prizm Content flash component, which contains multiple parameters (customTabCategoryName, customButton1Image) that are vulnerable to cross-site scripting.", "edition": 6, "cvss3": {"exploitabilityScore": 2.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "attackComplexity": "LOW", "scope": "CHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "LOW", "baseScore": 6.1, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 2.7}, "published": "2018-07-13T20:29:00", "title": "CVE-2016-9500", "type": "cve", "cwe": ["CWE-79"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "NONE", "availabilityImpact": "NONE", "integrityImpact": "PARTIAL", "baseScore": 4.3, "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 2.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2016-9500"], "modified": "2019-10-09T23:20:00", "cpe": [], "id": "CVE-2016-9500", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-9500", "cvss": {"score": 4.3, "vector": "AV:N/AC:M/Au:N/C:N/I:P/A:N"}, "cpe23": []}], "cert": [{"lastseen": "2020-09-18T20:42:20", "bulletinFamily": "info", "cvelist": ["CVE-2016-9499", "CVE-2016-9500"], "description": "### Overview \n\nThe Accellion FTP server prior to version FTA_9_12_220 is vulnerable to cross-site scripting and information exposure.\n\n### Description \n\n[**CWE-204**](<https://cwe.mitre.org/data/definitions/204.html>)**: Response Discrepancy Information Exposure**** \\- **CVE-2016-9499\n\nAccellion FTP server only returns the username in the server response if the a username is invalid. An attacker may use this information to determine valid user accounts and enumerate them. \n \n[**CWE-80**](<http://cwe.mitre.org/data/definitions/80.html>)**: Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)**** \\- **CVE-2016-9500 \n \nAccellion FTP server uses the Accusoft Prizm Content flash component, which contains multiple parameters (`customTabCategoryName`, `customButton1Image`) that are vulnerable to cross-site scripting. \n \nFor more information, please see Qualys's [security advisory](<https://www.qualys.com/2016/12/06/qsa-2016-12-06/qsa-2016-12-06.pdf>). \n \n--- \n \n### Impact \n\nA remote attacker may be able to enumerate user accounts on the Accellion FTP server or may conduct reflected cross-site scripting attacks. \n \n--- \n \n### Solution \n\n**Apply an update** \n \nBoth issues have been addressed in the most recent version FTA_9_12_220, released on 31 January 2017. Previously, CVE-2016-9500 was addressed in FTA_9_12_160 released on 29 November 2016. \n \n--- \n \n### Vendor Information\n\n745607\n\nFilter by status: All Affected Not Affected Unknown\n\nFilter by content: __ Additional information available\n\n__ Sort by: Status Alphabetical\n\nExpand all\n\n**Javascript is disabled. Click here to view vendors.**\n\n### Accellion Affected\n\nNotified: December 09, 2016 Updated: January 20, 2017 \n\n### Status\n\nAffected\n\n### Vendor Statement\n\nWe have not received a statement from the vendor.\n\n### Vendor Information \n\nWe are not aware of further vendor information regarding this vulnerability.\n\n \n\n\n### CVSS Metrics \n\nGroup | Score | Vector \n---|---|--- \nBase | 4.3 | AV:N/AC:M/Au:N/C:P/I:N/A:N \nTemporal | 3.4 | E:POC/RL:OF/RC:C \nEnvironmental | 2.5 | CDP:ND/TD:M/CR:ND/IR:ND/AR:ND \n \n \n\n\n### References \n\n * <https://www.qualys.com/2016/12/06/qsa-2016-12-06/qsa-2016-12-06.pdf>\n * <http://cwe.mitre.org/data/definitions/80.html>\n * <http://cwe.mitre.org/data/definitions/204.html>\n\n### Acknowledgements\n\nThanks to Ashish Kamble for reporting this vulnerability.\n\nThis document was written by Garret Wassermann.\n\n### Other Information\n\n**CVE IDs:** | [CVE-2016-9499](<http://web.nvd.nist.gov/vuln/detail/CVE-2016-9499>), [CVE-2016-9500](<http://web.nvd.nist.gov/vuln/detail/CVE-2016-9500>) \n---|--- \n**Date Public:** | 2017-01-31 \n**Date First Published:** | 2017-02-08 \n**Date Last Updated: ** | 2017-02-08 16:27 UTC \n**Document Revision: ** | 30 \n", "modified": "2017-02-08T16:27:00", "published": "2017-02-08T00:00:00", "id": "VU:745607", "href": "https://www.kb.cert.org/vuls/id/745607", "type": "cert", "title": "Accellion FTP server contains information exposure and cross-site scripting vulnerabilities", "cvss": {"score": 5.0, "vector": "AV:N/AC:L/Au:N/C:P/I:N/A:N"}}]}