code | #TRUSTED 9dfe59a107ed492df3d8e7e02d5ad8862e9475dd72ee461954c10ea7acf87fb7a3826fc36e399aba067c7df8acece00a4271e570ee261cb4dcee201bac0f60c68b357d1ede33c08b12a7b80de23a7a1ff63e3847903091b7448d4f3ed028d27ca6a30df00b65b7fcedf1208f378966c0daf76d31c45abbb906e25e1dc00944480f0e70560b692aff05c879a569409e5b6dac38380e8158125f8195a50ffa5940baa8c8c371cb8f75e410d6f7d33ffeac04c7204723abc2c94a06f3e71e258bf76b8d2be02438cc54dd312afd107db399d1831c7549293b40c305ffa67243a6e53a05099cfff18e7d9bc4e845b6f54e632e91a21c8f27f76520f2635f33300e8a2f5157667d96c7c7b39ca7d21d981f1041c50f389d67b78bc93399c6333e9e9010e46a0a7b6cd2be010475425ca618ff0447438d7b2130e3d5b6230851d8f8ceeaea484db524c61b4d620de3cdf4d3777a164bb421b7b8883cc474426f1d510ead98d266f479efdfbddafadd703e3c09236f55dd5beb53ab921df2eec3122d428804eb4ae020d838491f2f0bcf6899d618682858e517d7344809d1ce8ccac0955770241f97939030d0a66166c4683e41b9d64e7e34c762ad2fb304cfc8d0e34d94c7a3fda472c550f9e35e8b36f181766c1a18c2a04a682a2a98db3be548546e1773c3c19e0a7ddc081897cf6f75dcce5a2beba70237106b22e1474009cf97c4
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(131166);
script_version("1.4");
script_cvs_date("Date: 2019/11/22");
script_cve_id("CVE-2018-0154");
script_bugtraq_id(103559);
script_xref(name:"CISCO-BUG-ID", value:"CSCvd39267");
script_xref(name:"CISCO-SA", value:"cisco-sa-20180328-dos");
script_name(english:"Cisco IOS Software Integrated Services Module for VPN DoS (cisco-sa-20180328-dos)");
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 version, Cisco IOS Software is affected by a vulnerability in the crypto engine of the
Cisco Integrated Services Module for VPN (ISM-VPN) due to insufficient handling of VPN traffic by the affected device.
An unauthenticated, remote attacker can exploit this by sending crafted VPN traffic to an affected device in order to
cause it to hang or crash and stop responding.
Please see the included Cisco BIDs and Cisco Security Advisory for more information.
Note that Nessus has not tested for this issue but has instead relied only on the application's self-reported version
number.");
# https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180328-dos
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?ba6da910");
script_set_attribute(attribute:"see_also", value:"https://tools.cisco.com/security/center/viewErp.x?alertId=ERP-66682");
script_set_attribute(attribute:"see_also", value:"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd39267");
script_set_attribute(attribute:"solution", value:
"Upgrade to the relevant fixed version referenced in Cisco bug ID CSCvd39267");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2018-0154");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"vuln_publication_date", value:"2018/03/28");
script_set_attribute(attribute:"patch_publication_date", value:"2018/03/28");
script_set_attribute(attribute:"plugin_publication_date", value:"2019/11/21");
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) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("cisco_ios_version.nasl");
script_require_keys("Host/Cisco/IOS/Version");
exit(0);
}
include('cisco_workarounds.inc');
include('ccf.inc');
product_info = cisco::get_product_info(name:'Cisco IOS');
version_list=make_list(
'15.2(4)M8',
'15.2(4)M10',
'15.2(4)M9',
'15.2(4)M11',
'15.3(3)M6',
'15.3(3)M7',
'15.3(3)M8',
'15.3(3)M9',
'15.3(3)M10',
'15.3(3)M8a',
'15.4(3)M4',
'15.4(3)M5',
'15.4(3)M6',
'15.4(3)M7',
'15.4(3)M6a',
'15.5(2)T',
'15.5(1)T2',
'15.5(1)T3',
'15.5(2)T1',
'15.5(2)T2',
'15.5(2)T3',
'15.5(2)T4',
'15.5(1)T4',
'15.5(2)XB',
'15.6(2)SP3b'
);
workarounds = make_list(CISCO_WORKAROUNDS['ios_show_crypto_engine']);
workaround_params = {'vpn_regex' : "ISM(\s|-)VPN"};
reporting = make_array(
'port' , 0,
'severity' , SECURITY_HOLE,
'version' , product_info['version'],
'bug_id' , 'CSCvd39267',
'cmds' , make_list('show crypto engine brief')
);
cisco::check_and_report(
product_info:product_info,
workarounds:workarounds,
workaround_params:workaround_params,
reporting:reporting,
vuln_versions:version_list
);
|