Lucene search

K
nessusThis script is Copyright (C) 2014-2018 Tenable Network Security, Inc.CISCO_IOS_CSCUJ72215.NASL
HistoryMay 23, 2014 - 12:00 a.m.

Cisco IOS CUBE RTCP Request Processing DoS

2014-05-2300:00:00
This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.
www.tenable.com
13

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

EPSS

0.002

Percentile

56.0%

According to its self-reported IOS version, the remote device may be affected by a denial of service vulnerability related to the Cisco Unified Border Element (CUBE) and incorrect handling of Real-Time Control Protocol (RTCP) traffic. A remote, unauthenticated attacker could exploit this issue by sending malformed packets, causing legitimate traffic to not be processed.

#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(74146);
  script_version("1.4");
  script_cvs_date("Date: 2018/11/15 20:50:20");

  script_cve_id("CVE-2014-3268");
  script_bugtraq_id(67546);
  script_xref(name:"CISCO-BUG-ID", value:"CSCuj72215");

  script_name(english:"Cisco IOS CUBE RTCP Request Processing DoS");
  script_summary(english:"Checks IOS version");

  script_set_attribute(attribute:"synopsis", value:"The remote device is missing a vendor-supplied security patch.");
  script_set_attribute(attribute:"description", value:
"According to its self-reported IOS version, the remote device may be
affected by a denial of service vulnerability related to the Cisco
Unified Border Element (CUBE) and incorrect handling of Real-Time
Control Protocol (RTCP) traffic. A remote, unauthenticated attacker
could exploit this issue by sending malformed packets, causing
legitimate traffic to not be processed.");
  script_set_attribute(attribute:"see_also", value:"https://tools.cisco.com/security/center/viewAlert.x?alertId=34272");
  # https://tools.cisco.com/security/center/viewAlert.x?alertId=34272
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?251245e1");
  script_set_attribute(attribute:"solution", value:"Contact Cisco for updated software.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
  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:"2014/05/19");
  script_set_attribute(attribute:"patch_publication_date", value:"2014/05/19");
  script_set_attribute(attribute:"plugin_publication_date", value:"2014/05/23");

  script_set_attribute(attribute:"plugin_type", value:"local");
  script_set_attribute(attribute:"cpe", value:"cpe:/o:cisco:ios");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CISCO");

  script_copyright(english:"This script is Copyright (C) 2014-2018 Tenable Network Security, Inc.");

  script_dependencies("cisco_ios_version.nasl");
  script_require_keys("Host/Cisco/IOS/Version");
  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");

version = get_kb_item_or_exit("Host/Cisco/IOS/Version");

if (version == '15.2(4)M4.4') security_warning(0);
else if (version == '15.2(4)M2.9') security_warning(0);
else audit(AUDIT_INST_VER_NOT_VULN, 'IOS', version);

CVSS2

5

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

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

EPSS

0.002

Percentile

56.0%

Related for CISCO_IOS_CSCUJ72215.NASL