Lucene search
+L

Cisco Unified Communications Manager IM and Presence Service EST API Denial of Service Vulnerability

🗓️ 15 Feb 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Cisco Unified Communications Manager IM and Presence Service EST API Denial of Service Vulnerabilit

Related
Refs
Code
# SPDX-FileCopyrightText: 2016 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_communications_manager_im_and_presence_service";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105545");
  script_cve_id("CVE-2015-6310");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_version("2023-10-27T16:11:32+0000");

  script_name("Cisco Unified Communications Manager IM and Presence Service EST API Denial of Service Vulnerability");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/76944");
  script_xref(name:"URL", value:"https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/Cisco-SA-20151002-CVE-2015-6310");

  script_tag(name:"impact", value:"Attackers can exploit this issue to restart the affected service and cause a denial of service condition.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"solution", value:"Ask the Vendor for an update.");

  script_tag(name:"summary", value:"Cisco Unified Communications Manager IM and Presence Service is prone to a denial of service (DoS) vulnerability.");

  script_tag(name:"affected", value:"Versions 10.5 before 10.5(2.23000.1), 11.0 before 11.0(1.11000.1) and 9.1 before 9.1(1.81900.5).");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"qod_type", value:"package");

  script_tag(name:"last_modification", value:"2023-10-27 16:11:32 +0000 (Fri, 27 Oct 2023)");
  script_tag(name:"creation_date", value:"2016-02-15 12:13:16 +0100 (Mon, 15 Feb 2016)");
  script_category(ACT_GATHER_INFO);
  script_family("CISCO");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_cisco_cucmim_version.nasl");
  script_mandatory_keys("cisco/cucmim/version");

  exit(0);
}

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

if( ! vers = get_app_version( cpe:CPE) ) exit( 0 );

# For example: 10.0.1.10000-26
vers = str_replace( string:vers, find:"-", replace:"." );

if( vers =~ "^10\.5" )
  if( version_is_less( version:vers, test_version:"10.5.2.23000.1" ) ) fix = '10.5(2.23000.1)';

if( vers =~ "^11\.0" )
  if( version_is_less( version:vers, test_version:"11.0.1.11000.1" ) ) fix = '11.0(1.11000.1)';

if( vers =~ "^9\.1" )
  if( version_is_less( version:vers, test_version:"9.1.1.81900.5" ) ) fix = '9.1(1.81900.5)';

if( fix )
{
  report = report_fixed_ver(  installed_version:vers, fixed_version:fix );
  security_message( port:0, data:report );
  exit( 0 );
}

exit( 99 );

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

27 Oct 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 25
EPSS0.02211
21