ID OPENVAS:1361412562310140276 Type openvas Reporter This script is Copyright (C) 2017 Greenbone Networks GmbH Modified 2019-10-09T00:00:00
Description
A vulnerability in the web framework of Cisco Unified Communications Manager
could allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory
structure on an affected device.
###############################################################################
# OpenVAS Vulnerability Test
#
# Cisco Unified Communications Manager Directory Traversal Vulnerability
#
# 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:/a:cisco:unified_communications_manager";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.140276");
script_cve_id("CVE-2017-6758");
script_tag(name:"cvss_base", value:"6.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:C/I:N/A:N");
script_version("2019-10-09T06:43:33+0000");
script_name("Cisco Unified Communications Manager Directory Traversal Vulnerability");
script_xref(name:"URL", value:"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"solution", value:"See the referenced vendor advisory for a solution.");
script_tag(name:"summary", value:"A vulnerability in the web framework of Cisco Unified Communications Manager
could allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory
structure on an affected device.");
script_tag(name:"insight", value:"The vulnerability is due to insufficient input validation by the affected
software.");
script_tag(name:"impact", value:"An attacker could exploit this vulnerability by using directory traversal
techniques to read files in the web root directory structure on the Cisco Unified Communications Manager
filesystem.");
script_tag(name:"qod_type", value:"package");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"last_modification", value:"2019-10-09 06:43:33 +0000 (Wed, 09 Oct 2019)");
script_tag(name:"creation_date", value:"2017-08-03 11:04:08 +0700 (Thu, 03 Aug 2017)");
script_category(ACT_GATHER_INFO);
script_family("CISCO");
script_copyright("This script is Copyright (C) 2017 Greenbone Networks GmbH");
script_dependencies("gb_cisco_cucm_version.nasl");
script_mandatory_keys("cisco/cucm/version");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!version = get_app_version(cpe:CPE))
exit(0);
version = str_replace(string: version, find: "-", replace: ".");
affected = make_list(
'11.5.1.10000.6');
foreach af (affected) {
if (version == af) {
report = report_fixed_ver(installed_version: version, fixed_version: "See advisory");
security_message(port: 0, data: report);
exit(0);
}
}
exit(99);
{"id": "OPENVAS:1361412562310140276", "type": "openvas", "bulletinFamily": "scanner", "title": "Cisco Unified Communications Manager Directory Traversal Vulnerability", "description": "A vulnerability in the web framework of Cisco Unified Communications Manager\ncould allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory\nstructure on an affected device.", "published": "2017-08-03T00:00:00", "modified": "2019-10-09T00:00:00", "cvss": {"score": 6.8, "vector": "AV:N/AC:L/Au:S/C:C/I:N/A:N"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310140276", "reporter": "This script is Copyright (C) 2017 Greenbone Networks GmbH", "references": ["https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1"], "cvelist": ["CVE-2017-6758"], "lastseen": "2019-10-09T15:12:36", "viewCount": 0, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2017-6758"]}, {"type": "cisco", "idList": ["CISCO-SA-20170802-UCM1"]}], "modified": "2019-10-09T15:12:36", "rev": 2}, "score": {"value": 5.5, "vector": "NONE", "modified": "2019-10-09T15:12:36", "rev": 2}, "vulnersScore": 5.5}, "pluginID": "1361412562310140276", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Cisco Unified Communications Manager Directory Traversal Vulnerability\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 modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation; either version 2 of the License, or\n# (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:/a:cisco:unified_communications_manager\";\n\nif (description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.140276\");\n script_cve_id(\"CVE-2017-6758\");\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:S/C:C/I:N/A:N\");\n script_version(\"2019-10-09T06:43:33+0000\");\n\n script_name(\"Cisco Unified Communications Manager Directory Traversal Vulnerability\");\n\n script_xref(name:\"URL\", value:\"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"solution\", value:\"See the referenced vendor advisory for a solution.\");\n\n script_tag(name:\"summary\", value:\"A vulnerability in the web framework of Cisco Unified Communications Manager\ncould allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory\nstructure on an affected device.\");\n\n script_tag(name:\"insight\", value:\"The vulnerability is due to insufficient input validation by the affected\nsoftware.\");\n\n script_tag(name:\"impact\", value:\"An attacker could exploit this vulnerability by using directory traversal\ntechniques to read files in the web root directory structure on the Cisco Unified Communications Manager\nfilesystem.\");\n\n script_tag(name:\"qod_type\", value:\"package\");\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_tag(name:\"last_modification\", value:\"2019-10-09 06:43:33 +0000 (Wed, 09 Oct 2019)\");\n script_tag(name:\"creation_date\", value:\"2017-08-03 11:04:08 +0700 (Thu, 03 Aug 2017)\");\n script_category(ACT_GATHER_INFO);\n script_family(\"CISCO\");\n script_copyright(\"This script is Copyright (C) 2017 Greenbone Networks GmbH\");\n script_dependencies(\"gb_cisco_cucm_version.nasl\");\n script_mandatory_keys(\"cisco/cucm/version\");\n\n exit(0);\n}\n\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\n\nif (!version = get_app_version(cpe:CPE))\n exit(0);\n\nversion = str_replace(string: version, find: \"-\", replace: \".\");\n\naffected = make_list(\n '11.5.1.10000.6');\n\nforeach af (affected) {\n if (version == af) {\n report = report_fixed_ver(installed_version: version, fixed_version: \"See advisory\");\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n\nexit(99);\n\n", "naslFamily": "CISCO"}
{"cve": [{"lastseen": "2020-10-03T13:07:47", "description": "A vulnerability in the web framework of Cisco Unified Communications Manager 11.5(1.10000.6) could allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory structure on an affected device. The vulnerability is due to insufficient input validation by the affected software. An attacker could exploit this vulnerability by using directory traversal techniques to read files in the web root directory structure on the Cisco Unified Communications Manager filesystem. Cisco Bug IDs: CSCve13796.", "edition": 4, "cvss3": {"exploitabilityScore": 2.8, "cvssV3": {"baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 6.5, "privilegesRequired": "LOW", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 3.6}, "published": "2017-08-07T06:29:00", "title": "CVE-2017-6758", "type": "cve", "cwe": ["CWE-22"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.0, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "NONE", "integrityImpact": "NONE", "baseScore": 6.8, "vectorString": "AV:N/AC:L/Au:S/C:C/I:N/A:N", "version": "2.0", "accessVector": "NETWORK", "authentication": "SINGLE"}, "impactScore": 6.9, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-6758"], "modified": "2019-10-09T23:29:00", "cpe": ["cpe:/a:cisco:unified_communications_manager:11.5\\(1.10000.6\\)"], "id": "CVE-2017-6758", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-6758", "cvss": {"score": 6.8, "vector": "AV:N/AC:L/Au:S/C:C/I:N/A:N"}, "cpe23": ["cpe:2.3:a:cisco:unified_communications_manager:11.5\\(1.10000.6\\):*:*:*:*:*:*:*"]}], "cisco": [{"lastseen": "2020-12-24T11:41:09", "bulletinFamily": "software", "cvelist": ["CVE-2017-6758"], "description": "A vulnerability in the web framework of Cisco Unified Communications Manager could allow an authenticated, remote attacker to access arbitrary files in the context of the web root directory structure on an affected device.\n\nThe vulnerability is due to insufficient input validation by the affected software. An attacker could exploit this vulnerability by using directory traversal techniques to read files in the web root directory structure on the Cisco Unified Communications Manager filesystem.\n\nThere are no workarounds that address this vulnerability.\n\nThis advisory is available at the following link:\nhttps://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1 [\"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1\"]", "modified": "2017-08-01T16:08:44", "published": "2017-08-02T16:00:00", "id": "CISCO-SA-20170802-UCM1", "href": "https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20170802-ucm1", "type": "cisco", "title": "Cisco Unified Communications Manager Directory Traversal Vulnerability", "cvss": {"score": 4.3, "vector": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"}}]}