Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310103805
HistoryOct 10, 2013 - 12:00 a.m.

Cisco Unified Computing System Multiple Vulnerabilities

2013-10-1000:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
14

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

6.3 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

71.6%

Cisco Unified Computing System is prone to multiple
vulnerabilities

# SPDX-FileCopyrightText: 2013 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

CPE = "cpe:/a:cisco:unified_computing_system_software";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.103805");
  script_cve_id("CVE-2013-1182", "CVE-2013-1183", "CVE-2013-1184", "CVE-2013-1185", "CVE-2013-1186");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_version("2023-07-27T05:05:08+0000");

  script_name("Cisco Unified Computing System Multiple Vulnerabilities");


  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59451");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59453");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59457");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59459");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/59455");


  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2013-10-10 19:10:32 +0200 (Thu, 10 Oct 2013)");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_family("CISCO");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("gb_cisco_ucs_manager_detect.nasl");
  script_mandatory_keys("cisco_ucs_manager/installed");

  script_tag(name:"impact", value:"CSCtc91207:
An attacker can exploit this issue to bypass the authentication mechanism
and impersonate other users of the system. This may lead to further
attacks.

CSCtd32371:
Attackers can exploit this issue to execute arbitrary code within the
context of the affected application. Failed exploit attempts will result in
denial-of-service conditions.

CSCtg48206:
Attackers can exploit this issue to cause the service to stop responding
resulting in denial-of-service conditions.

CSCtq86543:
Successful exploits will allow attackers to obtain sensitive information.
This may result in the complete compromise of the system.

CSCts53746:
An attacker can exploit this issue to bypass the authentication mechanism
and gain access to the IP KVM console of the physical or virtual device.
This may lead to further attacks.");
  script_tag(name:"vuldetect", value:"Check the Cisco Unified Computing System Version");
  script_tag(name:"insight", value:"This issue is being tracked by Cisco bug IDs:
CSCtc91207
CSCtd32371
CSCtg48206
CSCtq86543
CSCts53746");
  script_tag(name:"solution", value:"Update to 2.1.1e");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"Cisco Unified Computing System is prone to multiple
vulnerabilities");
  script_tag(name:"affected", value:"Cisco Unified Computing System 1.0(x)
1.1(x)
1.2(x)
1.3(x)
1.4(x)
2.0(1x) and Prior");

  exit(0);
}

include("host_details.inc");
include("version_func.inc");

version = get_app_version(cpe:CPE, nofork:TRUE);
if(!version)exit(0);

vers = eregmatch(pattern:"^([0-9.]+)\(([^)]+)\)", string:version);
if(isnull(vers[1]) || isnull(vers[2]))exit(0);

major = vers[1];
build = vers[2];

vuln = FALSE;

# cisco recommended to update to 2.1.1e. So we check for < 2.1.1e. Example
# Version: 2.0(1s)
if(version_is_less(version:major, test_version:"2.1")) vuln = TRUE;
if(version_is_equal(version:major, test_version:"2.1")) {
  if(build =~ "^(0[^0-9]|1[a-d])") vuln = TRUE;
}

if(vuln) {
  report = report_fixed_ver( installed_version:version, fixed_version:'2.1.1e' );
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

6.3 Medium

AI Score

Confidence

Low

0.003 Low

EPSS

Percentile

71.6%

Related for OPENVAS:1361412562310103805