Vulnerabilities > CVE-2015-0713 - Permissions, Privileges, and Access Controls vulnerability in Cisco products

047910
CVSS 9.0 - CRITICAL
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
COMPLETE
Integrity impact
COMPLETE
Availability impact
COMPLETE
network
low complexity
cisco
CWE-264
critical
nessus

Summary

The web framework in Cisco TelePresence Advanced Media Gateway Series Software before 1.1(1.40), Cisco TelePresence IP Gateway Series Software, Cisco TelePresence IP VCR Series Software before 3.0(1.27), Cisco TelePresence ISDN Gateway Software before 2.2(1.94), Cisco TelePresence MCU Software before 4.4(3.54) and 4.5 before 4.5(1.45), Cisco TelePresence MSE Supervisor Software before 2.3(1.38), Cisco TelePresence Serial Gateway Series Software before 1.0(1.42), Cisco TelePresence Server Software for Hardware before 3.1(1.98), and Cisco TelePresence Server Software for Virtual Machine before 4.1(1.79) allows remote authenticated users to execute arbitrary commands with root privileges via unspecified vectors, aka Bug IDs CSCul55968, CSCur08993, CSCur15803, CSCur15807, CSCur15825, CSCur15832, CSCur15842, CSCur15850, and CSCur15855.

Vulnerable Configurations

