code | #TRUSTED 413a20c4053bc30539bad8eb1850a24e759f4cbfc11cdce7fa0011598e245df3b42c8e6721d6ed850b557ff6bbfc78cd9cb9ad8953a7c47f1815c0d96c98dda817eb1e63ccc03f61e8b4fd8763d6cfc7198e5b1b518016e37373fc48918d8a1df02cddce25e34c3ff23efd93bb248c2fa148202759c7097457646af63910810d44a399120b9190b018b7bb774bdedc901840965f77b46f3b46cb9ea3a5c6d6c5e214d9933b26465a444ccebbdf6a8557a15d171374e1051d69d02eab4796484ef600fa02eb95e539c71bb21fd1d2fc52a54c0b3aab4e15e4f2ed4c09e19cdb68689943665c928cc0a2328a3e2828f425274942d4739b1051bebaaaa1abe9abe8f66b044c16381daf2879adcb4e25206a2e3bf88a69a2746ec50433e20068d3e5a147bdc15cd60bc60b8e17760b472cf2c1bfa51f3a8cc3a453cb8455680e12aa5e1be9263ff224197ee9e20e1cd7e90f1696219b64cfab4f61a19baf2040659ed2a40addda333ba0aa72ae99b8f05252694244ef1efd1daaa6491fb535be2a35f2de0dd6fa13050e7da9a6760ecb3f9c175b9e182df8eacd6a4c2d6dace383a609987ba5d1424b4c192535279a047167fac4d1897b7b59a4153784dc0e6d5e0eeff26e656ab53ee16212a5519325a50434c49fb4662bd1bfa68ab7330ae2c84c15ef0577aee6eb2600d611f837f97e53c99d527e964da9b72bf14007e15d9203
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(137332);
script_version("1.6");
script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/18");
script_cve_id("CVE-2020-3213");
script_xref(name:"CISCO-BUG-ID", value:"CSCvq26065");
script_xref(name:"CISCO-SA", value:"cisco-sa-priv-esc3-GMgnGCHx");
script_xref(name:"IAVA", value:"2020-A-0239");
script_name(english:"Cisco IOS XE Software Privilege Escalation (cisco-sa-priv-esc3-GMgnGCHx)");
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 XE Software is affected by a privilege escalation vulnerability.
A vulnerability in the ROMMON of Cisco IOS XE Software could allow an authenticated, local attacker to elevate
privileges to those of the root user of the underlying operating system.
Please see the included Cisco BIDs and Cisco Security Advisory for more information.");
# https://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-priv-esc3-GMgnGCHx
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4f6ce1dd");
script_set_attribute(attribute:"see_also", value:"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvq26065");
script_set_attribute(attribute:"solution", value:
"Upgrade to the relevant fixed version referenced in Cisco bug ID CSCvq26065");
script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/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-2020-3213");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_cwe_id(264);
script_set_attribute(attribute:"vuln_publication_date", value:"2020/06/03");
script_set_attribute(attribute:"patch_publication_date", value:"2020/06/03");
script_set_attribute(attribute:"plugin_publication_date", value:"2020/06/11");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:cisco:ios_xe");
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) 2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("cisco_ios_xe_version.nasl");
script_require_keys("Host/Cisco/IOS-XE/Version");
exit(0);
}
include('cisco_workarounds.inc');
include('ccf.inc');
product_info = cisco::get_product_info(name:'Cisco IOS XE Software');
version_list=make_list(
'3.9.2S',
'3.9.1aS',
'3.9.1S',
'3.9.0aS',
'3.9.0S',
'3.8.2S',
'3.8.1S',
'3.8.0S',
'3.18.8SP',
'3.18.7SP',
'3.18.6SP',
'3.18.5SP',
'3.18.4SP',
'3.18.4S',
'3.18.3SP',
'3.18.3S',
'3.18.2SP',
'3.18.2S',
'3.18.1iSP',
'3.18.1hSP',
'3.18.1gSP',
'3.18.1cSP',
'3.18.1bSP',
'3.18.1SP',
'3.18.1S',
'3.18.0SP',
'3.18.0S',
'3.17.4S',
'3.17.3S',
'3.17.2S ',
'3.17.1aS',
'3.17.1S',
'3.17.0S',
'3.16.9S',
'3.16.8S',
'3.16.7bS',
'3.16.7aS',
'3.16.7S',
'3.16.6bS',
'3.16.6S',
'3.16.5bS',
'3.16.5aS',
'3.16.5S',
'3.16.4gS',
'3.16.4eS',
'3.16.4dS',
'3.16.4cS',
'3.16.4bS',
'3.16.4aS',
'3.16.4S',
'3.16.3aS',
'3.16.3S',
'3.16.2bS',
'3.16.2aS',
'3.16.2S',
'3.16.1aS',
'3.16.10S',
'3.16.0cS',
'3.16.0bS',
'3.16.0aS',
'3.16.0S',
'3.15.4S',
'3.15.3S',
'3.15.2S',
'3.15.1cS',
'3.15.1S',
'3.15.0S',
'3.14.4S',
'3.14.3S',
'3.14.2S',
'3.14.1S',
'3.14.0S',
'3.13.9S',
'3.13.8S',
'3.13.7aS',
'3.13.7S',
'3.13.6bS',
'3.13.6aS',
'3.13.6S',
'3.13.5aS',
'3.13.5S',
'3.13.4S',
'3.13.3S',
'3.13.2aS',
'3.13.2S',
'3.13.1S',
'3.13.10S',
'3.13.0aS',
'3.13.0S',
'3.12.4S',
'3.12.3S',
'3.12.2S',
'3.12.1S',
'3.12.0aS',
'3.12.0S',
'3.11.4S',
'3.11.3S',
'3.11.2S',
'3.11.1S',
'3.11.0S',
'3.10.9S',
'3.10.8aS',
'3.10.8S',
'3.10.7S',
'3.10.6S',
'3.10.5S',
'3.10.4S',
'3.10.3S',
'3.10.2tS',
'3.10.2aS',
'3.10.2S',
'3.10.1S',
'3.10.10S',
'3.10.0S',
'16.9.4c',
'16.9.4',
'16.9.3s',
'16.9.3h',
'16.9.3a',
'16.9.3',
'16.9.2s',
'16.9.2a',
'16.9.2',
'16.9.1s',
'16.9.1d',
'16.9.1c',
'16.9.1b',
'16.9.1a',
'16.9.1',
'16.8.3',
'16.8.2',
'16.8.1s',
'16.8.1c',
'16.8.1b',
'16.8.1a',
'16.8.1',
'16.7.3',
'16.7.2',
'16.7.1',
'16.6.7a',
'16.6.7',
'16.6.6',
'16.6.5b',
'16.6.5a',
'16.6.5',
'16.6.4s',
'16.6.4a',
'16.6.4',
'16.6.3',
'16.6.2',
'16.6.1',
'16.5.3',
'16.5.2',
'16.5.1b',
'16.5.1a',
'16.5.1',
'16.4.3',
'16.4.2',
'16.4.1',
'16.3.9',
'16.3.8',
'16.3.7',
'16.3.6',
'16.3.5b',
'16.3.5',
'16.3.4',
'16.3.3',
'16.3.2',
'16.3.1a',
'16.3.1',
'16.2.2',
'16.2.1',
'16.12.1t',
'16.12.1s',
'16.12.1c',
'16.12.1a',
'16.12.1',
'16.11.2',
'16.11.1s',
'16.11.1c',
'16.11.1b',
'16.11.1a',
'16.11.1',
'16.10.2',
'16.10.1s',
'16.10.1e',
'16.10.1b',
'16.10.1a',
'16.10.1',
'16.1.3',
'16.1.2',
'16.1.1'
);
reporting = make_array(
'port' , 0,
'severity' , SECURITY_HOLE,
'version' , product_info['version'],
'bug_id' , 'CSCvq26065',
'disable_caveat', TRUE
);
cisco::check_and_report(
product_info:product_info,
reporting:reporting,
vuln_versions:version_list
);
|