cisco-sa-20180620-n3k-n9k-clisnmp
Vulnerability from csaf_cisco
Published
2018-06-20 16:00
Modified
2018-07-10 20:19
Summary
Cisco Nexus 3000 and 9000 Series CLI and Simple Network Management Protocol Polling Denial of Service Vulnerability

Notes

Summary
A vulnerability in the implementation of a specific CLI command and the associated Simple Network Management Protocol (SNMP) MIB for Cisco Nexus 3000 and 9000 Series Switches could allow an authenticated, remote attacker to exhaust system memory on an affected device, resulting in a denial of service (DoS) condition. The vulnerability is due to the incorrect implementation of the CLI command, resulting in a failure to free all allocated memory upon completion. An attacker could exploit this vulnerability by authenticating to the affected device and repeatedly issuing a specific CLI command or sending a specific SNMP poll request for a specific Object Identifier (OID). A successful exploit could allow the attacker to cause the IP routing process to restart or to cause a device reset, resulting in a DoS condition. Cisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability. This advisory is available at the following link: https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp ["https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp"] This advisory is part of the June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection, which includes 24 Cisco Security Advisories that describe 24 vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection ["https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770"].
Vulnerable Products
This vulnerability affects Cisco Nexus 3000 Series Switches and Cisco Nexus 9000 Series Switches in standalone NX-OS mode if they are running a vulnerable release of Cisco NX-OS Software. For information about which Cisco NX-OS Software releases are vulnerable, see the Fixed Software ["#fs"] section of this advisory. Checking the Status of SNMP Administrators can check whether SNMP is running on a device by using the show running-config snmp command on the device CLI. If the command returns output, SNMP is configured. nxos-switch# show running-config snmp !Command: show running-config snmp . . . snmp-server user admin network-admin auth md5 ***** priv ***** localizedkey snmp-server community <removed> group network-admin Determining the Cisco NX-OS Software Release Administrators can check the release of Cisco NX-OS Software that is running on a device by using the show version command in the device CLI. The following example shows the output of the command for a device that is running Cisco NX-OS Software Release 7.0(3)I5(1): nxos-switch# show version Cisco Nexus Operating System (NX-OS) Software TAC support: http://www.cisco.com/tac Copyright (C) 2002-2016, Cisco and/or its affiliates. All rights reserved. The copyrights to certain works contained in this software are owned by other third parties and used and distributed under their own licenses, such as open source. This software is provided "as is," and unless otherwise stated, there is no warranty, express or implied, including but not limited to warranties of merchantability and fitness for a particular purpose. Certain components of this software are licensed under the GNU General Public License (GPL) version 2.0 or GNU General Public License (GPL) version 3.0 or the GNU Lesser General Public License (LGPL) Version 2.1 or Lesser General Public License (LGPL) Version 2.0. A copy of each such license is available at http://www.opensource.org/licenses/gpl-2.0.php and http://opensource.org/licenses/gpl-3.0.html and http://www.opensource.org/licenses/lgpl-2.1.php and http://www.gnu.org/licenses/old-licenses/library.txt. Software BIOS: version 07.57 NXOS: version 7.0(3)I5(1) [build 7.0(3)I5(0.9)] BIOS compile time: 06/29/2016 NXOS image file is: bootflash:///nxos.7.0.3.I5.0.9.bin NXOS compile time: 8/1/2016 23:00:00 [08/02/2016 00:30:32] . . .
Products Confirmed Not Vulnerable
Only products listed in the Vulnerable Products ["#vp"] section of this advisory are known to be affected by this vulnerability. Cisco has confirmed that this vulnerability does not affect the following Cisco products: Firepower 2100 Series Firepower 4100 Series Next-Generation Firewall Firepower 9300 Security Appliance MDS 9000 Series Multilayer Switches Nexus 1000V Series Switches Nexus 1100 Series Cloud Services Platforms Nexus 2000 Series Switches Nexus 3500 Platform Switches Nexus 3600 Platform Switches Nexus 5500 Platform Switches Nexus 5600 Platform Switches Nexus 6000 Series Switches Nexus 7000 Series Switches Nexus 7700 Series Switches Nexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode Nexus 9500 R-Series Line Cards and Fabric Modules UCS 6100 Series Fabric Interconnects UCS 6200 Series Fabric Interconnects UCS 6300 Series Fabric Interconnects Cisco has not investigated whether this vulnerability affects Cisco Nexus 4000 Series Switches, Cisco Nexus 5010 Switches, or Cisco Nexus 5020 Switches because those products have reached end-of-life status. For more information, refer to the End-of-Sale and End-of-Life Announcement for the Cisco Nexus 4000 Series Switch Modules for IBM BladeCenter ["https://www.cisco.com/c/en/us/products/collateral/switches/nexus-4000-series-switches/eos-eol-notice-c51-733205.html"] and the End-of-Sale and End-of-Life Announcement for the Cisco Nexus 5010 and Nexus 5020 Switches ["https://www.cisco.com/c/en/us/products/collateral/switches/nexus-5000-series-switches/eol_c51-709037.html"].
Details
The Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a standardized framework and a common language for monitoring and managing devices in a network. It defines a message format for communication between SNMP managers and agents. An SNMP agent gathers data from the SNMP MIB, which is the repository of information about device parameters and network data. It also responds to requests from an SNMP manager to get or set data. An SNMP agent contains MIB variables for which values can be requested or changed by an SNMP manager by using get or set operations. This vulnerability affects all versions of SNMP supported on the device—Versions 1, 2c, and 3. An attacker could exploit this vulnerability by sending a specific SNMP packet to an affected device via IPv4 or IPv6. Only traffic directed to the affected system can be used to exploit this vulnerability. To exploit this vulnerability via SNMP Version 2c or earlier, the attacker must know the SNMP read-only community string for the affected system. A community string is a password that is applied to a device to restrict both read-only and read-write access to the SNMP data on the device. These community strings, as with all passwords, should be chosen carefully to ensure that they are not trivial. They should also be changed at regular intervals and in accordance with network security policies. For example, the strings should be changed when a network administrator changes roles or leaves the organization. To exploit this vulnerability via SNMP Version 3, the attacker must have user credentials for the affected system. To exploit this vulnerability, the attacker must take time to repeatedly send a specific CLI command or send a specific SNMP poll request for a specific OID to the affected device. Therefore, the attacker cannot immediately exhaust system memory; instead, system resources would be consumed over time.
Indicators of Compromise
Exploitation of this vulnerability could exhaust system memory. The administrator can monitor the IPFIB process memory usage using the show process memory | include ipfib | PID command. If an ongoing increase is observed in the total amount of memory allocated to the IPFIB process, contact the Cisco Technical Assistance Center (TAC) to help determine if a proactive reboot of the device is needed: # show process memory | include ipfib | PID PID MemAlloc MemLimit MemUsed StackBase/Ptr Process 25179 71282688 1181531648 487817216 ffaf2ca0/ffaf1d9c ipfib 26561 352071680 0 905453568 ff9a87a0/ff9a78a0 ipfib # show processes memory | include ipfib | PID PID MemAlloc MemLimit MemUsed StackBase/Ptr Process 25179 71282688 1181531648 487817216 ffaf2ca0/ffaf1d9c ipfib 26561 358326272 0 911708160 ff9a87a0/ff9a78a0 ipf In addition, exploitation of this vulnerability could cause an affected device to reload and generate an IPFIB core file. To view the IPFIB core file, administrators can use the show core command in the NX-OS CLI. Contact the Cisco TAC to review the core file and determine whether the device has been compromised by exploitation of this vulnerability.
Workarounds
There are no workarounds that address this vulnerability. As a mitigation for the vulnerability that is described in this advisory, administrators can configure an access control list (ACL) on an SNMP community to filter incoming SNMP requests to ensure that SNMP polling is performed only by trusted SNMP clients. In the following example, the device will accept incoming SNMP requests only from a single trusted host, 192.168.1.2: switch# show access-list acl_for_snmp IPV4 ACL acl_for_snmp 10 permit udp 192.168.1.2/32 192.168.1.3/32 eq snmp To implement the preceding ACL, administrators can add it to the snmp-server community configuration command: switch# show running-config snmp !Command: show running-config snmp snmp-server community mycompany use-acl acl_for_snmp For additional information about configuring ACLs to filter incoming SNMP requests, see Filtering SNMP Requests ["https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/system_management/b_Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide/Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide_chapter9.html#task_D3862190751F4B1A9F5353B015A888A7"] in the NX-OS Configuration Guide.
Fixed Software
Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license: https://www.cisco.com/c/en/us/products/end-user-license-agreement.html ["https://www.cisco.com/c/en/us/products/end-user-license-agreement.html"] Additionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades. When considering software upgrades, customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page ["https://www.cisco.com/go/psirt"], to determine exposure and a complete upgrade solution. In all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers. Customers Without Service Contracts Customers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC: https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html ["https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html"] Customers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade. Fixed Releases Customers are advised to upgrade to an appropriate release as indicated in the applicable table in this section. To help ensure a complete upgrade solution, consider that this advisory is part of a collection. For a complete list of the advisories in the collection and links to them, see Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection ["https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770"]. In the following tables, the left column lists releases of Cisco FXOS or NX-OS Software. The center column indicates whether a release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. The right column indicates whether a release is affected by all the vulnerabilities described in this collection of advisories and which release includes fixes for those vulnerabilities. Nexus 3000 Series Switches and Nexus 9000 Series Switches in standalone NX-OS mode: CSCvf23136 ["https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvf23136"] Cisco NX-OS Software Release First Fixed Release for This Vulnerability First Fixed Release for All Vulnerabilities Described in the Collection of Advisories Prior to 7.0(3)I4 Not vulnerable 7.0(3)I7(4) 7.0(3)I4 7.0(3)I4(8) 7.0(3)I7(4) 7.0(3)I5 7.0(3)I6(2) 7.0(3)I7(4) 7.0(3)I6 7.0(3)I6(2) 7.0(3)I7(4) 7.0(3)I7 7.0(3)I7(1) 7.0(3)I7(4)
Vulnerability Policy
To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.
Exploitation and Public Announcements
The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.
Source
This vulnerability was found during the resolution of a Cisco TAC support case.
Legal Disclaimer
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME. A standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.



