{
  "document": {
    "acknowledgments": [
      {
        "summary": "This vulnerability was found during the resolution of a Cisco TAC support case."
      }
    ],
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "notes": [
      {
        "category": "summary",
        "title": "Summary",
        "text": "A vulnerability in the Easy Virtual Switching System (VSS) of Cisco IOS XE Software on Catalyst 4500 Series Switches could allow an unauthenticated, adjacent attacker to cause the switches to reload.\r\n\r\n  The vulnerability is due to incomplete error handling when processing Cisco Discovery Protocol (CDP) packets used with the Easy Virtual Switching System. An attacker could exploit this vulnerability by sending a specially crafted CDP packet. An exploit could allow the attacker to cause the device to reload, resulting in a denial of service (DoS) condition.\r\n\r\nCisco has released software updates that address this vulnerability. There are 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-20190327-evss [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190327-evss\"]\r\n\r\nThis advisory is part of the March 27, 2019, release of the Cisco IOS and IOS XE Software Security Advisory Bundled Publication, which includes 17 Cisco Security Advisories that describe 19 vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: March 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-71135\"]."
      },
      {
        "category": "general",
        "title": "Vulnerable Products",
        "text": "This vulnerability affects Cisco Catalyst 4500/4500X Series Switches that are running a vulnerable release of Cisco IOS XE Software and have CDP enabled.\r\n\r\nFor information about which software releases are vulnerable, see the Fixed Software [\"#fs\"] section of this advisory.\r\n\r\nThere are two different configurations where the switch is vulnerable:\r\n\r\nCisco Catalyst 4500/4500X Series device has CDP enabled with CDP Application TLVs.\r\nWhen an admin is converting the switches' configuration from standalone mode to virtual switch mode using easy virtual switching.\r\n\r\nDetermining if CDP Is Enabled\r\n\r\nTo determine whether use of the Cisco Discovery Protocol is enabled for a device, administrators can use the show cdp command in the device CLI. The output of the command displays global Cisco Discovery Protocol information or, if the protocol is disabled, indicates that use of the protocol is not enabled. Examples of both are shown as follows:\r\n\r\n\r\nSwitch#show cdp\r\nGlobal CDP information:  Sending CDP packets every 60 seconds  Sending a holdtime value of 180 seconds  Sending CDPv2 advertisements is  enabled  Switch#  Switch#show cdp  % CDP is not enabled  Switch#\r\n\r\nDetermining if CDP Application TLVs Are Enabled\r\n\r\nBy default, CDP Application TLV processing is enabled. To determine if CDP Application TLVs are disabled, administrators can issue the show running-config | include no cdp tlv app CLI command. If the output returns nothing, then processing of CDP Application TLVs is enabled. If it returns output, it will indicate which interfaces have the CDP Application TLVs processing disabled, as shown in the following example:\r\n\r\n\r\nSwitch#show running-config | include no cdp tlv app\r\nno cdp tlv app   no cdp tlv app   no cdp tlv app  Switch#\r\n\r\nDetermining if Admin Is Converting the Switches’ Configuration From Standalone Mode to Virtual Switch Mode Using Easy Virtual Switching\r\n\r\nWhen an admin issues the switch convert mode easy-virtual-switch exec command on a device, it commences configuring the switches to operate as a VSS. Once the configuration has completed, the switches will reload. Part of this process is that UDP port 5500 is opened until the switches reload. During this period, it is possible to remotely exploit this vulnerability. Once the system reloads as a VSS, only the adjacent vector is available.\r\n  Determining the Cisco IOS XE Software Release\r\nTo determine which Cisco IOS XE Software release is running on a device, administrators can log in to the device, use the show version command in the CLI, and then refer to the system banner that appears. If the device is running Cisco IOS XE Software, the system banner displays Cisco IOS Software, Cisco IOS XE Software, or similar text.\r\n\r\nThe following example shows the output of the command for a device that is running Cisco IOS XE Software Release 16.2.1 and has an installed image name of CAT3K_CAA-UNIVERSALK9-M:\r\n\r\n\r\nios-xe-device# show version\r\n  Cisco IOS Software, Catalyst L3 Switch Software (CAT3K_CAA-UNIVERSALK9-M), Version Denali 16.2.1, RELEASE SOFTWARE (fc1)  Technical Support: http://www.cisco.com/techsupport  Copyright (c) 1986-2016 by Cisco Systems, Inc.  Compiled Sun 27-Mar-16 21:47 by mcpre  .  .  .\r\n\r\nFor information about the naming and numbering conventions for Cisco IOS XE Software releases, see the Cisco IOS and NX-OS Software Reference Guide [\"https://www.cisco.com/c/en/us/about/security-center/ios-nx-os-reference-guide.html\"]."
      },
      {
        "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 Cisco IOS Software, Cisco IOS XR Software, or Cisco NX-OS Software."
      },
      {
        "category": "general",
        "title": "Details",
        "text": "While the attack vector is network during the admin converting the switches configuration from standalone mode to virtual switch mode using easy virtual switching, the attack complexity also increases to high, resulting in a lower CVSSv3 score than would be assigned with the attack vector being adjacent and the attack complexity being low."
      },
      {
        "category": "general",
        "title": "Indicators of Compromise",
        "text": "The traceback generated with the crash will indicate that the system crashed in the process vss bringup, as shown in the following example:\r\nIOSD-EXT-SIGNAL: Segmentation fault(11), Process = vss bringup\r\n  Customers experiencing a crash with this traceback should raise a case with their support organization to confirm they are hitting this vulnerability."
      },
      {
        "category": "general",
        "title": "Workarounds",
        "text": "Disabling CDP Application Type, Length, Value (TLV)\r\n\r\nBy default, CDP Application TLVs are enabled. Disabling CDP Application TLVs will mitigate this vulnerability. To disable use of CDP Application TLVs globally for a device, use the no cdp tlv app command in the global configuration CLI. To disable use of CDP Application TLVs for a specific interface of a device, use the no cdp tlv app command in the interface configuration CLI.\r\n\r\nTo see if CDP Application TLVs are in use on the device before disabling them, use the command show cdp tlv app.  If the command returns output, then it is advisable not to disable the CDP TLV App globally.\r\n\r\nDisabling CDP\r\n\r\nIf CDP is not required, administrators may disable use of the Cisco Discovery Protocol by a device. To disable use of the protocol globally for a device, use the no cdp run command in the global configuration CLI. To disable use of the protocol for a specific interface of a device, use the no cdp enable command in the interface configuration CLI."
      },
      {
        "category": "general",
        "title": "Fixed Software",
        "text": "Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license:\r\nhttps://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:\r\nhttps://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                          Cisco IOS and IOS XE Software\r\nTo help customers determine their exposure to vulnerabilities in Cisco IOS and IOS XE Software, Cisco provides a tool, the Cisco IOS Software Checker [\"https://sec.cloudapps.cisco.com/security/center/softwarechecker.x\"], that identifies any Cisco Security Advisories that impact a specific software release and the earliest release that fixes the vulnerabilities described in each advisory (“First Fixed”). If applicable, the tool also returns the earliest release that fixes all the vulnerabilities described in all the advisories identified (“Combined First Fixed”).\r\n\r\nCustomers can use this tool to perform the following tasks:\r\n\r\nInitiate a search by choosing one or more releases from a drop-down list or uploading a file from a local system for the tool to parse\r\nEnter the output of the show version command for the tool to parse\r\nCreate a custom search by including all previously published Cisco Security Advisories, a specific advisory, or all advisories in the most recent bundled publication\r\n\r\nTo determine whether a release is affected by any published Cisco Security Advisory, use the Cisco IOS Software Checker [\"https://sec.cloudapps.cisco.com/security/center/softwarechecker.x\"] on Cisco.com or enter a Cisco IOS or IOS XE Software release—for example, 15.1(4)M2 or 3.13.8S—in the following field:\r\n\r\n\r\n\r\nBy default, the Cisco IOS Software Checker includes results only for vulnerabilities that have a Critical or High Security Impact Rating (SIR). To include results for Medium SIR vulnerabilities, use the Cisco IOS Software Checker on Cisco.com and check the Medium check box in the Impact Rating drop-down list.\r\n\r\nFor a mapping of Cisco IOS XE Software releases to Cisco IOS Software releases, refer to the Cisco IOS XE 2 Release Notes [\"https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/2/release/notes/rnasr21/rnasr21_gen.html#wp3000032\"], Cisco IOS XE 3S Release Notes [\"https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/3/release/notes/asr1k_rn_3s_rel_notes/asr1k_rn_3s_sys_req.html#wp3069754\"], or Cisco IOS XE 3SG Release Notes [\"https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_24726.html#pgfId-2570252\"], depending on the Cisco IOS XE Software release.\r\nNote: Starting with Cisco IOS XE Software Release 16.9.1, any upgrade will require Smart Licensing. Customers who plan to upgrade Cisco IOS XE to Release 16.9.1 or later are advised to consider the Smart Licensing requirement. The following documentation provides additional information: Smart Licensing [\"https://www.cisco.com/c/en/us/products/software/smart-accounts/software-licensing.html#~stickynav=3\"]."
      },
      {
        "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 the resolution of a Cisco TAC support case."
      },
      {
        "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 IOS XE Software Catalyst 4500 Cisco Discovery Protocol Denial of Service Vulnerability",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190327-evss"
      },
      {
        "category": "external",
        "summary": "Cisco Event Response: March 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-71135"
      },
      {
        "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-20190327-evss",
        "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190327-evss"
      },
      {
        "category": "external",
        "summary": "Cisco Event Response: March 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication",
        "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-71135"
      },
      {
        "category": "external",
        "summary": "Cisco IOS and NX-OS Software Reference Guide",
        "url": "https://www.cisco.com/c/en/us/about/security-center/ios-nx-os-reference-guide.html"
      },
      {
        "category": "external",
        "summary": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html",
        "url": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html"
      },
      {
        "category": "external",
        "summary": "Cisco Security Advisories and Alerts page",
        "url": "https://www.cisco.com/go/psirt"
      },
      {
        "category": "external",
        "summary": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html",
        "url": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html"
      },
      {
        "category": "external",
        "summary": "Cisco&nbsp;IOS Software Checker",
        "url": "https://sec.cloudapps.cisco.com/security/center/softwarechecker.x"
      },
      {
        "category": "external",
        "summary": "Cisco&nbsp;IOS Software Checker",
        "url": "https://sec.cloudapps.cisco.com/security/center/softwarechecker.x"
      },
      {
        "category": "external",
        "summary": "Cisco&nbsp;IOS XE 2 Release Notes",
        "url": "https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/2/release/notes/rnasr21/rnasr21_gen.html#wp3000032"
      },
      {
        "category": "external",
        "summary": "Cisco&nbsp;IOS XE 3S Release Notes",
        "url": "https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/3/release/notes/asr1k_rn_3s_rel_notes/asr1k_rn_3s_sys_req.html#wp3069754"
      },
      {
        "category": "external",
        "summary": "Cisco&nbsp;IOS XE 3SG Release Notes",
        "url": "https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_24726.html#pgfId-2570252"
      },
      {
        "category": "external",
        "summary": "Smart Licensing",
        "url": "https://www.cisco.com/c/en/us/products/software/smart-accounts/software-licensing.html#~stickynav=3"
      },
      {
        "category": "external",
        "summary": "Security Vulnerability Policy",
        "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"
      }
    ],
    "title": "Cisco IOS XE Software Catalyst 4500 Cisco Discovery Protocol Denial of Service Vulnerability",
    "tracking": {
      "current_release_date": "2019-03-27T16:00:00+00:00",
      "generator": {
        "date": "2022-09-03T03:17:14+00:00",
        "engine": {
          "name": "TVCE"
        }
      },
      "id": "cisco-sa-20190327-evss",
      "initial_release_date": "2019-03-27T16:00:00+00:00",
      "revision_history": [
        {
          "date": "2019-03-27T15:12:21+00:00",
          "number": "1.0.0",
          "summary": "Initial public release."
        }
      ],
      "status": "final",
      "version": "1.0.0"
    }
  },
  "product_tree": {
    "branches": [
      {
        "name": "Cisco",
        "category": "vendor",
        "branches": [
          {
            "name": "Cisco IOS XE Software",
            "category": "product_family",
            "branches": [
              {
                "name": "3.6E",
                "category": "product_version",
                "branches": [
                  {
                    "name": "3.6.0E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.0E",
                      "product_id": "CSAFPID-206172"
                    }
                  },
                  {
                    "name": "3.6.1E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.1E",
                      "product_id": "CSAFPID-206173"
                    }
                  },
                  {
                    "name": "3.6.0bE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.0bE",
                      "product_id": "CSAFPID-210074"
                    }
                  },
                  {
                    "name": "3.6.2E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.2E",
                      "product_id": "CSAFPID-210264"
                    }
                  },
                  {
                    "name": "3.6.3E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.3E",
                      "product_id": "CSAFPID-212674"
                    }
                  },
                  {
                    "name": "3.6.4E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.4E",
                      "product_id": "CSAFPID-213790"
                    }
                  },
                  {
                    "name": "3.6.5E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.5E",
                      "product_id": "CSAFPID-217279"
                    }
                  },
                  {
                    "name": "3.6.6E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.6E",
                      "product_id": "CSAFPID-220357"
                    }
                  },
                  {
                    "name": "3.6.5aE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.5aE",
                      "product_id": "CSAFPID-221108"
                    }
                  },
                  {
                    "name": "3.6.5bE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.5bE",
                      "product_id": "CSAFPID-222435"
                    }
                  },
                  {
                    "name": "3.6.7E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.7E",
                      "product_id": "CSAFPID-224840"
                    }
                  },
                  {
                    "name": "3.6.8E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.8E",
                      "product_id": "CSAFPID-229136"
                    }
                  },
                  {
                    "name": "3.6.7aE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.7aE",
                      "product_id": "CSAFPID-230240"
                    }
                  },
                  {
                    "name": "3.6.7bE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.7bE",
                      "product_id": "CSAFPID-230998"
                    }
                  },
                  {
                    "name": "3.6.9E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.9E",
                      "product_id": "CSAFPID-232766"
                    }
                  },
                  {
                    "name": "3.6.9aE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.6.9aE",
                      "product_id": "CSAFPID-247573"
                    }
                  }
                ]
              },
              {
                "name": "3.7E",
                "category": "product_version",
                "branches": [
                  {
                    "name": "3.7.0E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.7.0E",
                      "product_id": "CSAFPID-206211"
                    }
                  },
                  {
                    "name": "3.7.1E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.7.1E",
                      "product_id": "CSAFPID-210076"
                    }
                  },
                  {
                    "name": "3.7.2E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.7.2E",
                      "product_id": "CSAFPID-210077"
                    }
                  },
                  {
                    "name": "3.7.3E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.7.3E",
                      "product_id": "CSAFPID-213797"
                    }
                  }
                ]
              },
              {
                "name": "3.8E",
                "category": "product_version",
                "branches": [
                  {
                    "name": "3.8.0E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.0E",
                      "product_id": "CSAFPID-213811"
                    }
                  },
                  {
                    "name": "3.8.1E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.1E",
                      "product_id": "CSAFPID-213812"
                    }
                  },
                  {
                    "name": "3.8.2E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.2E",
                      "product_id": "CSAFPID-217283"
                    }
                  },
                  {
                    "name": "3.8.3E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.3E",
                      "product_id": "CSAFPID-220489"
                    }
                  },
                  {
                    "name": "3.8.4E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.4E",
                      "product_id": "CSAFPID-222695"
                    }
                  },
                  {
                    "name": "3.8.5E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.5E",
                      "product_id": "CSAFPID-226331"
                    }
                  },
                  {
                    "name": "3.8.5aE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.5aE",
                      "product_id": "CSAFPID-231004"
                    }
                  },
                  {
                    "name": "3.8.6E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.6E",
                      "product_id": "CSAFPID-231472"
                    }
                  },
                  {
                    "name": "3.8.7E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.8.7E",
                      "product_id": "CSAFPID-239007"
                    }
                  }
                ]
              },
              {
                "name": "3.9E",
                "category": "product_version",
                "branches": [
                  {
                    "name": "3.9.0E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.9.0E",
                      "product_id": "CSAFPID-217282"
                    }
                  },
                  {
                    "name": "3.9.1E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.9.1E",
                      "product_id": "CSAFPID-222483"
                    }
                  },
                  {
                    "name": "3.9.2E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.9.2E",
                      "product_id": "CSAFPID-226158"
                    }
                  },
                  {
                    "name": "3.9.2bE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.9.2bE",
                      "product_id": "CSAFPID-227755"
                    }
                  }
                ]
              },
              {
                "name": "16.6",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.6.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.1",
                      "product_id": "CSAFPID-218901"
                    }
                  },
                  {
                    "name": "16.6.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.2",
                      "product_id": "CSAFPID-228706"
                    }
                  },
                  {
                    "name": "16.6.3",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.3",
                      "product_id": "CSAFPID-231682"
                    }
                  },
                  {
                    "name": "16.6.4",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.4",
                      "product_id": "CSAFPID-233155"
                    }
                  },
                  {
                    "name": "16.6.5",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.5",
                      "product_id": "CSAFPID-241736"
                    }
                  },
                  {
                    "name": "16.6.4s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.4s",
                      "product_id": "CSAFPID-244900"
                    }
                  },
                  {
                    "name": "16.6.4a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.4a",
                      "product_id": "CSAFPID-247629"
                    }
                  },
                  {
                    "name": "16.6.5a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.5a",
                      "product_id": "CSAFPID-252235"
                    }
                  },
                  {
                    "name": "16.6.5b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.5b",
                      "product_id": "CSAFPID-258170"
                    }
                  },
                  {
                    "name": "16.6.7",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.7",
                      "product_id": "CSAFPID-261241"
                    }
                  },
                  {
                    "name": "16.6.7a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.7a",
                      "product_id": "CSAFPID-270097"
                    }
                  },
                  {
                    "name": "16.6.8",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.8",
                      "product_id": "CSAFPID-277148"
                    }
                  },
                  {
                    "name": "16.6.9",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.9",
                      "product_id": "CSAFPID-280801"
                    }
                  },
                  {
                    "name": "16.6.10",
                    "category": "service_pack",
                    "product": {
                      "name": "16.6.10",
                      "product_id": "CSAFPID-283835"
                    }
                  }
                ]
              },
              {
                "name": "16.7",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.7.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.1",
                      "product_id": "CSAFPID-218903"
                    }
                  },
                  {
                    "name": "16.7.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.1a",
                      "product_id": "CSAFPID-231389"
                    }
                  },
                  {
                    "name": "16.7.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.1b",
                      "product_id": "CSAFPID-232767"
                    }
                  },
                  {
                    "name": "16.7.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.2",
                      "product_id": "CSAFPID-236837"
                    }
                  },
                  {
                    "name": "16.7.3",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.3",
                      "product_id": "CSAFPID-244070"
                    }
                  },
                  {
                    "name": "16.7.4",
                    "category": "service_pack",
                    "product": {
                      "name": "16.7.4",
                      "product_id": "CSAFPID-258388"
                    }
                  }
                ]
              },
              {
                "name": "16.8",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.8.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1",
                      "product_id": "CSAFPID-218905"
                    }
                  },
                  {
                    "name": "16.8.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1a",
                      "product_id": "CSAFPID-235307"
                    }
                  },
                  {
                    "name": "16.8.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1s",
                      "product_id": "CSAFPID-236834"
                    }
                  },
                  {
                    "name": "16.8.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1c",
                      "product_id": "CSAFPID-237460"
                    }
                  },
                  {
                    "name": "16.8.1d",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1d",
                      "product_id": "CSAFPID-242834"
                    }
                  },
                  {
                    "name": "16.8.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.2",
                      "product_id": "CSAFPID-244071"
                    }
                  },
                  {
                    "name": "16.8.1e",
                    "category": "service_pack",
                    "product": {
                      "name": "16.8.1e",
                      "product_id": "CSAFPID-249171"
                    }
                  }
                ]
              },
              {
                "name": "16.9",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.9.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.1",
                      "product_id": "CSAFPID-225856"
                    }
                  },
                  {
                    "name": "16.9.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.2",
                      "product_id": "CSAFPID-232008"
                    }
                  },
                  {
                    "name": "16.9.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.1a",
                      "product_id": "CSAFPID-242308"
                    }
                  },
                  {
                    "name": "16.9.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.1s",
                      "product_id": "CSAFPID-244530"
                    }
                  },
                  {
                    "name": "16.9.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.1c",
                      "product_id": "CSAFPID-245375"
                    }
                  },
                  {
                    "name": "16.9.1d",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.1d",
                      "product_id": "CSAFPID-248242"
                    }
                  },
                  {
                    "name": "16.9.3",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.3",
                      "product_id": "CSAFPID-251075"
                    }
                  },
                  {
                    "name": "16.9.2s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.2s",
                      "product_id": "CSAFPID-252272"
                    }
                  },
                  {
                    "name": "16.9.3h",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.3h",
                      "product_id": "CSAFPID-258229"
                    }
                  },
                  {
                    "name": "16.9.4",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.4",
                      "product_id": "CSAFPID-262390"
                    }
                  },
                  {
                    "name": "16.9.3s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.3s",
                      "product_id": "CSAFPID-262549"
                    }
                  },
                  {
                    "name": "16.9.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.3a",
                      "product_id": "CSAFPID-263804"
                    }
                  },
                  {
                    "name": "16.9.4c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.4c",
                      "product_id": "CSAFPID-268921"
                    }
                  },
                  {
                    "name": "16.9.5",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.5",
                      "product_id": "CSAFPID-271798"
                    }
                  },
                  {
                    "name": "16.9.5f",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.5f",
                      "product_id": "CSAFPID-276837"
                    }
                  },
                  {
                    "name": "16.9.6",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.6",
                      "product_id": "CSAFPID-277945"
                    }
                  },
                  {
                    "name": "16.9.7",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.7",
                      "product_id": "CSAFPID-280651"
                    }
                  },
                  {
                    "name": "16.9.8",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.8",
                      "product_id": "CSAFPID-280938"
                    }
                  },
                  {
                    "name": "16.9.8a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.8a",
                      "product_id": "CSAFPID-290562"
                    }
                  },
                  {
                    "name": "16.9.8b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.9.8b",
                      "product_id": "CSAFPID-290669"
                    }
                  }
                ]
              },
              {
                "name": "16.10",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.10.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1",
                      "product_id": "CSAFPID-225858"
                    }
                  },
                  {
                    "name": "16.10.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1a",
                      "product_id": "CSAFPID-250629"
                    }
                  },
                  {
                    "name": "16.10.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1b",
                      "product_id": "CSAFPID-252045"
                    }
                  },
                  {
                    "name": "16.10.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1s",
                      "product_id": "CSAFPID-252913"
                    }
                  },
                  {
                    "name": "16.10.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1c",
                      "product_id": "CSAFPID-254688"
                    }
                  },
                  {
                    "name": "16.10.1e",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1e",
                      "product_id": "CSAFPID-257955"
                    }
                  },
                  {
                    "name": "16.10.1d",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1d",
                      "product_id": "CSAFPID-258900"
                    }
                  },
                  {
                    "name": "16.10.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.2",
                      "product_id": "CSAFPID-260917"
                    }
                  },
                  {
                    "name": "16.10.1f",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1f",
                      "product_id": "CSAFPID-262595"
                    }
                  },
                  {
                    "name": "16.10.1g",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.1g",
                      "product_id": "CSAFPID-266259"
                    }
                  },
                  {
                    "name": "16.10.3",
                    "category": "service_pack",
                    "product": {
                      "name": "16.10.3",
                      "product_id": "CSAFPID-273112"
                    }
                  }
                ]
              },
              {
                "name": "3.10E",
                "category": "product_version",
                "branches": [
                  {
                    "name": "3.10.0E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.0E",
                      "product_id": "CSAFPID-227555"
                    }
                  },
                  {
                    "name": "3.10.1E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.1E",
                      "product_id": "CSAFPID-228689"
                    }
                  },
                  {
                    "name": "3.10.0cE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.0cE",
                      "product_id": "CSAFPID-231246"
                    }
                  },
                  {
                    "name": "3.10.2E",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.2E",
                      "product_id": "CSAFPID-232009"
                    }
                  },
                  {
                    "name": "3.10.1aE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.1aE",
                      "product_id": "CSAFPID-239000"
                    }
                  },
                  {
                    "name": "3.10.1sE",
                    "category": "service_pack",
                    "product": {
                      "name": "3.10.1sE",
                      "product_id": "CSAFPID-240187"
                    }
                  }
                ]
              },
              {
                "name": "16.11",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.11.1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.1",
                      "product_id": "CSAFPID-227918"
                    }
                  },
                  {
                    "name": "16.11.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.1a",
                      "product_id": "CSAFPID-252271"
                    }
                  },
                  {
                    "name": "16.11.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.1b",
                      "product_id": "CSAFPID-260741"
                    }
                  },
                  {
                    "name": "16.11.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.2",
                      "product_id": "CSAFPID-261240"
                    }
                  },
                  {
                    "name": "16.11.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.1s",
                      "product_id": "CSAFPID-261465"
                    }
                  },
                  {
                    "name": "16.11.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.11.1c",
                      "product_id": "CSAFPID-264096"
                    }
                  }
                ]
              },
              {
                "name": "16.12",
                "category": "product_version",
                "branches": [
                  {
                    "name": "16.12.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1s",
                      "product_id": "CSAFPID-265735"
                    }
                  },
                  {
                    "name": "16.12.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1a",
                      "product_id": "CSAFPID-265841"
                    }
                  },
                  {
                    "name": "16.12.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1c",
                      "product_id": "CSAFPID-267110"
                    }
                  },
                  {
                    "name": "16.12.1w",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1w",
                      "product_id": "CSAFPID-267240"
                    }
                  },
                  {
                    "name": "16.12.2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.2",
                      "product_id": "CSAFPID-267605"
                    }
                  },
                  {
                    "name": "16.12.1y",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1y",
                      "product_id": "CSAFPID-271938"
                    }
                  },
                  {
                    "name": "16.12.2a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.2a",
                      "product_id": "CSAFPID-272047"
                    }
                  },
                  {
                    "name": "16.12.3",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.3",
                      "product_id": "CSAFPID-273445"
                    }
                  },
                  {
                    "name": "16.12.8",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.8",
                      "product_id": "CSAFPID-273448"
                    }
                  },
                  {
                    "name": "16.12.2s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.2s",
                      "product_id": "CSAFPID-273509"
                    }
                  },
                  {
                    "name": "16.12.1x",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1x",
                      "product_id": "CSAFPID-273649"
                    }
                  },
                  {
                    "name": "16.12.1t",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1t",
                      "product_id": "CSAFPID-274832"
                    }
                  },
                  {
                    "name": "16.12.2t",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.2t",
                      "product_id": "CSAFPID-275538"
                    }
                  },
                  {
                    "name": "16.12.4",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.4",
                      "product_id": "CSAFPID-277147"
                    }
                  },
                  {
                    "name": "16.12.3s",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.3s",
                      "product_id": "CSAFPID-277255"
                    }
                  },
                  {
                    "name": "16.12.1z",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1z",
                      "product_id": "CSAFPID-277256"
                    }
                  },
                  {
                    "name": "16.12.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.3a",
                      "product_id": "CSAFPID-277321"
                    }
                  },
                  {
                    "name": "16.12.4a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.4a",
                      "product_id": "CSAFPID-278881"
                    }
                  },
                  {
                    "name": "16.12.5",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.5",
                      "product_id": "CSAFPID-280463"
                    }
                  },
                  {
                    "name": "16.12.6",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.6",
                      "product_id": "CSAFPID-280937"
                    }
                  },
                  {
                    "name": "16.12.1z1",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1z1",
                      "product_id": "CSAFPID-281320"
                    }
                  },
                  {
                    "name": "16.12.5a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.5a",
                      "product_id": "CSAFPID-281438"
                    }
                  },
                  {
                    "name": "16.12.5b",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.5b",
                      "product_id": "CSAFPID-281654"
                    }
                  },
                  {
                    "name": "16.12.1z2",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.1z2",
                      "product_id": "CSAFPID-283831"
                    }
                  },
                  {
                    "name": "16.12.6a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.6a",
                      "product_id": "CSAFPID-285325"
                    }
                  },
                  {
                    "name": "16.12.7",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.7",
                      "product_id": "CSAFPID-286031"
                    }
                  },
                  {
                    "name": "16.12.9",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.9",
                      "product_id": "CSAFPID-292510"
                    }
                  },
                  {
                    "name": "16.12.10",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.10",
                      "product_id": "CSAFPID-295421"
                    }
                  },
                  {
                    "name": "16.12.10a",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.10a",
                      "product_id": "CSAFPID-300877"
                    }
                  },
                  {
                    "name": "16.12.11",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.11",
                      "product_id": "CSAFPID-300935"
                    }
                  },
                  {
                    "name": "16.12.12",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.12",
                      "product_id": "CSAFPID-301728"
                    }
                  },
                  {
                    "name": "16.12.13",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.13",
                      "product_id": "CSAFPID-303041"
                    }
                  },
                  {
                    "name": "16.12.14",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.14",
                      "product_id": "CSAFPID-305303"
                    }
                  },
                  {
                    "name": "16.12.15",
                    "category": "service_pack",
                    "product": {
                      "name": "16.12.15",
                      "product_id": "CSAFPID-306824"
                    }
                  }
                ]
              },
              {
                "name": "17.1",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.1.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.1.1a",
                      "product_id": "CSAFPID-272932"
                    }
                  },
                  {
                    "name": "17.1.1s",
                    "category": "service_pack",
                    "product": {
                      "name": "17.1.1s",
                      "product_id": "CSAFPID-274818"
                    }
                  },
                  {
                    "name": "17.1.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.1.2",
                      "product_id": "CSAFPID-277338"
                    }
                  },
                  {
                    "name": "17.1.1t",
                    "category": "service_pack",
                    "product": {
                      "name": "17.1.1t",
                      "product_id": "CSAFPID-277348"
                    }
                  },
                  {
                    "name": "17.1.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.1.3",
                      "product_id": "CSAFPID-280652"
                    }
                  }
                ]
              },
              {
                "name": "17.2",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.2.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.1",
                      "product_id": "CSAFPID-251225"
                    }
                  },
                  {
                    "name": "17.2.1r",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.1r",
                      "product_id": "CSAFPID-277194"
                    }
                  },
                  {
                    "name": "17.2.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.1a",
                      "product_id": "CSAFPID-277343"
                    }
                  },
                  {
                    "name": "17.2.1v",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.1v",
                      "product_id": "CSAFPID-278002"
                    }
                  },
                  {
                    "name": "17.2.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.2",
                      "product_id": "CSAFPID-278504"
                    }
                  },
                  {
                    "name": "17.2.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.2.3",
                      "product_id": "CSAFPID-280939"
                    }
                  }
                ]
              },
              {
                "name": "17.3",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.3.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.1",
                      "product_id": "CSAFPID-254712"
                    }
                  },
                  {
                    "name": "17.3.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.2",
                      "product_id": "CSAFPID-277099"
                    }
                  },
                  {
                    "name": "17.3.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.3",
                      "product_id": "CSAFPID-278019"
                    }
                  },
                  {
                    "name": "17.3.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.1a",
                      "product_id": "CSAFPID-279338"
                    }
                  },
                  {
                    "name": "17.3.1w",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.1w",
                      "product_id": "CSAFPID-279339"
                    }
                  },
                  {
                    "name": "17.3.2a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.2a",
                      "product_id": "CSAFPID-280555"
                    }
                  },
                  {
                    "name": "17.3.1x",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.1x",
                      "product_id": "CSAFPID-280783"
                    }
                  },
                  {
                    "name": "17.3.1z",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.1z",
                      "product_id": "CSAFPID-281331"
                    }
                  },
                  {
                    "name": "17.3.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.3a",
                      "product_id": "CSAFPID-282017"
                    }
                  },
                  {
                    "name": "17.3.4",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.4",
                      "product_id": "CSAFPID-282028"
                    }
                  },
                  {
                    "name": "17.3.5",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.5",
                      "product_id": "CSAFPID-282115"
                    }
                  },
                  {
                    "name": "17.3.4a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.4a",
                      "product_id": "CSAFPID-284178"
                    }
                  },
                  {
                    "name": "17.3.6",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.6",
                      "product_id": "CSAFPID-284331"
                    }
                  },
                  {
                    "name": "17.3.4b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.4b",
                      "product_id": "CSAFPID-285326"
                    }
                  },
                  {
                    "name": "17.3.4c",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.4c",
                      "product_id": "CSAFPID-285327"
                    }
                  },
                  {
                    "name": "17.3.5a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.5a",
                      "product_id": "CSAFPID-286498"
                    }
                  },
                  {
                    "name": "17.3.5b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.5b",
                      "product_id": "CSAFPID-287125"
                    }
                  },
                  {
                    "name": "17.3.7",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.7",
                      "product_id": "CSAFPID-290671"
                    }
                  },
                  {
                    "name": "17.3.8",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.8",
                      "product_id": "CSAFPID-295398"
                    }
                  },
                  {
                    "name": "17.3.8a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.3.8a",
                      "product_id": "CSAFPID-300847"
                    }
                  }
                ]
              },
              {
                "name": "17.4",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.4.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.1",
                      "product_id": "CSAFPID-262588"
                    }
                  },
                  {
                    "name": "17.4.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.2",
                      "product_id": "CSAFPID-278020"
                    }
                  },
                  {
                    "name": "17.4.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.1a",
                      "product_id": "CSAFPID-280770"
                    }
                  },
                  {
                    "name": "17.4.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.1b",
                      "product_id": "CSAFPID-280899"
                    }
                  },
                  {
                    "name": "17.4.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.1c",
                      "product_id": "CSAFPID-282116"
                    }
                  },
                  {
                    "name": "17.4.2a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.4.2a",
                      "product_id": "CSAFPID-285328"
                    }
                  }
                ]
              },
              {
                "name": "17.5",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.5.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.5.1",
                      "product_id": "CSAFPID-262590"
                    }
                  },
                  {
                    "name": "17.5.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.5.1a",
                      "product_id": "CSAFPID-282046"
                    }
                  },
                  {
                    "name": "17.5.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.5.1b",
                      "product_id": "CSAFPID-290596"
                    }
                  },
                  {
                    "name": "17.5.1c",
                    "category": "service_pack",
                    "product": {
                      "name": "17.5.1c",
                      "product_id": "CSAFPID-292698"
                    }
                  }
                ]
              },
              {
                "name": "17.6",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.6.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1",
                      "product_id": "CSAFPID-262592"
                    }
                  },
                  {
                    "name": "17.6.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.2",
                      "product_id": "CSAFPID-282117"
                    }
                  },
                  {
                    "name": "17.6.1w",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1w",
                      "product_id": "CSAFPID-284161"
                    }
                  },
                  {
                    "name": "17.6.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1a",
                      "product_id": "CSAFPID-284179"
                    }
                  },
                  {
                    "name": "17.6.1x",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1x",
                      "product_id": "CSAFPID-284740"
                    }
                  },
                  {
                    "name": "17.6.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.3",
                      "product_id": "CSAFPID-286409"
                    }
                  },
                  {
                    "name": "17.6.1y",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1y",
                      "product_id": "CSAFPID-286477"
                    }
                  },
                  {
                    "name": "17.6.1z",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1z",
                      "product_id": "CSAFPID-286544"
                    }
                  },
                  {
                    "name": "17.6.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.3a",
                      "product_id": "CSAFPID-286594"
                    }
                  },
                  {
                    "name": "17.6.4",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.4",
                      "product_id": "CSAFPID-287087"
                    }
                  },
                  {
                    "name": "17.6.1z1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.1z1",
                      "product_id": "CSAFPID-290565"
                    }
                  },
                  {
                    "name": "17.6.5",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.5",
                      "product_id": "CSAFPID-290660"
                    }
                  },
                  {
                    "name": "17.6.6",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.6",
                      "product_id": "CSAFPID-292656"
                    }
                  },
                  {
                    "name": "17.6.6a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.6a",
                      "product_id": "CSAFPID-300848"
                    }
                  },
                  {
                    "name": "17.6.5a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.5a",
                      "product_id": "CSAFPID-300850"
                    }
                  },
                  {
                    "name": "17.6.7",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.7",
                      "product_id": "CSAFPID-300851"
                    }
                  },
                  {
                    "name": "17.6.8",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.8",
                      "product_id": "CSAFPID-301722"
                    }
                  },
                  {
                    "name": "17.6.8a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.6.8a",
                      "product_id": "CSAFPID-302974"
                    }
                  }
                ]
              },
              {
                "name": "17.7",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.7.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.7.1",
                      "product_id": "CSAFPID-277357"
                    }
                  },
                  {
                    "name": "17.7.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.7.1a",
                      "product_id": "CSAFPID-285329"
                    }
                  },
                  {
                    "name": "17.7.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.7.1b",
                      "product_id": "CSAFPID-286410"
                    }
                  },
                  {
                    "name": "17.7.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.7.2",
                      "product_id": "CSAFPID-286534"
                    }
                  }
                ]
              },
              {
                "name": "17.10",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.10.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.10.1",
                      "product_id": "CSAFPID-278018"
                    }
                  },
                  {
                    "name": "17.10.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.10.1a",
                      "product_id": "CSAFPID-290580"
                    }
                  },
                  {
                    "name": "17.10.1b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.10.1b",
                      "product_id": "CSAFPID-292650"
                    }
                  }
                ]
              },
              {
                "name": "17.8",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.8.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.8.1",
                      "product_id": "CSAFPID-278023"
                    }
                  },
                  {
                    "name": "17.8.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.8.1a",
                      "product_id": "CSAFPID-286486"
                    }
                  }
                ]
              },
              {
                "name": "17.9",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.9.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1",
                      "product_id": "CSAFPID-278025"
                    }
                  },
                  {
                    "name": "17.9.1w",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1w",
                      "product_id": "CSAFPID-286802"
                    }
                  },
                  {
                    "name": "17.9.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.2",
                      "product_id": "CSAFPID-288221"
                    }
                  },
                  {
                    "name": "17.9.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1a",
                      "product_id": "CSAFPID-288247"
                    }
                  },
                  {
                    "name": "17.9.1x",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1x",
                      "product_id": "CSAFPID-289372"
                    }
                  },
                  {
                    "name": "17.9.1y",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1y",
                      "product_id": "CSAFPID-290673"
                    }
                  },
                  {
                    "name": "17.9.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.3",
                      "product_id": "CSAFPID-290674"
                    }
                  },
                  {
                    "name": "17.9.2a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.2a",
                      "product_id": "CSAFPID-290675"
                    }
                  },
                  {
                    "name": "17.9.1x1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1x1",
                      "product_id": "CSAFPID-292876"
                    }
                  },
                  {
                    "name": "17.9.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.3a",
                      "product_id": "CSAFPID-295198"
                    }
                  },
                  {
                    "name": "17.9.4",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.4",
                      "product_id": "CSAFPID-295412"
                    }
                  },
                  {
                    "name": "17.9.1y1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.1y1",
                      "product_id": "CSAFPID-299967"
                    }
                  },
                  {
                    "name": "17.9.5",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5",
                      "product_id": "CSAFPID-300263"
                    }
                  },
                  {
                    "name": "17.9.4a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.4a",
                      "product_id": "CSAFPID-300845"
                    }
                  },
                  {
                    "name": "17.9.5a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5a",
                      "product_id": "CSAFPID-301278"
                    }
                  },
                  {
                    "name": "17.9.5b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5b",
                      "product_id": "CSAFPID-301619"
                    }
                  },
                  {
                    "name": "17.9.6",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.6",
                      "product_id": "CSAFPID-301723"
                    }
                  },
                  {
                    "name": "17.9.5c",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5c",
                      "product_id": "CSAFPID-302644"
                    }
                  },
                  {
                    "name": "17.9.5d",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5d",
                      "product_id": "CSAFPID-302784"
                    }
                  },
                  {
                    "name": "17.9.6a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.6a",
                      "product_id": "CSAFPID-302891"
                    }
                  },
                  {
                    "name": "17.9.6b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.6b",
                      "product_id": "CSAFPID-303015"
                    }
                  },
                  {
                    "name": "17.9.7",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.7",
                      "product_id": "CSAFPID-303042"
                    }
                  },
                  {
                    "name": "17.9.5e",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5e",
                      "product_id": "CSAFPID-303047"
                    }
                  },
                  {
                    "name": "17.9.5f",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.5f",
                      "product_id": "CSAFPID-303316"
                    }
                  },
                  {
                    "name": "17.9.8",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.8",
                      "product_id": "CSAFPID-304035"
                    }
                  },
                  {
                    "name": "17.9.7a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.7a",
                      "product_id": "CSAFPID-304070"
                    }
                  },
                  {
                    "name": "17.9.7b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.7b",
                      "product_id": "CSAFPID-306388"
                    }
                  },
                  {
                    "name": "17.9.9",
                    "category": "service_pack",
                    "product": {
                      "name": "17.9.9",
                      "product_id": "CSAFPID-306668"
                    }
                  }
                ]
              },
              {
                "name": "17.11",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.11.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.11.1",
                      "product_id": "CSAFPID-286799"
                    }
                  },
                  {
                    "name": "17.11.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.11.1a",
                      "product_id": "CSAFPID-294838"
                    }
                  }
                ]
              },
              {
                "name": "17.12",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.12.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1",
                      "product_id": "CSAFPID-286801"
                    }
                  },
                  {
                    "name": "17.12.1w",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1w",
                      "product_id": "CSAFPID-296763"
                    }
                  },
                  {
                    "name": "17.12.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1a",
                      "product_id": "CSAFPID-300012"
                    }
                  },
                  {
                    "name": "17.12.1x",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1x",
                      "product_id": "CSAFPID-300823"
                    }
                  },
                  {
                    "name": "17.12.2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.2",
                      "product_id": "CSAFPID-300834"
                    }
                  },
                  {
                    "name": "17.12.3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.3",
                      "product_id": "CSAFPID-300936"
                    }
                  },
                  {
                    "name": "17.12.2a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.2a",
                      "product_id": "CSAFPID-300948"
                    }
                  },
                  {
                    "name": "17.12.1y",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1y",
                      "product_id": "CSAFPID-301162"
                    }
                  },
                  {
                    "name": "17.12.1z",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z",
                      "product_id": "CSAFPID-301254"
                    }
                  },
                  {
                    "name": "17.12.4",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.4",
                      "product_id": "CSAFPID-301716"
                    }
                  },
                  {
                    "name": "17.12.3a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.3a",
                      "product_id": "CSAFPID-302628"
                    }
                  },
                  {
                    "name": "17.12.1z1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z1",
                      "product_id": "CSAFPID-302758"
                    }
                  },
                  {
                    "name": "17.12.1z2",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z2",
                      "product_id": "CSAFPID-302964"
                    }
                  },
                  {
                    "name": "17.12.4a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.4a",
                      "product_id": "CSAFPID-303024"
                    }
                  },
                  {
                    "name": "17.12.5",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.5",
                      "product_id": "CSAFPID-303034"
                    }
                  },
                  {
                    "name": "17.12.4b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.4b",
                      "product_id": "CSAFPID-303308"
                    }
                  },
                  {
                    "name": "17.12.1z3",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z3",
                      "product_id": "CSAFPID-303324"
                    }
                  },
                  {
                    "name": "17.12.1z4",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z4",
                      "product_id": "CSAFPID-303470"
                    }
                  },
                  {
                    "name": "17.12.6",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.6",
                      "product_id": "CSAFPID-303471"
                    }
                  },
                  {
                    "name": "17.12.5b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.5b",
                      "product_id": "CSAFPID-305276"
                    }
                  },
                  {
                    "name": "17.12.5c",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.5c",
                      "product_id": "CSAFPID-306389"
                    }
                  },
                  {
                    "name": "17.12.6a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.6a",
                      "product_id": "CSAFPID-306611"
                    }
                  },
                  {
                    "name": "17.12.7",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.7",
                      "product_id": "CSAFPID-306635"
                    }
                  },
                  {
                    "name": "17.12.5d",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.5d",
                      "product_id": "CSAFPID-306804"
                    }
                  },
                  {
                    "name": "17.12.1z5",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z5",
                      "product_id": "CSAFPID-306815"
                    }
                  },
                  {
                    "name": "17.12.1z6",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.1z6",
                      "product_id": "CSAFPID-306849"
                    }
                  },
                  {
                    "name": "17.12.6b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.6b",
                      "product_id": "CSAFPID-306957"
                    }
                  },
                  {
                    "name": "17.12.7a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.7a",
                      "product_id": "CSAFPID-307272"
                    }
                  },
                  {
                    "name": "17.12.7b",
                    "category": "service_pack",
                    "product": {
                      "name": "17.12.7b",
                      "product_id": "CSAFPID-307313"
                    }
                  }
                ]
              },
              {
                "name": "17.13",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.13.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.13.1",
                      "product_id": "CSAFPID-295359"
                    }
                  },
                  {
                    "name": "17.13.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.13.1a",
                      "product_id": "CSAFPID-300947"
                    }
                  }
                ]
              },
              {
                "name": "17.14",
                "category": "product_version",
                "branches": [
                  {
                    "name": "17.14.1",
                    "category": "service_pack",
                    "product": {
                      "name": "17.14.1",
                      "product_id": "CSAFPID-295361"
                    }
                  },
                  {
                    "name": "17.14.1a",
                    "category": "service_pack",
                    "product": {
                      "name": "17.14.1a",
                      "product_id": "CSAFPID-301611"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2019-1750",
      "ids": [
        {
          "system_name": "Cisco Bug ID",
          "text": "CSCvk24566"
        }
      ],
      "notes": [
        {
          "category": "other",
          "title": "Affected Product Comprehensiveness",
          "text": "Complete."
        }
      ],
      "product_status": {
        "known_affected": [
          "CSAFPID-206172",
          "CSAFPID-206173",
          "CSAFPID-206211",
          "CSAFPID-210074",
          "CSAFPID-210076",
          "CSAFPID-210077",
          "CSAFPID-210264",
          "CSAFPID-212674",
          "CSAFPID-213790",
          "CSAFPID-213797",
          "CSAFPID-213811",
          "CSAFPID-213812",
          "CSAFPID-217279",
          "CSAFPID-217282",
          "CSAFPID-217283",
          "CSAFPID-218901",
          "CSAFPID-218903",
          "CSAFPID-218905",
          "CSAFPID-220357",
          "CSAFPID-220489",
          "CSAFPID-221108",
          "CSAFPID-222435",
          "CSAFPID-222483",
          "CSAFPID-222695",
          "CSAFPID-224840",
          "CSAFPID-225856",
          "CSAFPID-225858",
          "CSAFPID-226158",
          "CSAFPID-226331",
          "CSAFPID-227555",
          "CSAFPID-227755",
          "CSAFPID-227918",
          "CSAFPID-228689",
          "CSAFPID-228706",
          "CSAFPID-229136",
          "CSAFPID-230240",
          "CSAFPID-230998",
          "CSAFPID-231004",
          "CSAFPID-231246",
          "CSAFPID-231389",
          "CSAFPID-231472",
          "CSAFPID-231682",
          "CSAFPID-232008",
          "CSAFPID-232009",
          "CSAFPID-232766",
          "CSAFPID-232767",
          "CSAFPID-233155",
          "CSAFPID-235307",
          "CSAFPID-236834",
          "CSAFPID-236837",
          "CSAFPID-237460",
          "CSAFPID-239000",
          "CSAFPID-239007",
          "CSAFPID-240187",
          "CSAFPID-241736",
          "CSAFPID-242308",
          "CSAFPID-242834",
          "CSAFPID-244070",
          "CSAFPID-244071",
          "CSAFPID-244530",
          "CSAFPID-244900",
          "CSAFPID-245375",
          "CSAFPID-247573",
          "CSAFPID-247629",
          "CSAFPID-248242",
          "CSAFPID-249171",
          "CSAFPID-250629",
          "CSAFPID-251075",
          "CSAFPID-251225",
          "CSAFPID-252045",
          "CSAFPID-252235",
          "CSAFPID-252271",
          "CSAFPID-252272",
          "CSAFPID-252913",
          "CSAFPID-254688",
          "CSAFPID-254712",
          "CSAFPID-257955",
          "CSAFPID-258170",
          "CSAFPID-258229",
          "CSAFPID-258388",
          "CSAFPID-258900",
          "CSAFPID-260741",
          "CSAFPID-260917",
          "CSAFPID-261240",
          "CSAFPID-261241",
          "CSAFPID-261465",
          "CSAFPID-262390",
          "CSAFPID-262549",
          "CSAFPID-262588",
          "CSAFPID-262590",
          "CSAFPID-262592",
          "CSAFPID-262595",
          "CSAFPID-263804",
          "CSAFPID-264096",
          "CSAFPID-265735",
          "CSAFPID-265841",
          "CSAFPID-266259",
          "CSAFPID-267110",
          "CSAFPID-267240",
          "CSAFPID-267605",
          "CSAFPID-268921",
          "CSAFPID-270097",
          "CSAFPID-271798",
          "CSAFPID-271938",
          "CSAFPID-272047",
          "CSAFPID-272932",
          "CSAFPID-273112",
          "CSAFPID-273445",
          "CSAFPID-273448",
          "CSAFPID-273509",
          "CSAFPID-273649",
          "CSAFPID-274818",
          "CSAFPID-274832",
          "CSAFPID-275538",
          "CSAFPID-276837",
          "CSAFPID-277099",
          "CSAFPID-277147",
          "CSAFPID-277148",
          "CSAFPID-277194",
          "CSAFPID-277255",
          "CSAFPID-277256",
          "CSAFPID-277321",
          "CSAFPID-277338",
          "CSAFPID-277343",
          "CSAFPID-277348",
          "CSAFPID-277357",
          "CSAFPID-277945",
          "CSAFPID-278002",
          "CSAFPID-278018",
          "CSAFPID-278019",
          "CSAFPID-278020",
          "CSAFPID-278023",
          "CSAFPID-278025",
          "CSAFPID-278504",
          "CSAFPID-278881",
          "CSAFPID-279338",
          "CSAFPID-279339",
          "CSAFPID-280463",
          "CSAFPID-280555",
          "CSAFPID-280651",
          "CSAFPID-280652",
          "CSAFPID-280770",
          "CSAFPID-280783",
          "CSAFPID-280801",
          "CSAFPID-280899",
          "CSAFPID-280937",
          "CSAFPID-280938",
          "CSAFPID-280939",
          "CSAFPID-281320",
          "CSAFPID-281331",
          "CSAFPID-281438",
          "CSAFPID-281654",
          "CSAFPID-282017",
          "CSAFPID-282028",
          "CSAFPID-282046",
          "CSAFPID-282115",
          "CSAFPID-282116",
          "CSAFPID-282117",
          "CSAFPID-283831",
          "CSAFPID-283835",
          "CSAFPID-284161",
          "CSAFPID-284178",
          "CSAFPID-284179",
          "CSAFPID-284331",
          "CSAFPID-284740",
          "CSAFPID-285325",
          "CSAFPID-285326",
          "CSAFPID-285327",
          "CSAFPID-285328",
          "CSAFPID-285329",
          "CSAFPID-286031",
          "CSAFPID-286409",
          "CSAFPID-286410",
          "CSAFPID-286477",
          "CSAFPID-286486",
          "CSAFPID-286498",
          "CSAFPID-286534",
          "CSAFPID-286544",
          "CSAFPID-286594",
          "CSAFPID-286799",
          "CSAFPID-286801",
          "CSAFPID-286802",
          "CSAFPID-287087",
          "CSAFPID-287125",
          "CSAFPID-288221",
          "CSAFPID-288247",
          "CSAFPID-289372",
          "CSAFPID-290562",
          "CSAFPID-290565",
          "CSAFPID-290580",
          "CSAFPID-290596",
          "CSAFPID-290660",
          "CSAFPID-290669",
          "CSAFPID-290671",
          "CSAFPID-290673",
          "CSAFPID-290674",
          "CSAFPID-290675",
          "CSAFPID-292510",
          "CSAFPID-292650",
          "CSAFPID-292656",
          "CSAFPID-292698",
          "CSAFPID-292876",
          "CSAFPID-294838",
          "CSAFPID-295198",
          "CSAFPID-295359",
          "CSAFPID-295361",
          "CSAFPID-295398",
          "CSAFPID-295412",
          "CSAFPID-295421",
          "CSAFPID-296763",
          "CSAFPID-299967",
          "CSAFPID-300012",
          "CSAFPID-300263",
          "CSAFPID-300823",
          "CSAFPID-300834",
          "CSAFPID-300845",
          "CSAFPID-300847",
          "CSAFPID-300848",
          "CSAFPID-300850",
          "CSAFPID-300851",
          "CSAFPID-300877",
          "CSAFPID-300935",
          "CSAFPID-300936",
          "CSAFPID-300947",
          "CSAFPID-300948",
          "CSAFPID-301162",
          "CSAFPID-301254",
          "CSAFPID-301278",
          "CSAFPID-301611",
          "CSAFPID-301619",
          "CSAFPID-301716",
          "CSAFPID-301722",
          "CSAFPID-301723",
          "CSAFPID-301728",
          "CSAFPID-302628",
          "CSAFPID-302644",
          "CSAFPID-302758",
          "CSAFPID-302784",
          "CSAFPID-302891",
          "CSAFPID-302964",
          "CSAFPID-302974",
          "CSAFPID-303015",
          "CSAFPID-303024",
          "CSAFPID-303034",
          "CSAFPID-303041",
          "CSAFPID-303042",
          "CSAFPID-303047",
          "CSAFPID-303308",
          "CSAFPID-303316",
          "CSAFPID-303324",
          "CSAFPID-303470",
          "CSAFPID-303471",
          "CSAFPID-304035",
          "CSAFPID-304070",
          "CSAFPID-305276",
          "CSAFPID-305303",
          "CSAFPID-306388",
          "CSAFPID-306389",
          "CSAFPID-306611",
          "CSAFPID-306635",
          "CSAFPID-306668",
          "CSAFPID-306804",
          "CSAFPID-306815",
          "CSAFPID-306824",
          "CSAFPID-306849",
          "CSAFPID-306957",
          "CSAFPID-307272",
          "CSAFPID-307313"
        ]
      },
      "release_date": "2019-03-27T16:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "Cisco has released software updates that address this vulnerability.",
          "product_ids": [
            "CSAFPID-206172",
            "CSAFPID-206173",
            "CSAFPID-206211",
            "CSAFPID-210074",
            "CSAFPID-210076",
            "CSAFPID-210077",
            "CSAFPID-210264",
            "CSAFPID-212674",
            "CSAFPID-213790",
            "CSAFPID-213797",
            "CSAFPID-213811",
            "CSAFPID-213812",
            "CSAFPID-217279",
            "CSAFPID-217282",
            "CSAFPID-217283",
            "CSAFPID-218901",
            "CSAFPID-218903",
            "CSAFPID-218905",
            "CSAFPID-220357",
            "CSAFPID-220489",
            "CSAFPID-221108",
            "CSAFPID-222435",
            "CSAFPID-222483",
            "CSAFPID-222695",
            "CSAFPID-224840",
            "CSAFPID-225856",
            "CSAFPID-225858",
            "CSAFPID-226158",
            "CSAFPID-226331",
            "CSAFPID-227555",
            "CSAFPID-227755",
            "CSAFPID-227918",
            "CSAFPID-228689",
            "CSAFPID-228706",
            "CSAFPID-229136",
            "CSAFPID-230240",
            "CSAFPID-230998",
            "CSAFPID-231004",
            "CSAFPID-231246",
            "CSAFPID-231389",
            "CSAFPID-231472",
            "CSAFPID-231682",
            "CSAFPID-232008",
            "CSAFPID-232009",
            "CSAFPID-232766",
            "CSAFPID-232767",
            "CSAFPID-233155",
            "CSAFPID-235307",
            "CSAFPID-236834",
            "CSAFPID-236837",
            "CSAFPID-237460",
            "CSAFPID-239000",
            "CSAFPID-239007",
            "CSAFPID-240187",
            "CSAFPID-241736",
            "CSAFPID-242308",
            "CSAFPID-242834",
            "CSAFPID-244070",
            "CSAFPID-244071",
            "CSAFPID-244530",
            "CSAFPID-244900",
            "CSAFPID-245375",
            "CSAFPID-247573",
            "CSAFPID-247629",
            "CSAFPID-248242",
            "CSAFPID-249171",
            "CSAFPID-250629",
            "CSAFPID-251075",
            "CSAFPID-251225",
            "CSAFPID-252045",
            "CSAFPID-252235",
            "CSAFPID-252271",
            "CSAFPID-252272",
            "CSAFPID-252913",
            "CSAFPID-254688",
            "CSAFPID-254712",
            "CSAFPID-257955",
            "CSAFPID-258170",
            "CSAFPID-258229",
            "CSAFPID-258388",
            "CSAFPID-258900",
            "CSAFPID-260741",
            "CSAFPID-260917",
            "CSAFPID-261240",
            "CSAFPID-261241",
            "CSAFPID-261465",
            "CSAFPID-262390",
            "CSAFPID-262549",
            "CSAFPID-262588",
            "CSAFPID-262590",
            "CSAFPID-262592",
            "CSAFPID-262595",
            "CSAFPID-263804",
            "CSAFPID-264096",
            "CSAFPID-265735",
            "CSAFPID-265841",
            "CSAFPID-266259",
            "CSAFPID-267110",
            "CSAFPID-267240",
            "CSAFPID-267605",
            "CSAFPID-268921",
            "CSAFPID-270097",
            "CSAFPID-271798",
            "CSAFPID-271938",
            "CSAFPID-272047",
            "CSAFPID-272932",
            "CSAFPID-273112",
            "CSAFPID-273445",
            "CSAFPID-273448",
            "CSAFPID-273509",
            "CSAFPID-273649",
            "CSAFPID-274818",
            "CSAFPID-274832",
            "CSAFPID-275538",
            "CSAFPID-276837",
            "CSAFPID-277099",
            "CSAFPID-277147",
            "CSAFPID-277148",
            "CSAFPID-277194",
            "CSAFPID-277255",
            "CSAFPID-277256",
            "CSAFPID-277321",
            "CSAFPID-277338",
            "CSAFPID-277343",
            "CSAFPID-277348",
            "CSAFPID-277357",
            "CSAFPID-277945",
            "CSAFPID-278002",
            "CSAFPID-278018",
            "CSAFPID-278019",
            "CSAFPID-278020",
            "CSAFPID-278023",
            "CSAFPID-278025",
            "CSAFPID-278504",
            "CSAFPID-278881",
            "CSAFPID-279338",
            "CSAFPID-279339",
            "CSAFPID-280463",
            "CSAFPID-280555",
            "CSAFPID-280651",
            "CSAFPID-280652",
            "CSAFPID-280770",
            "CSAFPID-280783",
            "CSAFPID-280801",
            "CSAFPID-280899",
            "CSAFPID-280937",
            "CSAFPID-280938",
            "CSAFPID-280939",
            "CSAFPID-281320",
            "CSAFPID-281331",
            "CSAFPID-281438",
            "CSAFPID-281654",
            "CSAFPID-282017",
            "CSAFPID-282028",
            "CSAFPID-282046",
            "CSAFPID-282115",
            "CSAFPID-282116",
            "CSAFPID-282117",
            "CSAFPID-283831",
            "CSAFPID-283835",
            "CSAFPID-284161",
            "CSAFPID-284178",
            "CSAFPID-284179",
            "CSAFPID-284331",
            "CSAFPID-284740",
            "CSAFPID-285325",
            "CSAFPID-285326",
            "CSAFPID-285327",
            "CSAFPID-285328",
            "CSAFPID-285329",
            "CSAFPID-286031",
            "CSAFPID-286409",
            "CSAFPID-286410",
            "CSAFPID-286477",
            "CSAFPID-286486",
            "CSAFPID-286498",
            "CSAFPID-286534",
            "CSAFPID-286544",
            "CSAFPID-286594",
            "CSAFPID-286799",
            "CSAFPID-286801",
            "CSAFPID-286802",
            "CSAFPID-287087",
            "CSAFPID-287125",
            "CSAFPID-288221",
            "CSAFPID-288247",
            "CSAFPID-289372",
            "CSAFPID-290562",
            "CSAFPID-290565",
            "CSAFPID-290580",
            "CSAFPID-290596",
            "CSAFPID-290660",
            "CSAFPID-290669",
            "CSAFPID-290671",
            "CSAFPID-290673",
            "CSAFPID-290674",
            "CSAFPID-290675",
            "CSAFPID-292510",
            "CSAFPID-292650",
            "CSAFPID-292656",
            "CSAFPID-292698",
            "CSAFPID-292876",
            "CSAFPID-294838",
            "CSAFPID-295198",
            "CSAFPID-295359",
            "CSAFPID-295361",
            "CSAFPID-295398",
            "CSAFPID-295412",
            "CSAFPID-295421",
            "CSAFPID-296763",
            "CSAFPID-299967",
            "CSAFPID-300012",
            "CSAFPID-300263",
            "CSAFPID-300823",
            "CSAFPID-300834",
            "CSAFPID-300845",
            "CSAFPID-300847",
            "CSAFPID-300848",
            "CSAFPID-300850",
            "CSAFPID-300851",
            "CSAFPID-300877",
            "CSAFPID-300935",
            "CSAFPID-300936",
            "CSAFPID-300947",
            "CSAFPID-300948",
            "CSAFPID-301162",
            "CSAFPID-301254",
            "CSAFPID-301278",
            "CSAFPID-301611",
            "CSAFPID-301619",
            "CSAFPID-301716",
            "CSAFPID-301722",
            "CSAFPID-301723",
            "CSAFPID-301728",
            "CSAFPID-302628",
            "CSAFPID-302644",
            "CSAFPID-302758",
            "CSAFPID-302784",
            "CSAFPID-302891",
            "CSAFPID-302964",
            "CSAFPID-302974",
            "CSAFPID-303015",
            "CSAFPID-303024",
            "CSAFPID-303034",
            "CSAFPID-303041",
            "CSAFPID-303042",
            "CSAFPID-303047",
            "CSAFPID-303308",
            "CSAFPID-303316",
            "CSAFPID-303324",
            "CSAFPID-303470",
            "CSAFPID-303471",
            "CSAFPID-304035",
            "CSAFPID-304070",
            "CSAFPID-305276",
            "CSAFPID-305303",
            "CSAFPID-306388",
            "CSAFPID-306389",
            "CSAFPID-306611",
            "CSAFPID-306635",
            "CSAFPID-306668",
            "CSAFPID-306804",
            "CSAFPID-306815",
            "CSAFPID-306824",
            "CSAFPID-306849",
            "CSAFPID-306957",
            "CSAFPID-307272",
            "CSAFPID-307313"
          ],
          "url": "https://software.cisco.com"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
            "version": "3.0"
          },
          "products": [
            "CSAFPID-206172",
            "CSAFPID-206173",
            "CSAFPID-206211",
            "CSAFPID-210074",
            "CSAFPID-210076",
            "CSAFPID-210077",
            "CSAFPID-210264",
            "CSAFPID-212674",
            "CSAFPID-213790",
            "CSAFPID-213797",
            "CSAFPID-213811",
            "CSAFPID-213812",
            "CSAFPID-217279",
            "CSAFPID-217282",
            "CSAFPID-217283",
            "CSAFPID-218901",
            "CSAFPID-218903",
            "CSAFPID-218905",
            "CSAFPID-220357",
            "CSAFPID-220489",
            "CSAFPID-221108",
            "CSAFPID-222435",
            "CSAFPID-222483",
            "CSAFPID-222695",
            "CSAFPID-224840",
            "CSAFPID-225856",
            "CSAFPID-225858",
            "CSAFPID-226158",
            "CSAFPID-226331",
            "CSAFPID-227555",
            "CSAFPID-227755",
            "CSAFPID-227918",
            "CSAFPID-228689",
            "CSAFPID-228706",
            "CSAFPID-229136",
            "CSAFPID-230240",
            "CSAFPID-230998",
            "CSAFPID-231004",
            "CSAFPID-231246",
            "CSAFPID-231389",
            "CSAFPID-231472",
            "CSAFPID-231682",
            "CSAFPID-232008",
            "CSAFPID-232009",
            "CSAFPID-232766",
            "CSAFPID-232767",
            "CSAFPID-233155",
            "CSAFPID-235307",
            "CSAFPID-236834",
            "CSAFPID-236837",
            "CSAFPID-237460",
            "CSAFPID-239000",
            "CSAFPID-239007",
            "CSAFPID-240187",
            "CSAFPID-241736",
            "CSAFPID-242308",
            "CSAFPID-242834",
            "CSAFPID-244070",
            "CSAFPID-244071",
            "CSAFPID-244530",
            "CSAFPID-244900",
            "CSAFPID-245375",
            "CSAFPID-247573",
            "CSAFPID-247629",
            "CSAFPID-248242",
            "CSAFPID-249171",
            "CSAFPID-250629",
            "CSAFPID-251075",
            "CSAFPID-251225",
            "CSAFPID-252045",
            "CSAFPID-252235",
            "CSAFPID-252271",
            "CSAFPID-252272",
            "CSAFPID-252913",
            "CSAFPID-254688",
            "CSAFPID-254712",
            "CSAFPID-257955",
            "CSAFPID-258170",
            "CSAFPID-258229",
            "CSAFPID-258388",
            "CSAFPID-258900",
            "CSAFPID-260741",
            "CSAFPID-260917",
            "CSAFPID-261240",
            "CSAFPID-261241",
            "CSAFPID-261465",
            "CSAFPID-262390",
            "CSAFPID-262549",
            "CSAFPID-262588",
            "CSAFPID-262590",
            "CSAFPID-262592",
            "CSAFPID-262595",
            "CSAFPID-263804",
            "CSAFPID-264096",
            "CSAFPID-265735",
            "CSAFPID-265841",
            "CSAFPID-266259",
            "CSAFPID-267110",
            "CSAFPID-267240",
            "CSAFPID-267605",
            "CSAFPID-268921",
            "CSAFPID-270097",
            "CSAFPID-271798",
            "CSAFPID-271938",
            "CSAFPID-272047",
            "CSAFPID-272932",
            "CSAFPID-273112",
            "CSAFPID-273445",
            "CSAFPID-273448",
            "CSAFPID-273509",
            "CSAFPID-273649",
            "CSAFPID-274818",
            "CSAFPID-274832",
            "CSAFPID-275538",
            "CSAFPID-276837",
            "CSAFPID-277099",
            "CSAFPID-277147",
            "CSAFPID-277148",
            "CSAFPID-277194",
            "CSAFPID-277255",
            "CSAFPID-277256",
            "CSAFPID-277321",
            "CSAFPID-277338",
            "CSAFPID-277343",
            "CSAFPID-277348",
            "CSAFPID-277357",
            "CSAFPID-277945",
            "CSAFPID-278002",
            "CSAFPID-278018",
            "CSAFPID-278019",
            "CSAFPID-278020",
            "CSAFPID-278023",
            "CSAFPID-278025",
            "CSAFPID-278504",
            "CSAFPID-278881",
            "CSAFPID-279338",
            "CSAFPID-279339",
            "CSAFPID-280463",
            "CSAFPID-280555",
            "CSAFPID-280651",
            "CSAFPID-280652",
            "CSAFPID-280770",
            "CSAFPID-280783",
            "CSAFPID-280801",
            "CSAFPID-280899",
            "CSAFPID-280937",
            "CSAFPID-280938",
            "CSAFPID-280939",
            "CSAFPID-281320",
            "CSAFPID-281331",
            "CSAFPID-281438",
            "CSAFPID-281654",
            "CSAFPID-282017",
            "CSAFPID-282028",
            "CSAFPID-282046",
            "CSAFPID-282115",
            "CSAFPID-282116",
            "CSAFPID-282117",
            "CSAFPID-283831",
            "CSAFPID-283835",
            "CSAFPID-284161",
            "CSAFPID-284178",
            "CSAFPID-284179",
            "CSAFPID-284331",
            "CSAFPID-284740",
            "CSAFPID-285325",
            "CSAFPID-285326",
            "CSAFPID-285327",
            "CSAFPID-285328",
            "CSAFPID-285329",
            "CSAFPID-286031",
            "CSAFPID-286409",
            "CSAFPID-286410",
            "CSAFPID-286477",
            "CSAFPID-286486",
            "CSAFPID-286498",
            "CSAFPID-286534",
            "CSAFPID-286544",
            "CSAFPID-286594",
            "CSAFPID-286799",
            "CSAFPID-286801",
            "CSAFPID-286802",
            "CSAFPID-287087",
            "CSAFPID-287125",
            "CSAFPID-288221",
            "CSAFPID-288247",
            "CSAFPID-289372",
            "CSAFPID-290562",
            "CSAFPID-290565",
            "CSAFPID-290580",
            "CSAFPID-290596",
            "CSAFPID-290660",
            "CSAFPID-290669",
            "CSAFPID-290671",
            "CSAFPID-290673",
            "CSAFPID-290674",
            "CSAFPID-290675",
            "CSAFPID-292510",
            "CSAFPID-292650",
            "CSAFPID-292656",
            "CSAFPID-292698",
            "CSAFPID-292876",
            "CSAFPID-294838",
            "CSAFPID-295198",
            "CSAFPID-295359",
            "CSAFPID-295361",
            "CSAFPID-295398",
            "CSAFPID-295412",
            "CSAFPID-295421",
            "CSAFPID-296763",
            "CSAFPID-299967",
            "CSAFPID-300012",
            "CSAFPID-300263",
            "CSAFPID-300823",
            "CSAFPID-300834",
            "CSAFPID-300845",
            "CSAFPID-300847",
            "CSAFPID-300848",
            "CSAFPID-300850",
            "CSAFPID-300851",
            "CSAFPID-300877",
            "CSAFPID-300935",
            "CSAFPID-300936",
            "CSAFPID-300947",
            "CSAFPID-300948",
            "CSAFPID-301162",
            "CSAFPID-301254",
            "CSAFPID-301278",
            "CSAFPID-301611",
            "CSAFPID-301619",
            "CSAFPID-301716",
            "CSAFPID-301722",
            "CSAFPID-301723",
            "CSAFPID-301728",
            "CSAFPID-302628",
            "CSAFPID-302644",
            "CSAFPID-302758",
            "CSAFPID-302784",
            "CSAFPID-302891",
            "CSAFPID-302964",
            "CSAFPID-302974",
            "CSAFPID-303015",
            "CSAFPID-303024",
            "CSAFPID-303034",
            "CSAFPID-303041",
            "CSAFPID-303042",
            "CSAFPID-303047",
            "CSAFPID-303308",
            "CSAFPID-303316",
            "CSAFPID-303324",
            "CSAFPID-303470",
            "CSAFPID-303471",
            "CSAFPID-304035",
            "CSAFPID-304070",
            "CSAFPID-305276",
            "CSAFPID-305303",
            "CSAFPID-306388",
            "CSAFPID-306389",
            "CSAFPID-306611",
            "CSAFPID-306635",
            "CSAFPID-306668",
            "CSAFPID-306804",
            "CSAFPID-306815",
            "CSAFPID-306824",
            "CSAFPID-306849",
            "CSAFPID-306957",
            "CSAFPID-307272",
            "CSAFPID-307313"
          ]
        }
      ],
      "title": "Cisco IOS XE Software Catalyst 4500 Cisco Discovery Protocol Denial of Service Vulnerability"
    }
  ]
}