{
  "document": {
    "acknowledgments": [
      {
        "summary": "This vulnerability was found during internal security testing."
      }
    ],
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "notes": [
      {
        "category": "summary",
        "title": "Summary",
        "text": "A vulnerability in the Simple Network Management Protocol (SNMP) input packet processor of Cisco FXOS Software and Cisco NX-OS Software could allow an unauthenticated, remote attacker to cause the SNMP application to leak system memory, which could cause an affected device to restart unexpectedly.\r\n\r\nThe vulnerability is due to improper error handling when processing inbound SNMP packets. An attacker could exploit this vulnerability by sending multiple crafted SNMP packets to an affected device. A successful exploit could allow the attacker to cause the SNMP application to leak system memory because of an improperly handled error condition during packet processing. Over time, this memory leak could cause the SNMP application to restart multiple times, leading to a system-level restart and a denial of service (DoS) condition.\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-20190515-nxos-snmp-dos [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190515-nxos-snmp-dos\"]"
      },
      {
        "category": "general",
        "title": "Vulnerable Products",
        "text": "This vulnerability affects the following Cisco products if they are running a vulnerable release of Cisco FXOS or NX-OS Software:\r\n\r\nFirepower 4100 Series\r\nFirepower 9300 Security Appliances\r\nMDS 9000 Series Multilayer Switches\r\nNexus 1000V Switch for Microsoft Hyper-V\r\nNexus 1000V Switch for VMware vSphere\r\nNexus 3000 Series Switches\r\nNexus 3500 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 9000 Series Switches in standalone NX-OS mode\r\nNexus 9500 R-Series Switching Platform\r\n  Determining the Status of SNMP\r\nAdministrators can determine whether SNMP is running on a device by using the show running-config snmp command in the device CLI. If the command returns output, SNMP is configured.\r\n\r\n\r\nnxos-switch# show running-config snmp\r\n.\r\n.\r\n.\r\nsnmp-server user admin network-admin auth md5 ***** priv ***** localizedkey\r\nsnmp-server community community-string group network-admin"
      },
      {
        "category": "general",
        "title": "Products Confirmed Not Vulnerable",
        "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\nNexus 3600 Platform Switches\r\nUCS 6200 Series Fabric Interconnects\r\nUCS 6300 Series Fabric Interconnects\r\nUCS 6400 Series Fabric Interconnects"
      },
      {
        "category": "general",
        "title": "Details",
        "text": "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—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.\r\n\r\nTo exploit this vulnerability, the attacker does not always require valid SNMP credentials for the affected system."
      },
      {
        "category": "general",
        "title": "Workarounds",
        "text": "There are no workarounds that address this vulnerability.\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\nswitch# show access-list acl_for_snmp\r\nIPV4 ACL acl_for_snmp\r\n10 permit udp 192.168.1.2/32 192.168.1.3/32 eq snmp\r\nTo implement the preceding ACL, administrators can add it to the snmp-server community configuration command:\r\n\r\nswitch# show running-config snmp\r\n!Command: show running-config snmp\r\nsnmp-server community mycompany\r\nuse-acl acl_for_snmp\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."
      },
      {
        "category": "general",
        "title": "Fixed Software",
        "text": "Cisco has released free software updates that address the vulnerabilities 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\nNo upgrade action is necessary for products that are running Cisco NX-OS Software for cases in which customers have already applied a recommended Cisco NX-OS Software release to address the March 2019 Cisco FXOS and NX-OS Software bundle. See Cisco Event Response: March 2019 Cisco FXOS and NX-OS Software Security Advisory Bundled Publication [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-70757\"] for a list of advisories in the bundle.\r\n\r\nCustomers who have not applied a recommended release to address the March 2019 bundle or who have devices that are running Cisco FXOS software are advised to upgrade to an appropriate release [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes\"] as indicated in the applicable table in this section. In the following tables, the left column lists Cisco FXOS and NX-OS Software releases. The right column indicates the first release that includes the fix for this vulnerability.\r\n\r\nFirepower 4100 Series and Firepower 9300 Security Appliances: CSCvn19468 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19468\"]\r\n        Cisco FXOS Software Release  First Fixed Release for This Vulnerability\r\n          Prior 2.2  2.2.2.91      2.2  2.2.2.91      2.3  2.3.1.130      2.4  2.4.1.222      2.6  2.6.1.131\r\nMDS 9000 Series Multilayer Switches: CSCvc58707 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvc58707\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          5.2  6.2(29)      6.2  6.2(29)      8.1  8.1(1)      8.2  Not vulnerable      8.3  Not vulnerable\r\nNexus 1000V Switch for Microsoft Hyper-V: CSCvn19483 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19483\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 5.2  5.2(1)SM3(2.1)      5.2  5.2(1)SM3(2.1)\r\nNexus 1000V Switch for VMware vSphere: CSCvn19463 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19463\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 5.2  5.2(1)SV3(4.1a)      5.2  5.2(1)SV3(4.1a)\r\nNexus 3000 Series Switches and Nexus 9000 Series Switches in Standalone NX-OS Mode: CSCvd45657 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd45657\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 7.0(3)I4  7.0(3)I4(8)      7.0(3)I4  7.0(3)I4(8)      7.0(3)I7  7.0(3)I7(2)      9.2(1)  Not vulnerable\r\nNexus 3500 Platform Switches: CSCvn19464 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19464\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 6.0(2)A8  6.0(2)A8(4)      6.0(2)A8  6.0(2)A8(4)      7.0(3)I7  7.0(3)I7(2)      9.2  Not vulnerable\r\nNexus 5500, 5600, and 6000 Series Switches: CSCvn19465 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19465\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 7.1  7.1(5)N1(1b)      7.1  7.1(5)N1(1b)      7.3  7.3(4)N1(1a)\r\nNexus 7000 and 7700 Series Switches: CSCvc58707 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvc58707\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 6.2  6.2(22)      6.2  6.2(22)      7.2  7.2(0)D1(1)      7.3  Not vulnerable      8.0  8.1(1)      8.1  Not vulnerable      8.2  Not vulnerable      8.3  Not vulnerable\r\nNexus 9000 Series Fabric Switches in ACI Mode: CSCvn19457 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19457\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          Prior to 13.1  14.0(2c)      13.1  14.0(2c)      13.2  14.0(2c)      14.0  14.0(2c)      14.1  14.1(1i)\r\nNexus 9500 R-Series Switching Platform: CSCvd45657 [\"https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd45657\"]\r\n        Cisco NX-OS Software Release  First Fixed Release for This Vulnerability\r\n          7.0(3)  7.0(3)F3(1)      9.2  Not vulnerable\r\nAdditional Resources\r\nFor help determining the best Cisco NX-OS Software release for a Cisco Nexus Switch, administrators can refer to the following Recommended Releases documents. If a security advisory recommends a later release, Cisco recommends following the advisory guidance.\r\n\r\n\r\nCisco MDS Series Switches [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/b_MDS_NX-OS_Recommended_Releases.html\"]\r\nCisco Nexus 1000V for VMware Switch [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/recommended_releases/b_Cisco_N1KV_VMware_MinRecommendedReleases.html\"]\r\nCisco Nexus 3000 Series and 3500 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_3000_Series_Switches.html\"]\r\nCisco Nexus 5000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/release/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 5500 Platform Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/release/recommended_releases/n5500_recommended_nx-os_releases.html\"]\r\nCisco Nexus 6000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/release/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 7000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html\"]\r\nCisco Nexus 9000 Series Switches [\"http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_9000_Series_Switches.html\"]\r\nCisco Nexus 9000 Series ACI-Mode Switches [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html\"]\r\n  For help determining the best Cisco NX-OS Software release for Cisco UCS, refer to the Recommended Releases documents in the release notes for the device."
      },
      {
        "category": "general",
        "title": "Vulnerability Policy",
        "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."
      },
      {
        "category": "general",
        "title": "Exploitation and Public Announcements",
        "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."
      },
      {
        "category": "general",
        "title": "Source",
        "text": "This vulnerability was found during internal security testing."
      },
      {
        "category": "legal_disclaimer",
        "title": "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."
      }
    ],
    "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 FXOS and NX-OS Software Simple Network Management Protocol Denial of Service Vulnerability",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190515-nxos-snmp-dos"
      },
      {
        "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-20190515-nxos-snmp-dos",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190515-nxos-snmp-dos"
      },
      {
        "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&nbsp;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&nbsp;Event Response: March 2019 Cisco&nbsp;FXOS and NX-OS Software Security Advisory Bundled Publication",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-70757"
      },
      {
        "category": "external",
        "summary": "upgrade to an appropriate release",
        "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes"
      },
      {
        "category": "external",
        "summary": "CSCvn19468",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19468"
      },
      {
        "category": "external",
        "summary": "CSCvc58707",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvc58707"
      },
      {
        "category": "external",
        "summary": "CSCvn19483",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19483"
      },
      {
        "category": "external",
        "summary": "CSCvn19463",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19463"
      },
      {
        "category": "external",
        "summary": "CSCvd45657",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd45657"
      },
      {
        "category": "external",
        "summary": "CSCvn19464",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19464"
      },
      {
        "category": "external",
        "summary": "CSCvn19465",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19465"
      },
      {
        "category": "external",
        "summary": "CSCvc58707",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvc58707"
      },
      {
        "category": "external",
        "summary": "CSCvn19457",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvn19457"
      },
      {
        "category": "external",
        "summary": "CSCvd45657",
        "url": "https://bst.cloudapps.cisco.com/bugsearch/bug/CSCvd45657"
      },
      {
        "category": "external",
        "summary": "Cisco MDS Series Switches",
        "url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/mds9000/sw/b_MDS_NX-OS_Recommended_Releases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 1000V for VMware Switch",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/recommended_releases/b_Cisco_N1KV_VMware_MinRecommendedReleases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 3000 Series and 3500 Series Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus3000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_3000_Series_Switches.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 5000 Series Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/release/recommended_releases/recommended_nx-os_releases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 5500 Platform Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/release/recommended_releases/n5500_recommended_nx-os_releases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 6000 Series Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus6000/sw/release/recommended_releases/recommended_nx-os_releases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 7000 Series Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/nx-os/recommended_releases/recommended_nx-os_releases.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 9000 Series Switches",
        "url": "http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/recommended_release/b_Minimum_and_Recommended_Cisco_NX-OS_Releases_for_Cisco_Nexus_9000_Series_Switches.html"
      },
      {
        "category": "external",
        "summary": "Cisco Nexus 9000 Series ACI-Mode Switches",
        "url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/recommended-release/b_Recommended_Cisco_ACI_Releases.html"
      },
      {
        "category": "external",
        "summary": "Security Vulnerability Policy",
        "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"
      }
    ],
    "title": "Cisco FXOS and NX-OS Software Simple Network Management Protocol Denial of Service Vulnerability",
    "tracking": {
      "current_release_date": "2021-07-12T14:24:24+00:00",
      "generator": {
        "date": "2022-10-22T03:01:34+00:00",
        "engine": {
          "name": "TVCE"
        }
      },
      "id": "cisco-sa-20190515-nxos-snmp-dos",
      "initial_release_date": "2019-05-15T16:00:00+00:00",
      "revision_history": [
        {
          "date": "2019-05-14T19:22:55+00:00",
          "number": "1.0.0",
          "summary": "Initial public release."
        },
        {
          "date": "2019-05-16T13:48:24+00:00",
          "number": "1.1.0",
          "summary": "Added mitigation."
        },
        {
          "date": "2019-05-20T13:58:08+00:00",
          "number": "1.2.0",
          "summary": "Corrected errors in the Fixed Release tables for MDS and N7K."
        },
        {
          "date": "2021-07-12T14:24:24+00:00",
          "number": "1.3.0",
          "summary": "Updated the fixed release information for MDS 9000 Series Multilayer Switches."
        }
      ],
      "status": "final",
      "version": "1.3.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "name": "Cisco",
        "category": "vendor",
        "branches": [
          {
            "name": "Cisco NX-OS Software",
            "category": "product_family",
            "branches": [
              {
                "name": "5.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.0(2a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(2a)",
                      "product_id": "CSAFPID-191438"
                    }
                  },
                  {
                    "name": "5.0(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)",
                      "product_id": "CSAFPID-191439"
                    }
                  },
                  {
                    "name": "5.0(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(5)",
                      "product_id": "CSAFPID-191440"
                    }
                  },
                  {
                    "name": "5.0(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(2)",
                      "product_id": "CSAFPID-256525"
                    }
                  }
                ]
              },
              {
                "name": "4.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.2(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(3)",
                      "product_id": "CSAFPID-191434"
                    }
                  },
                  {
                    "name": "4.2(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(4)",
                      "product_id": "CSAFPID-191435"
                    }
                  },
                  {
                    "name": "4.2(6)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(6)",
                      "product_id": "CSAFPID-191436"
                    }
                  },
                  {
                    "name": "4.2(8)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(8)",
                      "product_id": "CSAFPID-191437"
                    }
                  }
                ]
              },
              {
                "name": "5.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(1)",
                      "product_id": "CSAFPID-191441"
                    }
                  },
                  {
                    "name": "5.1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(1a)",
                      "product_id": "CSAFPID-191442"
                    }
                  },
                  {
                    "name": "5.1(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)",
                      "product_id": "CSAFPID-191443"
                    }
                  },
                  {
                    "name": "5.1(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(4)",
                      "product_id": "CSAFPID-191444"
                    }
                  },
                  {
                    "name": "5.1(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(5)",
                      "product_id": "CSAFPID-191445"
                    }
                  },
                  {
                    "name": "5.1(6)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(6)",
                      "product_id": "CSAFPID-191446"
                    }
                  },
                  {
                    "name": "5.1(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(2)",
                      "product_id": "CSAFPID-256524"
                    }
                  }
                ]
              },
              {
                "name": "5.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.2(3a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(3a)",
                      "product_id": "CSAFPID-191448"
                    }
                  },
                  {
                    "name": "5.2(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(4)",
                      "product_id": "CSAFPID-191449"
                    }
                  },
                  {
                    "name": "5.2(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(5)",
                      "product_id": "CSAFPID-191450"
                    }
                  },
                  {
                    "name": "5.2(7)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(7)",
                      "product_id": "CSAFPID-191451"
                    }
                  },
                  {
                    "name": "5.2(9)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(9)",
                      "product_id": "CSAFPID-191452"
                    }
                  },
                  {
                    "name": "5.2(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(3)",
                      "product_id": "CSAFPID-239416"
                    }
                  },
                  {
                    "name": "5.2(9a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(9a)",
                      "product_id": "CSAFPID-239422"
                    }
                  }
                ]
              },
              {
                "name": "6.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "6.1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(1)",
                      "product_id": "CSAFPID-191457"
                    }
                  },
                  {
                    "name": "6.1(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(2)",
                      "product_id": "CSAFPID-191458"
                    }
                  },
                  {
                    "name": "6.1(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(3)",
                      "product_id": "CSAFPID-191459"
                    }
                  },
                  {
                    "name": "6.1(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(4)",
                      "product_id": "CSAFPID-196607"
                    }
                  },
                  {
                    "name": "6.1(4a)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(4a)",
                      "product_id": "CSAFPID-196608"
                    }
                  },
                  {
                    "name": "6.1(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(5)",
                      "product_id": "CSAFPID-212033"
                    }
                  },
                  {
                    "name": "6.1(5a)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(5a)",
                      "product_id": "CSAFPID-239433"
                    }
                  }
                ]
              },
              {
                "name": "4.0(0)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.0(0)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(0)N1(1a)",
                      "product_id": "CSAFPID-191394"
                    }
                  },
                  {
                    "name": "4.0(0)N1(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(0)N1(2)",
                      "product_id": "CSAFPID-191395"
                    }
                  },
                  {
                    "name": "4.0(0)N1(2a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(0)N1(2a)",
                      "product_id": "CSAFPID-191396"
                    }
                  }
                ]
              },
              {
                "name": "4.0(1a)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.0(1a)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(1a)N1(1)",
                      "product_id": "CSAFPID-191397"
                    }
                  },
                  {
                    "name": "4.0(1a)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(1a)N1(1a)",
                      "product_id": "CSAFPID-191398"
                    }
                  }
                ]
              },
              {
                "name": "4.0(1a)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.0(1a)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(1a)N2(1)",
                      "product_id": "CSAFPID-191399"
                    }
                  },
                  {
                    "name": "4.0(1a)N2(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.0(1a)N2(1a)",
                      "product_id": "CSAFPID-191400"
                    }
                  }
                ]
              },
              {
                "name": "4.1(3)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.1(3)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.1(3)N1(1)",
                      "product_id": "CSAFPID-191401"
                    }
                  },
                  {
                    "name": "4.1(3)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.1(3)N1(1a)",
                      "product_id": "CSAFPID-191402"
                    }
                  }
                ]
              },
              {
                "name": "4.1(3)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.1(3)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.1(3)N2(1)",
                      "product_id": "CSAFPID-191403"
                    }
                  },
                  {
                    "name": "4.1(3)N2(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.1(3)N2(1a)",
                      "product_id": "CSAFPID-191404"
                    }
                  }
                ]
              },
              {
                "name": "4.2(1)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.2(1)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(1)N1(1)",
                      "product_id": "CSAFPID-191405"
                    }
                  }
                ]
              },
              {
                "name": "4.2(1)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "4.2(1)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(1)N2(1)",
                      "product_id": "CSAFPID-191406"
                    }
                  },
                  {
                    "name": "4.2(1)N2(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "4.2(1)N2(1a)",
                      "product_id": "CSAFPID-191407"
                    }
                  }
                ]
              },
              {
                "name": "5.0(2)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.0(2)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(2)N1(1)",
                      "product_id": "CSAFPID-191408"
                    }
                  }
                ]
              },
              {
                "name": "5.0(2)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.0(2)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(2)N2(1)",
                      "product_id": "CSAFPID-191410"
                    }
                  },
                  {
                    "name": "5.0(2)N2(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(2)N2(1a)",
                      "product_id": "CSAFPID-191411"
                    }
                  }
                ]
              },
              {
                "name": "5.0(3)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.0(3)N1(1c)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N1(1c)",
                      "product_id": "CSAFPID-191409"
                    }
                  },
                  {
                    "name": "5.0(3)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N1(1)",
                      "product_id": "CSAFPID-239646"
                    }
                  },
                  {
                    "name": "5.0(3)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N1(1a)",
                      "product_id": "CSAFPID-239647"
                    }
                  },
                  {
                    "name": "5.0(3)N1(1b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N1(1b)",
                      "product_id": "CSAFPID-239648"
                    }
                  }
                ]
              },
              {
                "name": "5.0(3)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.0(3)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N2(1)",
                      "product_id": "CSAFPID-191412"
                    }
                  },
                  {
                    "name": "5.0(3)N2(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N2(2)",
                      "product_id": "CSAFPID-191413"
                    }
                  },
                  {
                    "name": "5.0(3)N2(2a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N2(2a)",
                      "product_id": "CSAFPID-191414"
                    }
                  },
                  {
                    "name": "5.0(3)N2(2b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.0(3)N2(2b)",
                      "product_id": "CSAFPID-191415"
                    }
                  }
                ]
              },
              {
                "name": "5.1(3)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.1(3)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N1(1)",
                      "product_id": "CSAFPID-191416"
                    }
                  },
                  {
                    "name": "5.1(3)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N1(1a)",
                      "product_id": "CSAFPID-191417"
                    }
                  }
                ]
              },
              {
                "name": "5.1(3)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.1(3)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N2(1)",
                      "product_id": "CSAFPID-191418"
                    }
                  },
                  {
                    "name": "5.1(3)N2(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N2(1a)",
                      "product_id": "CSAFPID-191419"
                    }
                  },
                  {
                    "name": "5.1(3)N2(1b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N2(1b)",
                      "product_id": "CSAFPID-191420"
                    }
                  },
                  {
                    "name": "5.1(3)N2(1c)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.1(3)N2(1c)",
                      "product_id": "CSAFPID-191421"
                    }
                  }
                ]
              },
              {
                "name": "5.2(1)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.2(1)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(1)",
                      "product_id": "CSAFPID-191422"
                    }
                  },
                  {
                    "name": "5.2(1)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(1a)",
                      "product_id": "CSAFPID-191423"
                    }
                  },
                  {
                    "name": "5.2(1)N1(1b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(1b)",
                      "product_id": "CSAFPID-191424"
                    }
                  },
                  {
                    "name": "5.2(1)N1(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(2)",
                      "product_id": "CSAFPID-191425"
                    }
                  },
                  {
                    "name": "5.2(1)N1(2a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(2a)",
                      "product_id": "CSAFPID-191426"
                    }
                  },
                  {
                    "name": "5.2(1)N1(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(3)",
                      "product_id": "CSAFPID-191427"
                    }
                  },
                  {
                    "name": "5.2(1)N1(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(4)",
                      "product_id": "CSAFPID-191428"
                    }
                  },
                  {
                    "name": "5.2(1)N1(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(5)",
                      "product_id": "CSAFPID-196611"
                    }
                  },
                  {
                    "name": "5.2(1)N1(6)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(6)",
                      "product_id": "CSAFPID-196612"
                    }
                  },
                  {
                    "name": "5.2(1)N1(7)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(7)",
                      "product_id": "CSAFPID-198539"
                    }
                  },
                  {
                    "name": "5.2(1)N1(8a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(8a)",
                      "product_id": "CSAFPID-201874"
                    }
                  },
                  {
                    "name": "5.2(1)N1(8)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(8)",
                      "product_id": "CSAFPID-201888"
                    }
                  },
                  {
                    "name": "5.2(1)N1(8b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(8b)",
                      "product_id": "CSAFPID-239672"
                    }
                  },
                  {
                    "name": "5.2(1)N1(9)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(9)",
                      "product_id": "CSAFPID-239673"
                    }
                  },
                  {
                    "name": "5.2(1)N1(9a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(9a)",
                      "product_id": "CSAFPID-239674"
                    }
                  },
                  {
                    "name": "5.2(1)N1(9b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)N1(9b)",
                      "product_id": "CSAFPID-239675"
                    }
                  }
                ]
              },
              {
                "name": "5.2(1)SV3",
                "category": "product_version",
                "branches": [
                  {
                    "name": "5.2(1)SV3(1.3a)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)SV3(1.3a)",
                      "product_id": "CSAFPID-257192"
                    }
                  },
                  {
                    "name": "5.2(1)SV3(1.3b)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)SV3(1.3b)",
                      "product_id": "CSAFPID-257193"
                    }
                  },
                  {
                    "name": "5.2(1)SV3(1.3c)",
                    "category": "service_pack",
                    "product": {
                      "name": "5.2(1)SV3(1.3c)",
                      "product_id": "CSAFPID-257194"
                    }
                  }
                ]
              },
              {
                "name": "6.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "6.0(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(1)",
                      "product_id": "CSAFPID-191453"
                    }
                  },
                  {
                    "name": "6.0(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)",
                      "product_id": "CSAFPID-191454"
                    }
                  },
                  {
                    "name": "6.0(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(3)",
                      "product_id": "CSAFPID-191455"
                    }
                  },
                  {
                    "name": "6.0(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(4)",
                      "product_id": "CSAFPID-191456"
                    }
                  }
                ]
              },
              {
                "name": "6.0(2)N1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "6.0(2)N1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N1(1)",
                      "product_id": "CSAFPID-201875"
                    }
                  },
                  {
                    "name": "6.0(2)N1(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N1(2)",
                      "product_id": "CSAFPID-201876"
                    }
                  },
                  {
                    "name": "6.0(2)N1(2a)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N1(2a)",
                      "product_id": "CSAFPID-201877"
                    }
                  },
                  {
                    "name": "6.0(2)N1(1a)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N1(1a)",
                      "product_id": "CSAFPID-240150"
                    }
                  }
                ]
              },
              {
                "name": "6.0(2)N2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "6.0(2)N2(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(1)",
                      "product_id": "CSAFPID-201878"
                    }
                  },
                  {
                    "name": "6.0(2)N2(1b)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(1b)",
                      "product_id": "CSAFPID-201879"
                    }
                  },
                  {
                    "name": "6.0(2)N2(2)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(2)",
                      "product_id": "CSAFPID-201880"
                    }
                  },
                  {
                    "name": "6.0(2)N2(3)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(3)",
                      "product_id": "CSAFPID-201881"
                    }
                  },
                  {
                    "name": "6.0(2)N2(4)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(4)",
                      "product_id": "CSAFPID-201882"
                    }
                  },
                  {
                    "name": "6.0(2)N2(5)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(5)",
                      "product_id": "CSAFPID-201883"
                    }
                  },
                  {
                    "name": "6.0(2)N2(5a)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(5a)",
                      "product_id": "CSAFPID-212034"
                    }
                  },
                  {
                    "name": "6.0(2)N2(6)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(6)",
                      "product_id": "CSAFPID-212035"
                    }
                  },
                  {
                    "name": "6.0(2)N2(7)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.0(2)N2(7)",
                      "product_id": "CSAFPID-212036"
                    }
                  }
                ]
              },
              {
                "name": "6.1(2)I1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "6.1(2)I1(1)",
                    "category": "service_pack",
                    "product": {
                      "name": "6.1(2)I1(1)",
                      "product_id": "CSAFPID-240152"
                    }
                  }
                ]
              },
              {
                "name": "7.0(2)I2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "7.0(2)I2(2c)",
                    "category": "service_pack",
                    "product": {
                      "name": "7.0(2)I2(2c)",
                      "product_id": "CSAFPID-239460"
                    }
                  }
                ]
              }
            ]
          },
          {
            "name": "Cisco Firepower Extensible Operating System (FXOS)",
            "category": "product_family",
            "branches": [
              {
                "name": "2.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "2.0.1.68",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.68",
                      "product_id": "CSAFPID-225891"
                    }
                  },
                  {
                    "name": "2.0.1.201",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.201",
                      "product_id": "CSAFPID-248969"
                    }
                  },
                  {
                    "name": "2.0.1.86",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.86",
                      "product_id": "CSAFPID-253468"
                    }
                  },
                  {
                    "name": "2.0.1.37",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.37",
                      "product_id": "CSAFPID-253469"
                    }
                  },
                  {
                    "name": "2.0.1.135",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.135",
                      "product_id": "CSAFPID-253470"
                    }
                  },
                  {
                    "name": "2.0.1.141",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.141",
                      "product_id": "CSAFPID-253471"
                    }
                  },
                  {
                    "name": "2.0.1.144",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.144",
                      "product_id": "CSAFPID-253472"
                    }
                  },
                  {
                    "name": "2.0.1.148",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.148",
                      "product_id": "CSAFPID-253473"
                    }
                  },
                  {
                    "name": "2.0.1.149",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.149",
                      "product_id": "CSAFPID-253474"
                    }
                  },
                  {
                    "name": "2.0.1.153",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.153",
                      "product_id": "CSAFPID-253475"
                    }
                  },
                  {
                    "name": "2.0.1.159",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.159",
                      "product_id": "CSAFPID-253476"
                    }
                  },
                  {
                    "name": "2.0.1.188",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.188",
                      "product_id": "CSAFPID-253477"
                    }
                  },
                  {
                    "name": "2.0.1.203",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.203",
                      "product_id": "CSAFPID-253478"
                    }
                  },
                  {
                    "name": "2.0.1.204",
                    "category": "service_pack",
                    "product": {
                      "name": "2.0.1.204",
                      "product_id": "CSAFPID-253479"
                    }
                  }
                ]
              },
              {
                "name": "2.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "2.1.1.64",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.64",
                      "product_id": "CSAFPID-253480"
                    }
                  },
                  {
                    "name": "2.1.1.73",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.73",
                      "product_id": "CSAFPID-253481"
                    }
                  },
                  {
                    "name": "2.1.1.77",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.77",
                      "product_id": "CSAFPID-253482"
                    }
                  },
                  {
                    "name": "2.1.1.83",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.83",
                      "product_id": "CSAFPID-253483"
                    }
                  },
                  {
                    "name": "2.1.1.85",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.85",
                      "product_id": "CSAFPID-253484"
                    }
                  },
                  {
                    "name": "2.1.1.86",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.86",
                      "product_id": "CSAFPID-253485"
                    }
                  },
                  {
                    "name": "2.1.1.97",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.97",
                      "product_id": "CSAFPID-253486"
                    }
                  },
                  {
                    "name": "2.1.1.106",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.106",
                      "product_id": "CSAFPID-253487"
                    }
                  },
                  {
                    "name": "2.1.1.107",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.107",
                      "product_id": "CSAFPID-253488"
                    }
                  },
                  {
                    "name": "2.1.1.113",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.113",
                      "product_id": "CSAFPID-253489"
                    }
                  },
                  {
                    "name": "2.1.1.115",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.115",
                      "product_id": "CSAFPID-253490"
                    }
                  },
                  {
                    "name": "2.1.1.116",
                    "category": "service_pack",
                    "product": {
                      "name": "2.1.1.116",
                      "product_id": "CSAFPID-253491"
                    }
                  }
                ]
              },
              {
                "name": "1.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "1.1.1.147",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.1.147",
                      "product_id": "CSAFPID-253454"
                    }
                  },
                  {
                    "name": "1.1.1.160",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.1.160",
                      "product_id": "CSAFPID-253455"
                    }
                  },
                  {
                    "name": "1.1.2.51",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.2.51",
                      "product_id": "CSAFPID-253456"
                    }
                  },
                  {
                    "name": "1.1.2.178",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.2.178",
                      "product_id": "CSAFPID-253457"
                    }
                  },
                  {
                    "name": "1.1.3.84",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.3.84",
                      "product_id": "CSAFPID-253458"
                    }
                  },
                  {
                    "name": "1.1.3.86",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.3.86",
                      "product_id": "CSAFPID-253459"
                    }
                  },
                  {
                    "name": "1.1.3.97",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.3.97",
                      "product_id": "CSAFPID-253460"
                    }
                  },
                  {
                    "name": "1.1.4.95",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.95",
                      "product_id": "CSAFPID-253461"
                    }
                  },
                  {
                    "name": "1.1.4.117",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.117",
                      "product_id": "CSAFPID-253462"
                    }
                  },
                  {
                    "name": "1.1.4.169",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.169",
                      "product_id": "CSAFPID-253464"
                    }
                  },
                  {
                    "name": "1.1.4.175",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.175",
                      "product_id": "CSAFPID-253465"
                    }
                  },
                  {
                    "name": "1.1.4.178",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.178",
                      "product_id": "CSAFPID-253466"
                    }
                  },
                  {
                    "name": "1.1.4.179",
                    "category": "service_pack",
                    "product": {
                      "name": "1.1.4.179",
                      "product_id": "CSAFPID-253467"
                    }
                  }
                ]
              },
              {
                "name": "2.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "2.2.1.63",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.1.63",
                      "product_id": "CSAFPID-253492"
                    }
                  },
                  {
                    "name": "2.2.1.66",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.1.66",
                      "product_id": "CSAFPID-253493"
                    }
                  },
                  {
                    "name": "2.2.1.70",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.1.70",
                      "product_id": "CSAFPID-253494"
                    }
                  },
                  {
                    "name": "2.2.2.17",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.17",
                      "product_id": "CSAFPID-253495"
                    }
                  },
                  {
                    "name": "2.2.2.19",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.19",
                      "product_id": "CSAFPID-253496"
                    }
                  },
                  {
                    "name": "2.2.2.24",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.24",
                      "product_id": "CSAFPID-253497"
                    }
                  },
                  {
                    "name": "2.2.2.26",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.26",
                      "product_id": "CSAFPID-253498"
                    }
                  },
                  {
                    "name": "2.2.2.28",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.28",
                      "product_id": "CSAFPID-253499"
                    }
                  },
                  {
                    "name": "2.2.2.54",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.54",
                      "product_id": "CSAFPID-253500"
                    }
                  },
                  {
                    "name": "2.2.2.60",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.60",
                      "product_id": "CSAFPID-253501"
                    }
                  },
                  {
                    "name": "2.2.2.71",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.71",
                      "product_id": "CSAFPID-253502"
                    }
                  },
                  {
                    "name": "2.2.2.83",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.83",
                      "product_id": "CSAFPID-253503"
                    }
                  },
                  {
                    "name": "2.2.2.86",
                    "category": "service_pack",
                    "product": {
                      "name": "2.2.2.86",
                      "product_id": "CSAFPID-253504"
                    }
                  }
                ]
              },
              {
                "name": "2.3",
                "category": "product_version",
                "branches": [
                  {
                    "name": "2.3.1.99",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.99",
                      "product_id": "CSAFPID-256167"
                    }
                  },
                  {
                    "name": "2.3.1.93",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.93",
                      "product_id": "CSAFPID-256168"
                    }
                  },
                  {
                    "name": "2.3.1.91",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.91",
                      "product_id": "CSAFPID-256169"
                    }
                  },
                  {
                    "name": "2.3.1.88",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.88",
                      "product_id": "CSAFPID-256170"
                    }
                  },
                  {
                    "name": "2.3.1.75",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.75",
                      "product_id": "CSAFPID-256171"
                    }
                  },
                  {
                    "name": "2.3.1.73",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.73",
                      "product_id": "CSAFPID-256172"
                    }
                  },
                  {
                    "name": "2.3.1.66",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.66",
                      "product_id": "CSAFPID-256173"
                    }
                  },
                  {
                    "name": "2.3.1.58",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.58",
                      "product_id": "CSAFPID-256174"
                    }
                  },
                  {
                    "name": "2.3.1.130",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.130",
                      "product_id": "CSAFPID-256175"
                    }
                  },
                  {
                    "name": "2.3.1.111",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.111",
                      "product_id": "CSAFPID-256176"
                    }
                  },
                  {
                    "name": "2.3.1.110",
                    "category": "service_pack",
                    "product": {
                      "name": "2.3.1.110",
                      "product_id": "CSAFPID-256177"
                    }
                  }
                ]
              },
              {
                "name": "2.4",
                "category": "product_version",
                "branches": [
                  {
                    "name": "2.4.1.101",
                    "category": "service_pack",
                    "product": {
                      "name": "2.4.1.101",
                      "product_id": "CSAFPID-256180"
                    }
                  }
                ]
              }
            ]
          },
          {
            "name": "Cisco NX-OS System Software in ACI Mode",
            "category": "product_family",
            "branches": [
              {
                "name": "11.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "11.0(1b)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(1b)",
                      "product_id": "CSAFPID-241204"
                    }
                  },
                  {
                    "name": "11.0(1c)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(1c)",
                      "product_id": "CSAFPID-241244"
                    }
                  },
                  {
                    "name": "11.0(1d)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(1d)",
                      "product_id": "CSAFPID-241245"
                    }
                  },
                  {
                    "name": "11.0(1e)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(1e)",
                      "product_id": "CSAFPID-241246"
                    }
                  },
                  {
                    "name": "11.0(2j)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(2j)",
                      "product_id": "CSAFPID-241247"
                    }
                  },
                  {
                    "name": "11.0(2m)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(2m)",
                      "product_id": "CSAFPID-241248"
                    }
                  },
                  {
                    "name": "11.0(3f)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(3f)",
                      "product_id": "CSAFPID-241249"
                    }
                  },
                  {
                    "name": "11.0(3i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(3i)",
                      "product_id": "CSAFPID-241250"
                    }
                  },
                  {
                    "name": "11.0(3k)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(3k)",
                      "product_id": "CSAFPID-241251"
                    }
                  },
                  {
                    "name": "11.0(3n)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(3n)",
                      "product_id": "CSAFPID-241252"
                    }
                  },
                  {
                    "name": "11.0(3o)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(3o)",
                      "product_id": "CSAFPID-241253"
                    }
                  },
                  {
                    "name": "11.0(4h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(4h)",
                      "product_id": "CSAFPID-241254"
                    }
                  },
                  {
                    "name": "11.0(4o)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(4o)",
                      "product_id": "CSAFPID-241255"
                    }
                  },
                  {
                    "name": "11.0(4q)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.0(4q)",
                      "product_id": "CSAFPID-241256"
                    }
                  }
                ]
              },
              {
                "name": "11.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "11.1(1j)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(1j)",
                      "product_id": "CSAFPID-241206"
                    }
                  },
                  {
                    "name": "11.1(1o)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(1o)",
                      "product_id": "CSAFPID-241237"
                    }
                  },
                  {
                    "name": "11.1(1r)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(1r)",
                      "product_id": "CSAFPID-241238"
                    }
                  },
                  {
                    "name": "11.1(1s)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(1s)",
                      "product_id": "CSAFPID-241239"
                    }
                  },
                  {
                    "name": "11.1(2h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(2h)",
                      "product_id": "CSAFPID-241240"
                    }
                  },
                  {
                    "name": "11.1(2i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(2i)",
                      "product_id": "CSAFPID-241241"
                    }
                  },
                  {
                    "name": "11.1(3f)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(3f)",
                      "product_id": "CSAFPID-241242"
                    }
                  },
                  {
                    "name": "11.1(4e)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4e)",
                      "product_id": "CSAFPID-241243"
                    }
                  },
                  {
                    "name": "11.1(4f)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4f)",
                      "product_id": "CSAFPID-257359"
                    }
                  },
                  {
                    "name": "11.1(4g)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4g)",
                      "product_id": "CSAFPID-257360"
                    }
                  },
                  {
                    "name": "11.1(4i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4i)",
                      "product_id": "CSAFPID-257361"
                    }
                  },
                  {
                    "name": "11.1(4l)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4l)",
                      "product_id": "CSAFPID-257362"
                    }
                  },
                  {
                    "name": "11.1(4m)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.1(4m)",
                      "product_id": "CSAFPID-257363"
                    }
                  }
                ]
              },
              {
                "name": "11.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "11.2(1i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(1i)",
                      "product_id": "CSAFPID-241208"
                    }
                  },
                  {
                    "name": "11.2(2g)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(2g)",
                      "product_id": "CSAFPID-241235"
                    }
                  },
                  {
                    "name": "11.2(3c)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(3c)",
                      "product_id": "CSAFPID-241236"
                    }
                  },
                  {
                    "name": "11.2(2h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(2h)",
                      "product_id": "CSAFPID-241366"
                    }
                  },
                  {
                    "name": "11.2(2i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(2i)",
                      "product_id": "CSAFPID-241367"
                    }
                  },
                  {
                    "name": "11.2(3e)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(3e)",
                      "product_id": "CSAFPID-241368"
                    }
                  },
                  {
                    "name": "11.2(3h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(3h)",
                      "product_id": "CSAFPID-241369"
                    }
                  },
                  {
                    "name": "11.2(3m)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(3m)",
                      "product_id": "CSAFPID-241370"
                    }
                  },
                  {
                    "name": "11.2(1k)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(1k)",
                      "product_id": "CSAFPID-257364"
                    }
                  },
                  {
                    "name": "11.2(1m)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(1m)",
                      "product_id": "CSAFPID-257365"
                    }
                  },
                  {
                    "name": "11.2(2j)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.2(2j)",
                      "product_id": "CSAFPID-257366"
                    }
                  }
                ]
              },
              {
                "name": "12.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "12.0(1m)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1m)",
                      "product_id": "CSAFPID-241210"
                    }
                  },
                  {
                    "name": "12.0(2g)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2g)",
                      "product_id": "CSAFPID-241231"
                    }
                  },
                  {
                    "name": "12.0(1n)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1n)",
                      "product_id": "CSAFPID-241351"
                    }
                  },
                  {
                    "name": "12.0(1o)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1o)",
                      "product_id": "CSAFPID-241352"
                    }
                  },
                  {
                    "name": "12.0(1p)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1p)",
                      "product_id": "CSAFPID-241353"
                    }
                  },
                  {
                    "name": "12.0(1q)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1q)",
                      "product_id": "CSAFPID-241354"
                    }
                  },
                  {
                    "name": "12.0(2h)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2h)",
                      "product_id": "CSAFPID-241355"
                    }
                  },
                  {
                    "name": "12.0(2l)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2l)",
                      "product_id": "CSAFPID-241356"
                    }
                  },
                  {
                    "name": "12.0(2m)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2m)",
                      "product_id": "CSAFPID-241357"
                    }
                  },
                  {
                    "name": "12.0(2n)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2n)",
                      "product_id": "CSAFPID-241358"
                    }
                  },
                  {
                    "name": "12.0(2o)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2o)",
                      "product_id": "CSAFPID-241359"
                    }
                  },
                  {
                    "name": "12.0(2f)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(2f)",
                      "product_id": "CSAFPID-241360"
                    }
                  },
                  {
                    "name": "12.0(1r)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.0(1r)",
                      "product_id": "CSAFPID-257369"
                    }
                  }
                ]
              },
              {
                "name": "12.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "12.1(1h)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(1h)",
                      "product_id": "CSAFPID-241212"
                    }
                  },
                  {
                    "name": "12.1(2e)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(2e)",
                      "product_id": "CSAFPID-241228"
                    }
                  },
                  {
                    "name": "12.1(3g)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(3g)",
                      "product_id": "CSAFPID-241229"
                    }
                  },
                  {
                    "name": "12.1(4a)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(4a)",
                      "product_id": "CSAFPID-241230"
                    }
                  },
                  {
                    "name": "12.1(1i)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(1i)",
                      "product_id": "CSAFPID-241283"
                    }
                  },
                  {
                    "name": "12.1(2g)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(2g)",
                      "product_id": "CSAFPID-241309"
                    }
                  },
                  {
                    "name": "12.1(2k)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(2k)",
                      "product_id": "CSAFPID-241310"
                    }
                  },
                  {
                    "name": "12.1(3h)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(3h)",
                      "product_id": "CSAFPID-241349"
                    }
                  },
                  {
                    "name": "12.1(3j)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.1(3j)",
                      "product_id": "CSAFPID-241350"
                    }
                  }
                ]
              },
              {
                "name": "12.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "12.2(1n)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(1n)",
                      "product_id": "CSAFPID-241214"
                    }
                  },
                  {
                    "name": "12.2(2e)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2e)",
                      "product_id": "CSAFPID-241225"
                    }
                  },
                  {
                    "name": "12.2(3j)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(3j)",
                      "product_id": "CSAFPID-241226"
                    }
                  },
                  {
                    "name": "12.2(4f)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(4f)",
                      "product_id": "CSAFPID-241227"
                    }
                  },
                  {
                    "name": "12.2(4p)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(4p)",
                      "product_id": "CSAFPID-241268"
                    }
                  },
                  {
                    "name": "12.2(3p)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(3p)",
                      "product_id": "CSAFPID-241272"
                    }
                  },
                  {
                    "name": "12.2(3r)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(3r)",
                      "product_id": "CSAFPID-241273"
                    }
                  },
                  {
                    "name": "12.2(3s)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(3s)",
                      "product_id": "CSAFPID-241274"
                    }
                  },
                  {
                    "name": "12.2(3t)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(3t)",
                      "product_id": "CSAFPID-241275"
                    }
                  },
                  {
                    "name": "12.2(2f)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2f)",
                      "product_id": "CSAFPID-241276"
                    }
                  },
                  {
                    "name": "12.2(2g)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2g)",
                      "product_id": "CSAFPID-241277"
                    }
                  },
                  {
                    "name": "12.2(2i)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2i)",
                      "product_id": "CSAFPID-241278"
                    }
                  },
                  {
                    "name": "12.2(2j)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2j)",
                      "product_id": "CSAFPID-241279"
                    }
                  },
                  {
                    "name": "12.2(2k)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2k)",
                      "product_id": "CSAFPID-241280"
                    }
                  },
                  {
                    "name": "12.2(2q)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(2q)",
                      "product_id": "CSAFPID-241281"
                    }
                  },
                  {
                    "name": "12.2(1o)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(1o)",
                      "product_id": "CSAFPID-241282"
                    }
                  },
                  {
                    "name": "12.2(4q)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(4q)",
                      "product_id": "CSAFPID-257370"
                    }
                  },
                  {
                    "name": "12.2(4r)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.2(4r)",
                      "product_id": "CSAFPID-257371"
                    }
                  }
                ]
              },
              {
                "name": "12.3",
                "category": "product_version",
                "branches": [
                  {
                    "name": "12.3(1e)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1e)",
                      "product_id": "CSAFPID-241216"
                    }
                  },
                  {
                    "name": "12.3(1f)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1f)",
                      "product_id": "CSAFPID-241263"
                    }
                  },
                  {
                    "name": "12.3(1i)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1i)",
                      "product_id": "CSAFPID-241264"
                    }
                  },
                  {
                    "name": "12.3(1l)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1l)",
                      "product_id": "CSAFPID-241265"
                    }
                  },
                  {
                    "name": "12.3(1o)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1o)",
                      "product_id": "CSAFPID-241266"
                    }
                  },
                  {
                    "name": "12.3(1p)",
                    "category": "service_pack",
                    "product": {
                      "name": "12.3(1p)",
                      "product_id": "CSAFPID-241267"
                    }
                  }
                ]
              },
              {
                "name": "13.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "13.0(1k)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.0(1k)",
                      "product_id": "CSAFPID-241218"
                    }
                  },
                  {
                    "name": "13.0(2h)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.0(2h)",
                      "product_id": "CSAFPID-241224"
                    }
                  },
                  {
                    "name": "13.0(2k)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.0(2k)",
                      "product_id": "CSAFPID-241261"
                    }
                  },
                  {
                    "name": "13.0(2n)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.0(2n)",
                      "product_id": "CSAFPID-241262"
                    }
                  }
                ]
              },
              {
                "name": "13.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "13.1(1i)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(1i)",
                      "product_id": "CSAFPID-241220"
                    }
                  },
                  {
                    "name": "13.1(2m)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2m)",
                      "product_id": "CSAFPID-241223"
                    }
                  },
                  {
                    "name": "13.1(2o)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2o)",
                      "product_id": "CSAFPID-241258"
                    }
                  },
                  {
                    "name": "13.1(2p)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2p)",
                      "product_id": "CSAFPID-241259"
                    }
                  },
                  {
                    "name": "13.1(2q)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2q)",
                      "product_id": "CSAFPID-241260"
                    }
                  },
                  {
                    "name": "13.1(2s)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2s)",
                      "product_id": "CSAFPID-257372"
                    }
                  },
                  {
                    "name": "13.1(2t)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.1(2t)",
                      "product_id": "CSAFPID-257373"
                    }
                  }
                ]
              },
              {
                "name": "13.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "13.2(1l)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(1l)",
                      "product_id": "CSAFPID-241222"
                    }
                  },
                  {
                    "name": "13.2(1m)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(1m)",
                      "product_id": "CSAFPID-241257"
                    }
                  },
                  {
                    "name": "13.2(2l)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(2l)",
                      "product_id": "CSAFPID-257374"
                    }
                  },
                  {
                    "name": "13.2(2o)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(2o)",
                      "product_id": "CSAFPID-257375"
                    }
                  },
                  {
                    "name": "13.2(3i)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(3i)",
                      "product_id": "CSAFPID-257376"
                    }
                  },
                  {
                    "name": "13.2(3n)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(3n)",
                      "product_id": "CSAFPID-257377"
                    }
                  },
                  {
                    "name": "13.2(3o)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(3o)",
                      "product_id": "CSAFPID-257378"
                    }
                  },
                  {
                    "name": "13.2(3r)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(3r)",
                      "product_id": "CSAFPID-257379"
                    }
                  },
                  {
                    "name": "13.2(4d)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(4d)",
                      "product_id": "CSAFPID-257757"
                    }
                  },
                  {
                    "name": "13.2(4e)",
                    "category": "service_pack",
                    "product": {
                      "name": "13.2(4e)",
                      "product_id": "CSAFPID-257758"
                    }
                  }
                ]
              },
              {
                "name": "11.3",
                "category": "product_version",
                "branches": [
                  {
                    "name": "11.3(1g)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(1g)",
                      "product_id": "CSAFPID-241233"
                    }
                  },
                  {
                    "name": "11.3(2f)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(2f)",
                      "product_id": "CSAFPID-241234"
                    }
                  },
                  {
                    "name": "11.3(1h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(1h)",
                      "product_id": "CSAFPID-241361"
                    }
                  },
                  {
                    "name": "11.3(1i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(1i)",
                      "product_id": "CSAFPID-241362"
                    }
                  },
                  {
                    "name": "11.3(2h)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(2h)",
                      "product_id": "CSAFPID-241363"
                    }
                  },
                  {
                    "name": "11.3(2i)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(2i)",
                      "product_id": "CSAFPID-241364"
                    }
                  },
                  {
                    "name": "11.3(2k)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(2k)",
                      "product_id": "CSAFPID-241365"
                    }
                  },
                  {
                    "name": "11.3(1j)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(1j)",
                      "product_id": "CSAFPID-257367"
                    }
                  },
                  {
                    "name": "11.3(2j)",
                    "category": "service_pack",
                    "product": {
                      "name": "11.3(2j)",
                      "product_id": "CSAFPID-257368"
                    }
                  }
                ]
              },
              {
                "name": "14.0",
                "category": "product_version",
                "branches": [
                  {
                    "name": "14.0(1h)",
                    "category": "service_pack",
                    "product": {
                      "name": "14.0(1h)",
                      "product_id": "CSAFPID-257580"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2019-1858",
      "ids": [
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19463"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvd45657"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19464"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19465"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvc58707"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19468"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19457"
        },
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvn19483"
        }
      ],
      "notes": [
        {
          "category": "other",
          "title": "Affected Product Comprehensiveness",
          "text": "Complete."
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-191394",
          "CSAFPID-191395",
          "CSAFPID-191396",
          "CSAFPID-191397",
          "CSAFPID-191398",
          "CSAFPID-191399",
          "CSAFPID-191400",
          "CSAFPID-191401",
          "CSAFPID-191402",
          "CSAFPID-191403",
          "CSAFPID-191404",
          "CSAFPID-191405",
          "CSAFPID-191406",
          "CSAFPID-191407",
          "CSAFPID-191408",
          "CSAFPID-191409",
          "CSAFPID-191410",
          "CSAFPID-191411",
          "CSAFPID-191412",
          "CSAFPID-191413",
          "CSAFPID-191414",
          "CSAFPID-191415",
          "CSAFPID-191416",
          "CSAFPID-191417",
          "CSAFPID-191418",
          "CSAFPID-191419",
          "CSAFPID-191420",
          "CSAFPID-191421",
          "CSAFPID-191422",
          "CSAFPID-191423",
          "CSAFPID-191424",
          "CSAFPID-191425",
          "CSAFPID-191426",
          "CSAFPID-191427",
          "CSAFPID-191428",
          "CSAFPID-191434",
          "CSAFPID-191435",
          "CSAFPID-191436",
          "CSAFPID-191437",
          "CSAFPID-191438",
          "CSAFPID-191439",
          "CSAFPID-191440",
          "CSAFPID-191441",
          "CSAFPID-191442",
          "CSAFPID-191443",
          "CSAFPID-191444",
          "CSAFPID-191445",
          "CSAFPID-191446",
          "CSAFPID-191448",
          "CSAFPID-191449",
          "CSAFPID-191450",
          "CSAFPID-191451",
          "CSAFPID-191452",
          "CSAFPID-191453",
          "CSAFPID-191454",
          "CSAFPID-191455",
          "CSAFPID-191456",
          "CSAFPID-191457",
          "CSAFPID-191458",
          "CSAFPID-191459",
          "CSAFPID-196607",
          "CSAFPID-196608",
          "CSAFPID-196611",
          "CSAFPID-196612",
          "CSAFPID-198539",
          "CSAFPID-201874",
          "CSAFPID-201875",
          "CSAFPID-201876",
          "CSAFPID-201877",
          "CSAFPID-201878",
          "CSAFPID-201879",
          "CSAFPID-201880",
          "CSAFPID-201881",
          "CSAFPID-201882",
          "CSAFPID-201883",
          "CSAFPID-201888",
          "CSAFPID-212033",
          "CSAFPID-212034",
          "CSAFPID-212035",
          "CSAFPID-212036",
          "CSAFPID-239416",
          "CSAFPID-239422",
          "CSAFPID-239433",
          "CSAFPID-239460",
          "CSAFPID-239646",
          "CSAFPID-239647",
          "CSAFPID-239648",
          "CSAFPID-239672",
          "CSAFPID-239673",
          "CSAFPID-239674",
          "CSAFPID-239675",
          "CSAFPID-240150",
          "CSAFPID-240152",
          "CSAFPID-241204",
          "CSAFPID-241206",
          "CSAFPID-241208",
          "CSAFPID-241210",
          "CSAFPID-241212",
          "CSAFPID-241214",
          "CSAFPID-241216",
          "CSAFPID-241218",
          "CSAFPID-241220",
          "CSAFPID-241222",
          "CSAFPID-241223",
          "CSAFPID-241224",
          "CSAFPID-241225",
          "CSAFPID-241226",
          "CSAFPID-241227",
          "CSAFPID-241228",
          "CSAFPID-241229",
          "CSAFPID-241230",
          "CSAFPID-241231",
          "CSAFPID-241233",
          "CSAFPID-241234",
          "CSAFPID-241235",
          "CSAFPID-241236",
          "CSAFPID-241237",
          "CSAFPID-241238",
          "CSAFPID-241239",
          "CSAFPID-241240",
          "CSAFPID-241241",
          "CSAFPID-241242",
          "CSAFPID-241243",
          "CSAFPID-241244",
          "CSAFPID-241245",
          "CSAFPID-241246",
          "CSAFPID-241247",
          "CSAFPID-241248",
          "CSAFPID-241249",
          "CSAFPID-241250",
          "CSAFPID-241251",
          "CSAFPID-241252",
          "CSAFPID-241253",
          "CSAFPID-241254",
          "CSAFPID-241255",
          "CSAFPID-241256",
          "CSAFPID-241257",
          "CSAFPID-241258",
          "CSAFPID-241259",
          "CSAFPID-241260",
          "CSAFPID-241261",
          "CSAFPID-241262",
          "CSAFPID-241263",
          "CSAFPID-241264",
          "CSAFPID-241265",
          "CSAFPID-241266",
          "CSAFPID-241267",
          "CSAFPID-241268",
          "CSAFPID-241272",
          "CSAFPID-241273",
          "CSAFPID-241274",
          "CSAFPID-241275",
          "CSAFPID-241276",
          "CSAFPID-241278",
          "CSAFPID-241279",
          "CSAFPID-241280",
          "CSAFPID-241281",
          "CSAFPID-241282",
          "CSAFPID-241283",
          "CSAFPID-241309",
          "CSAFPID-241310",
          "CSAFPID-241349",
          "CSAFPID-241350",
          "CSAFPID-241351",
          "CSAFPID-241352",
          "CSAFPID-241353",
          "CSAFPID-241354",
          "CSAFPID-241355",
          "CSAFPID-241356",
          "CSAFPID-241357",
          "CSAFPID-241358",
          "CSAFPID-241359",
          "CSAFPID-241360",
          "CSAFPID-241361",
          "CSAFPID-241362",
          "CSAFPID-241363",
          "CSAFPID-241364",
          "CSAFPID-241365",
          "CSAFPID-241366",
          "CSAFPID-241367",
          "CSAFPID-241368",
          "CSAFPID-241369",
          "CSAFPID-241370",
          "CSAFPID-256524",
          "CSAFPID-256525",
          "CSAFPID-257192",
          "CSAFPID-257193",
          "CSAFPID-257194",
          "CSAFPID-257359",
          "CSAFPID-257360",
          "CSAFPID-257361",
          "CSAFPID-257362",
          "CSAFPID-257363",
          "CSAFPID-257364",
          "CSAFPID-257365",
          "CSAFPID-257366",
          "CSAFPID-257367",
          "CSAFPID-257368",
          "CSAFPID-257369",
          "CSAFPID-257370",
          "CSAFPID-257371",
          "CSAFPID-257372",
          "CSAFPID-257373",
          "CSAFPID-257374",
          "CSAFPID-257375",
          "CSAFPID-257376",
          "CSAFPID-257377",
          "CSAFPID-257378",
          "CSAFPID-257379",
          "CSAFPID-257580",
          "CSAFPID-257757",
          "CSAFPID-257758",
          "CSAFPID-225891",
          "CSAFPID-248969",
          "CSAFPID-253454",
          "CSAFPID-253455",
          "CSAFPID-253456",
          "CSAFPID-253457",
          "CSAFPID-253458",
          "CSAFPID-253459",
          "CSAFPID-253460",
          "CSAFPID-253461",
          "CSAFPID-253462",
          "CSAFPID-253464",
          "CSAFPID-253465",
          "CSAFPID-253466",
          "CSAFPID-253467",
          "CSAFPID-253468",
          "CSAFPID-253469",
          "CSAFPID-253470",
          "CSAFPID-253471",
          "CSAFPID-253472",
          "CSAFPID-253473",
          "CSAFPID-253474",
          "CSAFPID-253475",
          "CSAFPID-253476",
          "CSAFPID-253477",
          "CSAFPID-253478",
          "CSAFPID-253479",
          "CSAFPID-253480",
          "CSAFPID-253481",
          "CSAFPID-253482",
          "CSAFPID-253483",
          "CSAFPID-253484",
          "CSAFPID-253485",
          "CSAFPID-253486",
          "CSAFPID-253487",
          "CSAFPID-253488",
          "CSAFPID-253489",
          "CSAFPID-253490",
          "CSAFPID-253491",
          "CSAFPID-253492",
          "CSAFPID-253493",
          "CSAFPID-253494",
          "CSAFPID-253495",
          "CSAFPID-253496",
          "CSAFPID-253497",
          "CSAFPID-253498",
          "CSAFPID-253499",
          "CSAFPID-253500",
          "CSAFPID-253501",
          "CSAFPID-253502",
          "CSAFPID-253503",
          "CSAFPID-253504",
          "CSAFPID-256167",
          "CSAFPID-256168",
          "CSAFPID-256169",
          "CSAFPID-256170",
          "CSAFPID-256171",
          "CSAFPID-256172",
          "CSAFPID-256173",
          "CSAFPID-256174",
          "CSAFPID-256175",
          "CSAFPID-256176",
          "CSAFPID-256177",
          "CSAFPID-256180",
          "CSAFPID-241277"
        ]
      },
      "release_date": "2019-05-15T16:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Cisco has released software updates that address this vulnerability.",
          "product_ids": [
            "CSAFPID-191394",
            "CSAFPID-191395",
            "CSAFPID-191396",
            "CSAFPID-191397",
            "CSAFPID-191398",
            "CSAFPID-191399",
            "CSAFPID-191400",
            "CSAFPID-191401",
            "CSAFPID-191402",
            "CSAFPID-191403",
            "CSAFPID-191404",
            "CSAFPID-191405",
            "CSAFPID-191406",
            "CSAFPID-191407",
            "CSAFPID-191408",
            "CSAFPID-191409",
            "CSAFPID-191410",
            "CSAFPID-191411",
            "CSAFPID-191412",
            "CSAFPID-191413",
            "CSAFPID-191414",
            "CSAFPID-191415",
            "CSAFPID-191416",
            "CSAFPID-191417",
            "CSAFPID-191418",
            "CSAFPID-191419",
            "CSAFPID-191420",
            "CSAFPID-191421",
            "CSAFPID-191422",
            "CSAFPID-191423",
            "CSAFPID-191424",
            "CSAFPID-191425",
            "CSAFPID-191426",
            "CSAFPID-191427",
            "CSAFPID-191428",
            "CSAFPID-191434",
            "CSAFPID-191435",
            "CSAFPID-191436",
            "CSAFPID-191437",
            "CSAFPID-191438",
            "CSAFPID-191439",
            "CSAFPID-191440",
            "CSAFPID-191441",
            "CSAFPID-191442",
            "CSAFPID-191443",
            "CSAFPID-191444",
            "CSAFPID-191445",
            "CSAFPID-191446",
            "CSAFPID-191448",
            "CSAFPID-191449",
            "CSAFPID-191450",
            "CSAFPID-191451",
            "CSAFPID-191452",
            "CSAFPID-191453",
            "CSAFPID-191454",
            "CSAFPID-191455",
            "CSAFPID-191456",
            "CSAFPID-191457",
            "CSAFPID-191458",
            "CSAFPID-191459",
            "CSAFPID-196607",
            "CSAFPID-196608",
            "CSAFPID-196611",
            "CSAFPID-196612",
            "CSAFPID-198539",
            "CSAFPID-201874",
            "CSAFPID-201875",
            "CSAFPID-201876",
            "CSAFPID-201877",
            "CSAFPID-201878",
            "CSAFPID-201879",
            "CSAFPID-201880",
            "CSAFPID-201881",
            "CSAFPID-201882",
            "CSAFPID-201883",
            "CSAFPID-201888",
            "CSAFPID-212033",
            "CSAFPID-212034",
            "CSAFPID-212035",
            "CSAFPID-212036",
            "CSAFPID-239416",
            "CSAFPID-239422",
            "CSAFPID-239433",
            "CSAFPID-239460",
            "CSAFPID-239646",
            "CSAFPID-239647",
            "CSAFPID-239648",
            "CSAFPID-239672",
            "CSAFPID-239673",
            "CSAFPID-239674",
            "CSAFPID-239675",
            "CSAFPID-240150",
            "CSAFPID-240152",
            "CSAFPID-241204",
            "CSAFPID-241206",
            "CSAFPID-241208",
            "CSAFPID-241210",
            "CSAFPID-241212",
            "CSAFPID-241214",
            "CSAFPID-241216",
            "CSAFPID-241218",
            "CSAFPID-241220",
            "CSAFPID-241222",
            "CSAFPID-241223",
            "CSAFPID-241224",
            "CSAFPID-241225",
            "CSAFPID-241226",
            "CSAFPID-241227",
            "CSAFPID-241228",
            "CSAFPID-241229",
            "CSAFPID-241230",
            "CSAFPID-241231",
            "CSAFPID-241233",
            "CSAFPID-241234",
            "CSAFPID-241235",
            "CSAFPID-241236",
            "CSAFPID-241237",
            "CSAFPID-241238",
            "CSAFPID-241239",
            "CSAFPID-241240",
            "CSAFPID-241241",
            "CSAFPID-241242",
            "CSAFPID-241243",
            "CSAFPID-241244",
            "CSAFPID-241245",
            "CSAFPID-241246",
            "CSAFPID-241247",
            "CSAFPID-241248",
            "CSAFPID-241249",
            "CSAFPID-241250",
            "CSAFPID-241251",
            "CSAFPID-241252",
            "CSAFPID-241253",
            "CSAFPID-241254",
            "CSAFPID-241255",
            "CSAFPID-241256",
            "CSAFPID-241257",
            "CSAFPID-241258",
            "CSAFPID-241259",
            "CSAFPID-241260",
            "CSAFPID-241261",
            "CSAFPID-241262",
            "CSAFPID-241263",
            "CSAFPID-241264",
            "CSAFPID-241265",
            "CSAFPID-241266",
            "CSAFPID-241267",
            "CSAFPID-241268",
            "CSAFPID-241272",
            "CSAFPID-241273",
            "CSAFPID-241274",
            "CSAFPID-241275",
            "CSAFPID-241276",
            "CSAFPID-241278",
            "CSAFPID-241279",
            "CSAFPID-241280",
            "CSAFPID-241281",
            "CSAFPID-241282",
            "CSAFPID-241283",
            "CSAFPID-241309",
            "CSAFPID-241310",
            "CSAFPID-241349",
            "CSAFPID-241350",
            "CSAFPID-241351",
            "CSAFPID-241352",
            "CSAFPID-241353",
            "CSAFPID-241354",
            "CSAFPID-241355",
            "CSAFPID-241356",
            "CSAFPID-241357",
            "CSAFPID-241358",
            "CSAFPID-241359",
            "CSAFPID-241360",
            "CSAFPID-241361",
            "CSAFPID-241362",
            "CSAFPID-241363",
            "CSAFPID-241364",
            "CSAFPID-241365",
            "CSAFPID-241366",
            "CSAFPID-241367",
            "CSAFPID-241368",
            "CSAFPID-241369",
            "CSAFPID-241370",
            "CSAFPID-256524",
            "CSAFPID-256525",
            "CSAFPID-257192",
            "CSAFPID-257193",
            "CSAFPID-257194",
            "CSAFPID-257359",
            "CSAFPID-257360",
            "CSAFPID-257361",
            "CSAFPID-257362",
            "CSAFPID-257363",
            "CSAFPID-257364",
            "CSAFPID-257365",
            "CSAFPID-257366",
            "CSAFPID-257367",
            "CSAFPID-257368",
            "CSAFPID-257369",
            "CSAFPID-257370",
            "CSAFPID-257371",
            "CSAFPID-257372",
            "CSAFPID-257373",
            "CSAFPID-257374",
            "CSAFPID-257375",
            "CSAFPID-257376",
            "CSAFPID-257377",
            "CSAFPID-257378",
            "CSAFPID-257379",
            "CSAFPID-257580",
            "CSAFPID-257757",
            "CSAFPID-257758",
            "CSAFPID-225891",
            "CSAFPID-248969",
            "CSAFPID-253454",
            "CSAFPID-253455",
            "CSAFPID-253456",
            "CSAFPID-253457",
            "CSAFPID-253458",
            "CSAFPID-253459",
            "CSAFPID-253460",
            "CSAFPID-253461",
            "CSAFPID-253462",
            "CSAFPID-253464",
            "CSAFPID-253465",
            "CSAFPID-253466",
            "CSAFPID-253467",
            "CSAFPID-253468",
            "CSAFPID-253469",
            "CSAFPID-253470",
            "CSAFPID-253471",
            "CSAFPID-253472",
            "CSAFPID-253473",
            "CSAFPID-253474",
            "CSAFPID-253475",
            "CSAFPID-253476",
            "CSAFPID-253477",
            "CSAFPID-253478",
            "CSAFPID-253479",
            "CSAFPID-253480",
            "CSAFPID-253481",
            "CSAFPID-253482",
            "CSAFPID-253483",
            "CSAFPID-253484",
            "CSAFPID-253485",
            "CSAFPID-253486",
            "CSAFPID-253487",
            "CSAFPID-253488",
            "CSAFPID-253489",
            "CSAFPID-253490",
            "CSAFPID-253491",
            "CSAFPID-253492",
            "CSAFPID-253493",
            "CSAFPID-253494",
            "CSAFPID-253495",
            "CSAFPID-253496",
            "CSAFPID-253497",
            "CSAFPID-253498",
            "CSAFPID-253499",
            "CSAFPID-253500",
            "CSAFPID-253501",
            "CSAFPID-253502",
            "CSAFPID-253503",
            "CSAFPID-253504",
            "CSAFPID-256167",
            "CSAFPID-256168",
            "CSAFPID-256169",
            "CSAFPID-256170",
            "CSAFPID-256171",
            "CSAFPID-256172",
            "CSAFPID-256173",
            "CSAFPID-256174",
            "CSAFPID-256175",
            "CSAFPID-256176",
            "CSAFPID-256177",
            "CSAFPID-256180",
            "CSAFPID-241277"
          ],
          "url": "https://software.cisco.com"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 8.6,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "CSAFPID-191394",
            "CSAFPID-191395",
            "CSAFPID-191396",
            "CSAFPID-191397",
            "CSAFPID-191398",
            "CSAFPID-191399",
            "CSAFPID-191400",
            "CSAFPID-191401",
            "CSAFPID-191402",
            "CSAFPID-191403",
            "CSAFPID-191404",
            "CSAFPID-191405",
            "CSAFPID-191406",
            "CSAFPID-191407",
            "CSAFPID-191408",
            "CSAFPID-191409",
            "CSAFPID-191410",
            "CSAFPID-191411",
            "CSAFPID-191412",
            "CSAFPID-191413",
            "CSAFPID-191414",
            "CSAFPID-191415",
            "CSAFPID-191416",
            "CSAFPID-191417",
            "CSAFPID-191418",
            "CSAFPID-191419",
            "CSAFPID-191420",
            "CSAFPID-191421",
            "CSAFPID-191422",
            "CSAFPID-191423",
            "CSAFPID-191424",
            "CSAFPID-191425",
            "CSAFPID-191426",
            "CSAFPID-191427",
            "CSAFPID-191428",
            "CSAFPID-191434",
            "CSAFPID-191435",
            "CSAFPID-191436",
            "CSAFPID-191437",
            "CSAFPID-191438",
            "CSAFPID-191439",
            "CSAFPID-191440",
            "CSAFPID-191441",
            "CSAFPID-191442",
            "CSAFPID-191443",
            "CSAFPID-191444",
            "CSAFPID-191445",
            "CSAFPID-191446",
            "CSAFPID-191448",
            "CSAFPID-191449",
            "CSAFPID-191450",
            "CSAFPID-191451",
            "CSAFPID-191452",
            "CSAFPID-191453",
            "CSAFPID-191454",
            "CSAFPID-191455",
            "CSAFPID-191456",
            "CSAFPID-191457",
            "CSAFPID-191458",
            "CSAFPID-191459",
            "CSAFPID-196607",
            "CSAFPID-196608",
            "CSAFPID-196611",
            "CSAFPID-196612",
            "CSAFPID-198539",
            "CSAFPID-201874",
            "CSAFPID-201875",
            "CSAFPID-201876",
            "CSAFPID-201877",
            "CSAFPID-201878",
            "CSAFPID-201879",
            "CSAFPID-201880",
            "CSAFPID-201881",
            "CSAFPID-201882",
            "CSAFPID-201883",
            "CSAFPID-201888",
            "CSAFPID-212033",
            "CSAFPID-212034",
            "CSAFPID-212035",
            "CSAFPID-212036",
            "CSAFPID-239416",
            "CSAFPID-239422",
            "CSAFPID-239433",
            "CSAFPID-239460",
            "CSAFPID-239646",
            "CSAFPID-239647",
            "CSAFPID-239648",
            "CSAFPID-239672",
            "CSAFPID-239673",
            "CSAFPID-239674",
            "CSAFPID-239675",
            "CSAFPID-240150",
            "CSAFPID-240152",
            "CSAFPID-241204",
            "CSAFPID-241206",
            "CSAFPID-241208",
            "CSAFPID-241210",
            "CSAFPID-241212",
            "CSAFPID-241214",
            "CSAFPID-241216",
            "CSAFPID-241218",
            "CSAFPID-241220",
            "CSAFPID-241222",
            "CSAFPID-241223",
            "CSAFPID-241224",
            "CSAFPID-241225",
            "CSAFPID-241226",
            "CSAFPID-241227",
            "CSAFPID-241228",
            "CSAFPID-241229",
            "CSAFPID-241230",
            "CSAFPID-241231",
            "CSAFPID-241233",
            "CSAFPID-241234",
            "CSAFPID-241235",
            "CSAFPID-241236",
            "CSAFPID-241237",
            "CSAFPID-241238",
            "CSAFPID-241239",
            "CSAFPID-241240",
            "CSAFPID-241241",
            "CSAFPID-241242",
            "CSAFPID-241243",
            "CSAFPID-241244",
            "CSAFPID-241245",
            "CSAFPID-241246",
            "CSAFPID-241247",
            "CSAFPID-241248",
            "CSAFPID-241249",
            "CSAFPID-241250",
            "CSAFPID-241251",
            "CSAFPID-241252",
            "CSAFPID-241253",
            "CSAFPID-241254",
            "CSAFPID-241255",
            "CSAFPID-241256",
            "CSAFPID-241257",
            "CSAFPID-241258",
            "CSAFPID-241259",
            "CSAFPID-241260",
            "CSAFPID-241261",
            "CSAFPID-241262",
            "CSAFPID-241263",
            "CSAFPID-241264",
            "CSAFPID-241265",
            "CSAFPID-241266",
            "CSAFPID-241267",
            "CSAFPID-241268",
            "CSAFPID-241272",
            "CSAFPID-241273",
            "CSAFPID-241274",
            "CSAFPID-241275",
            "CSAFPID-241276",
            "CSAFPID-241278",
            "CSAFPID-241279",
            "CSAFPID-241280",
            "CSAFPID-241281",
            "CSAFPID-241282",
            "CSAFPID-241283",
            "CSAFPID-241309",
            "CSAFPID-241310",
            "CSAFPID-241349",
            "CSAFPID-241350",
            "CSAFPID-241351",
            "CSAFPID-241352",
            "CSAFPID-241353",
            "CSAFPID-241354",
            "CSAFPID-241355",
            "CSAFPID-241356",
            "CSAFPID-241357",
            "CSAFPID-241358",
            "CSAFPID-241359",
            "CSAFPID-241360",
            "CSAFPID-241361",
            "CSAFPID-241362",
            "CSAFPID-241363",
            "CSAFPID-241364",
            "CSAFPID-241365",
            "CSAFPID-241366",
            "CSAFPID-241367",
            "CSAFPID-241368",
            "CSAFPID-241369",
            "CSAFPID-241370",
            "CSAFPID-256524",
            "CSAFPID-256525",
            "CSAFPID-257192",
            "CSAFPID-257193",
            "CSAFPID-257194",
            "CSAFPID-257359",
            "CSAFPID-257360",
            "CSAFPID-257361",
            "CSAFPID-257362",
            "CSAFPID-257363",
            "CSAFPID-257364",
            "CSAFPID-257365",
            "CSAFPID-257366",
            "CSAFPID-257367",
            "CSAFPID-257368",
            "CSAFPID-257369",
            "CSAFPID-257370",
            "CSAFPID-257371",
            "CSAFPID-257372",
            "CSAFPID-257373",
            "CSAFPID-257374",
            "CSAFPID-257375",
            "CSAFPID-257376",
            "CSAFPID-257377",
            "CSAFPID-257378",
            "CSAFPID-257379",
            "CSAFPID-257580",
            "CSAFPID-257757",
            "CSAFPID-257758",
            "CSAFPID-225891",
            "CSAFPID-248969",
            "CSAFPID-253454",
            "CSAFPID-253455",
            "CSAFPID-253456",
            "CSAFPID-253457",
            "CSAFPID-253458",
            "CSAFPID-253459",
            "CSAFPID-253460",
            "CSAFPID-253461",
            "CSAFPID-253462",
            "CSAFPID-253464",
            "CSAFPID-253465",
            "CSAFPID-253466",
            "CSAFPID-253467",
            "CSAFPID-253468",
            "CSAFPID-253469",
            "CSAFPID-253470",
            "CSAFPID-253471",
            "CSAFPID-253472",
            "CSAFPID-253473",
            "CSAFPID-253474",
            "CSAFPID-253475",
            "CSAFPID-253476",
            "CSAFPID-253477",
            "CSAFPID-253478",
            "CSAFPID-253479",
            "CSAFPID-253480",
            "CSAFPID-253481",
            "CSAFPID-253482",
            "CSAFPID-253483",
            "CSAFPID-253484",
            "CSAFPID-253485",
            "CSAFPID-253486",
            "CSAFPID-253487",
            "CSAFPID-253488",
            "CSAFPID-253489",
            "CSAFPID-253490",
            "CSAFPID-253491",
            "CSAFPID-253492",
            "CSAFPID-253493",
            "CSAFPID-253494",
            "CSAFPID-253495",
            "CSAFPID-253496",
            "CSAFPID-253497",
            "CSAFPID-253498",
            "CSAFPID-253499",
            "CSAFPID-253500",
            "CSAFPID-253501",
            "CSAFPID-253502",
            "CSAFPID-253503",
            "CSAFPID-253504",
            "CSAFPID-256167",
            "CSAFPID-256168",
            "CSAFPID-256169",
            "CSAFPID-256170",
            "CSAFPID-256171",
            "CSAFPID-256172",
            "CSAFPID-256173",
            "CSAFPID-256174",
            "CSAFPID-256175",
            "CSAFPID-256176",
            "CSAFPID-256177",
            "CSAFPID-256180",
            "CSAFPID-241277"
          ]
        }
      ],
      "title": "Cisco FXOS and NX-OS Software Simple Network Management Protocol Denial of Service Vulnerability"
    }
  ]
}