{
  "document": {
    "acknowledgments": [
      {
        "summary": "This vulnerability was found during the resolution of a Cisco TAC support case."
      }
    ],
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "notes": [
      {
        "category": "summary",
        "text": "A vulnerability in the implementation of a specific CLI command and the associated Simple Network Management Protocol (SNMP) MIB for Cisco Nexus 3000 and 9000 Series Switches could allow an authenticated, remote attacker to exhaust system memory on an affected device, resulting in a denial of service (DoS) condition.\r\n\r\nThe vulnerability is due to the incorrect implementation of the CLI command, resulting in a failure to free all allocated memory upon completion. An attacker could exploit this vulnerability by authenticating to the affected device and repeatedly issuing a specific CLI command or sending a specific SNMP poll request for a specific Object Identifier (OID). A successful exploit could allow the attacker to cause the IP routing process to restart or to cause a device reset, resulting in a DoS condition.\r\n\r\n\r\nCisco has released software updates that address this vulnerability. There are no workarounds that address this vulnerability.\r\n\r\nThis advisory is available at the following link:\r\nhttps://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp\"]\r\n\r\n\r\nThis advisory is part of the June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection, which includes 24 Cisco Security Advisories that describe 24 vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770\"].",
        "title": "Summary"
      },
      {
        "category": "general",
        "text": "This vulnerability affects Cisco Nexus 3000 Series Switches and Cisco Nexus 9000 Series Switches in standalone NX-OS mode if they are running a vulnerable release of Cisco NX-OS Software.\r\n\r\nFor information about which Cisco NX-OS Software releases are vulnerable, see the Fixed Software [\"#fs\"] section of this advisory.\r\n\r\n\r\nChecking the Status of SNMP\r\n\r\nAdministrators can check whether SNMP is running on a device by using the show running-config snmp command on the device CLI. If the command returns output, SNMP is configured.\r\n\r\n\r\nnxos-switch# show running-config snmp\r\n!Command: show running-config snmp  .  .  .  snmp-server user admin network-admin auth md5 ***** priv ***** localizedkey  snmp-server community \u003cremoved\u003e group network-admin\r\n\r\n  Determining the Cisco NX-OS Software Release\r\n  Administrators can check the release of Cisco NX-OS Software that is running on a device by using the show version command in the device CLI. The following example shows the output of the command for a device that is running Cisco NX-OS Software Release 7.0(3)I5(1):\r\n\r\n\r\nnxos-switch# show version\r\nCisco Nexus Operating System (NX-OS) Software  TAC support: http://www.cisco.com/tac  Copyright (C) 2002-2016, Cisco and/or its affiliates.  All rights reserved.  The copyrights to certain works contained in this software are  owned by other third parties and used and distributed under their own  licenses, such as open source.  This software is provided \"as is,\" and unless  otherwise stated, there is no warranty, express or implied, including but not  limited to warranties of merchantability and fitness for a particular purpose.  Certain components of this software are licensed under  the GNU General Public License (GPL) version 2.0 or   GNU General Public License (GPL) version 3.0  or the GNU  Lesser General Public License (LGPL) Version 2.1 or   Lesser General Public License (LGPL) Version 2.0.   A copy of each such license is available at  http://www.opensource.org/licenses/gpl-2.0.php and  http://opensource.org/licenses/gpl-3.0.html and  http://www.opensource.org/licenses/lgpl-2.1.php and  http://www.gnu.org/licenses/old-licenses/library.txt.\r\n\r\nSoftware\r\n  BIOS: version 07.57    NXOS: version 7.0(3)I5(1) [build 7.0(3)I5(0.9)]    BIOS compile time:  06/29/2016    NXOS image file is: bootflash:///nxos.7.0.3.I5.0.9.bin    NXOS compile time:  8/1/2016 23:00:00 [08/02/2016 00:30:32]    .    .    .",
        "title": "Vulnerable Products"
      },
      {
        "category": "general",
        "text": "Only products listed in the Vulnerable Products [\"#vp\"] section of this advisory are known to be affected by this vulnerability.\r\n\r\nCisco has confirmed that this vulnerability does not affect the following Cisco products:\r\n\r\nFirepower 2100 Series\r\n Firepower 4100 Series Next-Generation Firewall\r\n Firepower 9300 Security Appliance\r\nMDS 9000 Series Multilayer Switches\r\nNexus 1000V Series Switches\r\nNexus 1100 Series Cloud Services Platforms\r\nNexus 2000 Series Switches\r\nNexus 3500 Platform Switches\r\nNexus 3600 Platform Switches\r\nNexus 5500 Platform Switches\r\nNexus 5600 Platform Switches\r\nNexus 6000 Series Switches\r\nNexus 7000 Series Switches\r\nNexus 7700 Series Switches\r\nNexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode\r\nNexus 9500 R-Series Line Cards and Fabric Modules\r\nUCS 6100 Series Fabric Interconnects\r\nUCS 6200 Series Fabric Interconnects\r\nUCS 6300 Series Fabric Interconnects\r\n\r\n\r\nCisco has not investigated whether this vulnerability affects Cisco Nexus 4000 Series Switches, Cisco Nexus 5010 Switches, or Cisco Nexus 5020 Switches because those products have reached end-of-life status. For more information, refer to the End-of-Sale and End-of-Life Announcement for the Cisco Nexus 4000 Series Switch Modules for IBM BladeCenter [\"https://www.cisco.com/c/en/us/products/collateral/switches/nexus-4000-series-switches/eos-eol-notice-c51-733205.html\"] and the End-of-Sale and End-of-Life Announcement for the Cisco Nexus 5010 and Nexus 5020 Switches [\"https://www.cisco.com/c/en/us/products/collateral/switches/nexus-5000-series-switches/eol_c51-709037.html\"].",
        "title": "Products Confirmed Not Vulnerable"
      },
      {
        "category": "general",
        "text": "The Simple Network Management Protocol (SNMP) is an application-layer protocol that provides a standardized framework and a common language for monitoring and managing devices in a network. It defines a message format for communication between SNMP managers and agents.\r\n\r\nAn SNMP agent gathers data from the SNMP MIB, which is the repository of information about device parameters and network data. It also responds to requests from an SNMP manager to get or set data. An SNMP agent contains MIB variables for which values can be requested or changed by an SNMP manager by using get or set operations.\r\n\r\nThis vulnerability affects all versions of SNMP supported on the device\u2014Versions 1, 2c, and 3. An attacker could exploit this vulnerability by sending a specific SNMP packet to an affected device via IPv4 or IPv6. Only traffic directed to the affected system can be used to exploit this vulnerability.\r\n\r\nTo exploit this vulnerability via SNMP Version 2c or earlier, the attacker must know the SNMP read-only community string for the affected system. A community string is a password that is applied to a device to restrict both read-only and read-write access to the SNMP data on the device. These community strings, as with all passwords, should be chosen carefully to ensure that they are not trivial. They should also be changed at regular intervals and in accordance with network security policies. For example, the strings should be changed when a network administrator changes roles or leaves the organization.\r\n\r\nTo exploit this vulnerability via SNMP Version 3, the attacker must have user credentials for the affected system.\r\n\r\n\r\nTo exploit this vulnerability, the attacker must take time to repeatedly send a specific CLI command or send a specific SNMP poll request for a specific OID to the affected device. Therefore, the attacker cannot immediately exhaust system memory; instead, system resources would be consumed over time.",
        "title": "Details"
      },
      {
        "category": "general",
        "text": "Exploitation of this vulnerability could exhaust system memory. The administrator can monitor the IPFIB process memory usage using the show process memory | include ipfib | PID command. If an ongoing increase is observed in the total amount of memory allocated to the IPFIB process, contact the Cisco Technical Assistance Center (TAC) to help determine if a proactive reboot of the device is needed:\r\n# show process memory | include ipfib | PID\r\nPID    MemAlloc  MemLimit    MemUsed     StackBase/Ptr      Process  25179  71282688  1181531648  487817216   ffaf2ca0/ffaf1d9c  ipfib  26561  352071680 0           905453568   ff9a87a0/ff9a78a0  ipfib    # show processes memory | include ipfib | PID  PID    MemAlloc  MemLimit    MemUsed     StackBase/Ptr      Process  25179  71282688  1181531648  487817216   ffaf2ca0/ffaf1d9c  ipfib  26561  358326272 0           911708160   ff9a87a0/ff9a78a0  ipf\r\n    In addition, exploitation of this vulnerability could cause an affected device to reload and generate an IPFIB core file. To view the IPFIB core file, administrators can use the show core command in the NX-OS CLI. Contact the Cisco TAC to review the core file and determine whether the device has been compromised by exploitation of this vulnerability.",
        "title": "Indicators of Compromise"
      },
      {
        "category": "general",
        "text": "There are no workarounds that address this vulnerability.\r\n\r\n\r\nAs a mitigation for the vulnerability that is described in this advisory, administrators can configure an access control list (ACL) on an SNMP community to filter incoming SNMP requests to ensure that SNMP polling is performed only by trusted SNMP clients. In the following example, the device will accept incoming SNMP requests only from a single trusted host, 192.168.1.2:\r\n\r\n\r\nswitch# show access-list acl_for_snmp\r\nIPV4 ACL acl_for_snmp    10 permit udp 192.168.1.2/32 192.168.1.3/32 eq snmp\r\n\r\nTo implement the preceding ACL, administrators can add it to the snmp-server community configuration command:\r\n\r\n\r\nswitch# show running-config snmp\r\n!Command: show running-config snmp  snmp-server community mycompany   use-acl acl_for_snmp\r\n\r\nFor additional information about configuring ACLs to filter incoming SNMP requests, see Filtering SNMP Requests [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/system_management/b_Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide/Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide_chapter9.html#task_D3862190751F4B1A9F5353B015A888A7\"] in the NX-OS Configuration Guide.",
        "title": "Workarounds"
      },
      {
        "category": "general",
        "text": "Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license:  https://www.cisco.com/c/en/us/products/end-user-license-agreement.html [\"https://www.cisco.com/c/en/us/products/end-user-license-agreement.html\"]\r\n\r\nAdditionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.\r\n\r\nWhen considering software upgrades, customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page [\"https://www.cisco.com/go/psirt\"], to determine exposure and a complete upgrade solution.\r\n\r\nIn all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.\r\n  Customers Without Service Contracts\r\nCustomers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC: https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html [\"https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html\"]\r\n\r\nCustomers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.\r\n  Fixed Releases\r\n\r\nCustomers are advised to upgrade to an appropriate release as indicated in the applicable table in this section. To help ensure a complete upgrade solution, consider that this advisory is part of a collection. For a complete list of the advisories in the collection and links to them, see Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770\"].\r\n\r\nIn the following tables, the left column lists releases of Cisco FXOS or NX-OS Software. The center column indicates whether a release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. The right column indicates whether a release is affected by all the vulnerabilities described in this collection of advisories and which release includes fixes for those vulnerabilities.\r\n\r\n\r\nNexus 3000 Series Switches and Nexus 9000 Series Switches in standalone NX-OS mode: CSCvf23136 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvf23136\"]\r\n                                Cisco NX-OS Software Release              First Fixed Release for This Vulnerability              First Fixed Release for All Vulnerabilities Described in the Collection of Advisories                                  Prior to 7.0(3)I4                            Not vulnerable                            7.0(3)I7(4)                                  7.0(3)I4                            7.0(3)I4(8)                            7.0(3)I7(4)                                                7.0(3)I5                            7.0(3)I6(2)                            7.0(3)I7(4)                                                7.0(3)I6                            7.0(3)I6(2)                            7.0(3)I7(4)                                                7.0(3)I7              7.0(3)I7(1)                            7.0(3)I7(4)",
        "title": "Fixed Software"
      },
      {
        "category": "general",
        "text": "To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html\"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.",
        "title": "Vulnerability Policy"
      },
      {
        "category": "general",
        "text": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.",
        "title": "Exploitation and Public Announcements"
      },
      {
        "category": "general",
        "text": "This vulnerability was found during the resolution of a Cisco TAC support case.",
        "title": "Source"
      },
      {
        "category": "legal_disclaimer",
        "text": "THIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.\r\n\r\nA standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.",
        "title": "Legal Disclaimer"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "Emergency Support:\r\n+1 877 228 7302 (toll-free within North America)\r\n+1 408 525 6532 (International direct-dial)\r\nNon-emergency Support:\r\nEmail: psirt@cisco.com\r\nSupport requests that are received via e-mail are typically acknowledged within 48 hours.",
      "issuing_authority": "Cisco product security incident response is the responsibility of the Cisco Product Security Incident Response Team (PSIRT). The Cisco PSIRT is a dedicated, global team that manages the receipt, investigation, and public reporting of security vulnerability information that is related to Cisco products and networks. The on-call Cisco PSIRT works 24x7 with Cisco customers, independent security researchers, consultants, industry organizations, and other vendors to identify possible security issues with Cisco products and networks.\r\nMore information can be found in Cisco Security Vulnerability Policy available at https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html",
      "name": "Cisco",
      "namespace": "https://wwww.cisco.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "Cisco Nexus 3000 and 9000 Series CLI and Simple Network Management Protocol Polling Denial of Service Vulnerability",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp"
      },
      {
        "category": "external",
        "summary": "Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770"
      },
      {
        "category": "external",
        "summary": "Cisco Security Vulnerability Policy",
        "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"
      },
      {
        "category": "external",
        "summary": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180620-n3k-n9k-clisnmp"
      },
      {
        "category": "external",
        "summary": "Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770"
      },
      {
        "category": "external",
        "summary": "End-of-Sale and End-of-Life Announcement for the Cisco Nexus 4000 Series Switch Modules for IBM BladeCenter",
        "url": "https://www.cisco.com/c/en/us/products/collateral/switches/nexus-4000-series-switches/eos-eol-notice-c51-733205.html"
      },
      {
        "category": "external",
        "summary": "End-of-Sale and End-of-Life Announcement for the Cisco Nexus 5010 and Nexus 5020 Switches",
        "url": "https://www.cisco.com/c/en/us/products/collateral/switches/nexus-5000-series-switches/eol_c51-709037.html"
      },
      {
        "category": "external",
        "summary": "Filtering SNMP Requests",
        "url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/system_management/b_Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide/Cisco_Nexus_5000_Series_NX-OS_System_Management_Configuration_Guide_chapter9.html#task_D3862190751F4B1A9F5353B015A888A7"
      },
      {
        "category": "external",
        "summary": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html",
        "url": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html"
      },
      {
        "category": "external",
        "summary": "Cisco Security Advisories and Alerts page",
        "url": "https://www.cisco.com/go/psirt"
      },
      {
        "category": "external",
        "summary": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html",
        "url": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html"
      },
      {
        "category": "external",
        "summary": "Cisco Event Response: June 2018 Cisco FXOS and NX-OS Software Security Advisory Collection",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-67770"
      },
      {
        "category": "external",
        "summary": "CSCvf23136",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvf23136"
      },
      {
        "category": "external",
        "summary": "Security Vulnerability Policy",
        "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"
      }
    ],
    "title": "Cisco Nexus 3000 and 9000 Series CLI and Simple Network Management Protocol Polling Denial of Service Vulnerability",
    "tracking": {
      "current_release_date": "2018-07-10T20:19:00+00:00",
      "generator": {
        "date": "2022-09-03T03:32:19+00:00",
        "engine": {
          "name": "TVCE"
        }
      },
      "id": "cisco-sa-20180620-n3k-n9k-clisnmp",
      "initial_release_date": "2018-06-20T16:00:00+00:00",
      "revision_history": [
        {
          "date": "2018-06-19T23:15:02+00:00",
          "number": "1.0.0",
          "summary": "Initial public release."
        },
        {
          "date": "2018-06-26T16:42:03+00:00",
          "number": "1.1.0",
          "summary": "Metadata update."
        },
        {
          "date": "2018-06-26T18:22:37+00:00",
          "number": "1.2.0",
          "summary": "Metadata update."
        },
        {
          "date": "2018-07-05T21:11:28+00:00",
          "number": "1.3.0",
          "summary": "Updated the Indicators of Compromise section to describe how to check system memory."
        },
        {
          "date": "2018-07-10T20:19:41+00:00",
          "number": "1.4.0",
          "summary": "Removed empty table."
        }
      ],
      "status": "final",
      "version": "1.4.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "category": "product_family",
            "name": "Cisco NX-OS Software",
            "product": {
              "name": "Cisco NX-OS Software ",
              "product_id": "CSAFPID-80720"
            }
          }
        ],
        "category": "vendor",
        "name": "Cisco"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2018-0309",
      "ids": [
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvf23136"
        }
      ],
      "notes": [
        {
          "category": "other",
          "text": "Complete.",
          "title": "Affected Product Comprehensiveness"
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-80720"
        ]
      },
      "release_date": "2018-06-20T16:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Cisco has released software updates that address this vulnerability.",
          "product_ids": [
            "CSAFPID-80720"
          ],
          "url": "https://software.cisco.com"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "CSAFPID-80720"
          ]
        }
      ],
      "title": "Cisco Nexus 3000 and 9000 CLI and SNMP Polling Denial of Service Vulnerability "
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.