Part Description Count
Application
Cisco
42

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Nessus

  • NASL familyCISCO
    NASL idCISCO_TELEPRESENCE_MSE_SA-20150513-TP.NASL
    descriptionAccording to the self-reported version, the remote Cisco TelePresence MSE 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id83771
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83771
    titleCisco TelePresence MSE 8050 Command Injection Vulnerability
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83771);
      script_version("1.5");
      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:"CSCur15807");
      script_xref(name:"IAVA", value:"2015-A-0117");
      script_xref(name:"CISCO-SA", value:"cisco-sa-20150513-tp");
    
      script_name(english:"Cisco TelePresence MSE 8050 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
    MSE 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/CSCur15807");
      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:/h:cisco:telepresence_supervisor_mse_8050");
      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_supervisor_mse_detect.nbin");
      script_require_ports("cisco/supervisor_mse/8050", "cisco/supervisor_mse/8510", "cisco/supervisory_mse/8420");
    
      exit(0);
    }
    
    include("audit.inc");
    include("cisco_func.inc");
    
    version = NULL;
    list = get_kb_list("cisco/supervisor_mse/*");
    
    if (!empty_or_null(list))
    {
      foreach entry (keys(list))
      {
        if (!empty_or_null(entry))
        {
          model = entry;
          version = get_kb_item(entry);
          break;
        }
      }
    }
    else audit(AUDIT_NOT_DETECT, "Cisco Supervisor MSE software");
    
    app = "Cisco Supervisory MSE " + model + " software";
    
    if (empty_or_null(version)) audit(AUDIT_UNKNOWN_APP_VER, app);
    
    if (cisco_gen_ver_compare(a:version, b:"2.3(1.38)") == -1)
    {
      if (report_verbosity > 0)
      {
        report = '\n  Installed version : ' + version +
                 '\n  Fixed version     : 2.3(1.38)\n';
        security_hole(port:0, extra:report);
      }
      else security_hole(0);
    }
    else audit(AUDIT_INST_VER_NOT_VULN, app, version);
    
  • NASL familyCISCO
    NASL idCISCO_TELEPRESENCE_IP_VCR_SA_20150513_TP.NASL
    descriptionAccording to the self-reported version, the remote Cisco TelePresence IP VCR 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id83769
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83769
    titleCisco TelePresence IP VCR Command Injection Vulnerability
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83769);
      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:"CSCul55968");
      script_xref(name:"IAVA", value:"2015-A-0117");
      script_xref(name:"CISCO-SA", value:"cisco-sa-20150513-tp");
    
      script_name(english:"Cisco TelePresence IP VCR 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
    IP VCR 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/CSCul55968");
      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_ip_vcr_3.0");
      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_ip_vcr_detect.nasl");
      script_require_keys("Cisco/TelePresence_IP_VCR", "Cisco/TelePresence_IP_VCR/Version", "Cisco/TelePresence_IP_VCR/Device");
    
      exit(0);
    }
    
    include("audit.inc");
    include("cisco_func.inc");
    
    device   = get_kb_item("Cisco/TelePresence_IP_VCR/Device");
    version  = get_kb_item_or_exit("Cisco/TelePresence_IP_VCR/Version");
    
    if (!empty_or_null(device) && device != UNKNOWN_VER)
      fullname = "Cisco TelePresence "+device;
    else fullname = "Cisco TelePresence IP VCR";
    
    fix = '3.0(1.27)';
    
    if (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 IP VCR software");
    
  • NASL familyCISCO
    NASL idCISCO_TELEPRESENCE_SERVER_SA_20150513_TP.NASL
    descriptionAccording to the self-reported version, the remote Cisco TelePresence Server contains a vulnerability in its web framework, which can allow an authenticated, remote attacker to inject arbitrary commands on the device with root permissions.
    last seen2020-06-01
    modified2020-06-02
    plugin id83773
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83773
    titleCisco TelePresence Server Command Injection Vulnerability
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83773);
      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:"CSCur08993");
      script_xref(name:"IAVA", value:"2015-A-0117");
      script_xref(name:"CISCO-SA", value:"cisco-sa-20150513-tp");
    
      script_name(english:"Cisco TelePresence Server Command Injection Vulnerability");
      script_summary(english:"Checks the software version.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote host is affected by command injection vulnerability.");
      script_set_attribute(attribute:"description", value:
    "According to the self-reported version, the remote Cisco TelePresence
    Server 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/CSCur08993");
      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_server_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_server_detect.nasl");
      script_require_keys("Cisco/TelePresence_Server/Version", "Cisco/TelePresence_Server/Model");
    
      exit(0);
    }
    
    include("audit.inc");
    include("cisco_func.inc");
    
    model    = get_kb_item_or_exit("Cisco/TelePresence_Server/Model");
    version  = get_kb_item_or_exit("Cisco/TelePresence_Server/Version");
    fullname = "Cisco TelePresence " + model;
    
    if (model == "Virtual Machine") fix = '4.1(1.79)';
    else fix = '3.1(1.98)';
    
    if (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 Server software");
    
  • NASL familyCISCO
    NASL idCISCO-SA-20150513-TP-ISDNGW.NASL
    descriptionAccording to its self-reported version, the remote Cisco TelePresence ISDN Gateway 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id83767
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83767
    titleCisco TelePresence ISDN Gateway Command Injection Vulnerability
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83767);
      script_version("1.5");
      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:"CSCur15832");
      script_xref(name:"IAVA", value:"2015-A-0117");
      script_xref(name:"CISCO-SA", value:"cisco-sa-20150513-tp");
    
      script_name(english:"Cisco TelePresence ISDN Gateway 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 its self-reported version, the remote Cisco TelePresence
    ISDN Gateway 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/CSCur15832");
      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:/h:cisco:telepresence_isdn_gw");
      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_isdn_gateway_detect.nbin");
      script_require_keys("Cisco/TelePresence_ISDN_GW/Version");
      exit(0);
    }
    
    include("audit.inc");
    include("cisco_func.inc");
    
    version = get_kb_item_or_exit("Cisco/TelePresence_ISDN_GW/Version");
    
    fix = "2.2(1.92)";
    
    item = eregmatch(pattern:"^([0-9.\(\)]+)", string:version);
    if (isnull(item)) audit(AUDIT_UNKNOWN_APP_VER, "Cisco TelePresence ISDN Gateway");
    
    if (cisco_gen_ver_compare(a:item[1], 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 ISDN Gateway software", version);
    
  • NASL familyCISCO
    NASL idCISCO_TELEPRESENCE_MCU_SA_20150513_TP.NASL
    descriptionAccording 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.
    last seen2020-06-01
    modified2020-06-02
    plugin id83770
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83770
    titleCisco TelePresence MCU Command Injection Vulnerability
    code
    #
    # (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");