#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(83770);
script_version("1.6");
script_cvs_date("Date: 2018/11/15 20:50:20");
script_cve_id("CVE-2015-0713");
script_bugtraq_id(74638);
script_xref(name:"CISCO-BUG-ID", value:"CSCur15825");
script_xref(name:"IAVA", value:"2015-A-0117");
script_xref(name:"CISCO-SA", value:"cisco-sa-20150513-tp");
script_name(english:"Cisco TelePresence MCU Command Injection Vulnerability");
script_summary(english:"Checks the software version.");
script_set_attribute(attribute:"synopsis", value:
"The remote device is affected by a command injection vulnerability.");
script_set_attribute(attribute:"description", value:
"According to the self-reported version, the remote Cisco TelePresence
MCU device contains a vulnerability in its web framework, which can
allow an authenticated, remote attacker to inject arbitrary commands
on the device with root permissions.");
# https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20150513-tp
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7f34acae");
script_set_attribute(attribute:"see_also", value:"https://tools.cisco.com/bugsearch/bug/CSCur15825");
script_set_attribute(attribute:"solution", value:
"Upgrade to the appropriate software version referenced in the
vendor's advisory.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2015/05/13");
script_set_attribute(attribute:"patch_publication_date", value:"2015/05/13");
script_set_attribute(attribute:"plugin_publication_date", value:"2015/05/21");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:cisco:telepresence_mcu_software");
script_set_attribute(attribute:"stig_severity", value:"I");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CISCO");
script_copyright(english:"This script is Copyright (C) 2015-2018 Tenable Network Security, Inc.");
script_dependencies("cisco_telepresence_mcu_detect.nasl");
script_require_keys("Cisco/TelePresence_MCU/Version", "Cisco/TelePresence_MCU/Device");
exit(0);
}
include("audit.inc");
include("cisco_func.inc");
device = get_kb_item_or_exit("Cisco/TelePresence_MCU/Device");
version = get_kb_item_or_exit("Cisco/TelePresence_MCU/Version");
fullname = "Cisco TelePresence "+device;
if (version =~ "^4\.[0-4](\.|\(|$)") fix = "4.4(3.54)";
else if (version =~ "^4\.5(\.|\(|$)") fix = "4.5(1.45)";
if (fix && cisco_gen_ver_compare(a:version, b:fix) == -1)
{
if (report_verbosity > 0)
{
report = '\n Installed version : ' + version +
'\n Fixed version : ' + fix +
'\n';
security_hole(port:0, extra:report);
}
else security_hole(0);
}
else audit(AUDIT_INST_VER_NOT_VULN, "Cisco TelePresence MCU software");
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation