CISCO-SA-20190306-INFO-POAP
Vulnerability from csaf_cisco - Published: 2019-03-06 16:00 - Updated: 2019-03-06 16:00Summary
Action Recommended to Secure the Cisco Nexus PowerOn Auto Provisioning Feature
Notes
Summary
Cisco Nexus devices support an automatic provisioning or zero-touch deployment feature called PowerOn Auto Provisioning (POAP). This feature assists in automating the initial deployment and configuration of Nexus switches. POAP is enabled by default and activates on devices that have no startup configuration or when Perpetual POAP has been configured using the boot poap enable command.
As with other automatic provisioning technologies, such as Cisco Zero-Touch Provisioning or Cisco Smart Install, some basic assumptions are made about the initial deployment environment. First, that administrators know that the feature exists and is enabled by default. Second, that the Layer 2 (L2) network on which a device initially connects is secure.
By design, the POAP feature leverages several unauthenticated protocols to obtain the initial configuration file for a device. When a device with POAP boots and subsequently fails to locate a startup configuration, such as on the first startup after unboxing or after a restoration of factory defaults, the device enters POAP mode. The device will attempt to locate a DHCP server through a connected management interface1. Then the switch will listen for a DHCP response that includes at a minimum the following:
An IP address
A default gateway
Option 66 (TFTP server name) or Option 150 (TFTP server address)
Option 67 (boot file name)
If the Nexus device receives multiple DHCP responses that meet these requirements, the first DHCP response received will be accepted, and POAP will move to the next stage of the device configuration. If no DHCP responses that meet these requirements are received prior to the timeout period, the device will exit POAP mode.
If a DHCP response is accepted, the Nexus device will attempt to connect to the provided TFTP server to retrieve the Python or Tool Command Language (Tcl) POAP configuration script specified within the boot file option. The switch will then execute the script to retrieve the specified software and device configuration. The Nexus device software and configuration may be retrieved using Secure Copy Protocol (SCP), FTP, or SFTP. The downloaded Nexus software will be assigned as the active image, with the configuration file scheduled to be applied when the device restarts.
Several steps in the POAP configuration process rely on a secure network segment to obtain critical startup information. While the POAP feature disables itself after a configuration is applied to a device2, it is critical that customers properly secure the networks in which POAP may be utilized. Some customers may want to disable the POAP feature and use other methods to configure a Nexus device out of the box. To this end, Cisco has added multiple new commands to disable POAP that will persist across a reset to factory defaults and the removal of a configuration. For guidelines on securing a POAP environment, as well as information about disabling the feature, see the Details ["#Details"] and Recommendations ["#Recommendations"] sections.
This advisory is available at the following link:
https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap ["https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap"]
1On some Nexus chassis-based devices, the DHCP solicitation may also be sent using all front-panel Ethernet interfaces of the installed router processor.
2The POAP feature will not be disabled if Perpetual POAP has been configured using the boot poap enable command and will run on each reload of the device.
Vulnerable Products
The following Cisco NX-OS platforms support the POAP feature:
MDS 9000 Series Multilayer Switches
Nexus 2000 Series Fabric Extenders
Nexus 3000 Series Switches
Nexus 3500 Platform Switches
Nexus 3600 Platform Switches
Nexus 5500 Platform Switches
Nexus 5600 Platform Switches
Nexus 6000 Series Switches
Nexus 7000 Series Switches
Nexus 7700 Series Switches
Nexus 9000 Series Switches in standalone NX-OS mode
Nexus 9500 R-Series Line Cards and Fabric Modules
Products Confirmed Not Vulnerable
The following Cisco NX-OS platforms do not support the POAP feature:
Nexus 1000V Switch for Microsoft Hyper-V
Nexus 1000V Switch for VMware vSphere
Nexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode
Details
Why NX-OS Devices Running POAP Should Be Secured
POAP accepts a configuration script from the first DHCP server to respond, and there is no mechanism to establish trust with the DHCP server. An attacker who is able to send a DHCP response could provide a malicious configuration to a device, which could allow the attacker to run commands at the administrator privilege level.
The initial POAP implementation did not include an option to disable the feature, even for customers who did not require POAP. Also, when the CLI command write erase was issued to reset a unit to factory defaults, a customer might not have realized that POAP would run again.
POAP is enabled when there is no configuration on the system, and it runs as a part of bootup. However, customers can bypass POAP enablement during initial setup. Cisco recommends that customers who do not want to use the POAP feature disable POAP permanently on an NX-OS device.
Disabling the POAP Feature Permanently
The following CLI command options have been added to further secure and provide the current status of the POAP feature:
switch# system no poap
switch# show system poap System-wide POAP is disabled using exec command 'system no poap' POAP will be bypassed on write-erase reload.
To disable POAP permanently, even when there is no configuration on the system, customers can use the CLI command system no poap. This command ensures that POAP is not started during the next boot, even if there is no configuration. The commands system [no] poap and show system poap were first added in the following NX-OS Software releases:
Cisco NX-OS Software Platform
First Release with New POAP Commands
MDS 9000 Series Multilayer Switches
6.2(27)1 Nexus 2000 Series Switches
Nexus 5500 Platform Switches
Nexus 5600 Platform Switches
Nexus 6000 Series Switches 7.3(5)N1(1) Nexus 3000 Series Switches 9.2(2), 7.0(3)I7(6) Nexus 3500 Platform Switches 9.2(2), 7.0(3)I7(6), 7.0(3)I4(9), 6.0(2)A8(11)
Nexus 3600 Platform Switches
Nexus 9500 R-Series Line Cards and Fabric Modules 9.2(2), 7.0(3)F3(5) Nexus 7000 Series Switches
Nexus 7700 Series Switches 8.3(2), 7.3(3)D1(1), 6.2(22) Nexus 9000 Series Switches in standalone NX-OS mode 9.2(2), 7.0(3)I7(6), 7.0(3)I4(9) 1The MDS Software Release 6.2(27) is targeted for late March 2019.
For additional information on utilizing the POAP feature and for the CLI commands to enable POAP, customers can refer to the Using PowerOn Auto Provisioning chapter ["https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/9-x/fundamentals/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_9x/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_15x_chapter_01011.html"] of the Cisco NX-OS Fundamentals Configuration Guide.
Recommendations
The POAP feature uses DHCP to locate a DHCP server and apply the given interface IP address, gateway, and DNS server IP addresses. It is important to ensure that POAP receives a configuration from only a trusted DHCP server.
Enabling DHCP snooping can allow POAP to be used in a more secure manner. DHCP snooping acts like a firewall between untrusted hosts and trusted DHCP servers by performing the following activities:
Validating DHCP messages received from untrusted sources and filtering out invalid messages
Building and maintaining a DHCP snooping binding database, which contains information about untrusted hosts with leased IP addresses
Using the DHCP snooping binding database to validate subsequent requests from untrusted hosts
In addition, network firewall rules can be configured to block unintended or malicious DHCP servers.
For customers who do not want to use the POAP feature, Cisco recommends disabling POAP permanently on an NX-OS device.
Legal Disclaimer
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.
A standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.
{
"document": {
"category": "csaf_informational_advisory",
"csaf_version": "2.0",
"notes": [
{
"category": "summary",
"text": "Cisco Nexus devices support an automatic provisioning or zero-touch deployment feature called PowerOn Auto Provisioning (POAP). This feature assists in automating the initial deployment and configuration of Nexus switches. POAP is enabled by default and activates on devices that have no startup configuration or when Perpetual POAP has been configured using the boot poap enable command.\r\n\r\nAs with other automatic provisioning technologies, such as Cisco Zero-Touch Provisioning or Cisco Smart Install, some basic assumptions are made about the initial deployment environment. First, that administrators know that the feature exists and is enabled by default. Second, that the Layer 2 (L2) network on which a device initially connects is secure.\r\n\r\nBy design, the POAP feature leverages several unauthenticated protocols to obtain the initial configuration file for a device. When a device with POAP boots and subsequently fails to locate a startup configuration, such as on the first startup after unboxing or after a restoration of factory defaults, the device enters POAP mode. The device will attempt to locate a DHCP server through a connected management interface1. Then the switch will listen for a DHCP response that includes at a minimum the following:\r\n\r\n An IP address\r\nA default gateway\r\n Option 66 (TFTP server name) or Option 150 (TFTP server address)\r\n Option 67 (boot file name)\r\n\r\n If the Nexus device receives multiple DHCP responses that meet these requirements, the first DHCP response received will be accepted, and POAP will move to the next stage of the device configuration. If no DHCP responses that meet these requirements are received prior to the timeout period, the device will exit POAP mode.\r\n\r\nIf a DHCP response is accepted, the Nexus device will attempt to connect to the provided TFTP server to retrieve the Python or Tool Command Language (Tcl) POAP configuration script specified within the boot file option. The switch will then execute the script to retrieve the specified software and device configuration. The Nexus device software and configuration may be retrieved using Secure Copy Protocol (SCP), FTP, or SFTP. The downloaded Nexus software will be assigned as the active image, with the configuration file scheduled to be applied when the device restarts.\r\n\r\nSeveral steps in the POAP configuration process rely on a secure network segment to obtain critical startup information. While the POAP feature disables itself after a configuration is applied to a device2, it is critical that customers properly secure the networks in which POAP may be utilized. Some customers may want to disable the POAP feature and use other methods to configure a Nexus device out of the box. To this end, Cisco has added multiple new commands to disable POAP that will persist across a reset to factory defaults and the removal of a configuration. For guidelines on securing a POAP environment, as well as information about disabling the feature, see the Details [\"#Details\"] and Recommendations [\"#Recommendations\"] sections.\r\n This advisory is available at the following link:\r\nhttps://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap\"]\r\n\r\n1On some Nexus chassis-based devices, the DHCP solicitation may also be sent using all front-panel Ethernet interfaces of the installed router processor.\r\n\r\n2The POAP feature will not be disabled if Perpetual POAP has been configured using the boot poap enable command and will run on each reload of the device.",
"title": "Summary"
},
{
"category": "general",
"text": "The following Cisco NX-OS platforms support the POAP feature:\r\n\r\nMDS 9000 Series Multilayer Switches\r\nNexus 2000 Series Fabric Extenders\r\nNexus 3000 Series Switches\r\nNexus 3500 Platform Switches\r\nNexus 3600 Platform Switches\r\nNexus 5500 Platform Switches\r\nNexus 5600 Platform Switches\r\nNexus 6000 Series Switches\r\nNexus 7000 Series Switches\r\nNexus 7700 Series Switches\r\nNexus 9000 Series Switches in standalone NX-OS mode\r\nNexus 9500 R-Series Line Cards and Fabric Modules",
"title": "Vulnerable Products"
},
{
"category": "general",
"text": "The following Cisco NX-OS platforms do not support the POAP feature:\r\n\r\nNexus 1000V Switch for Microsoft Hyper-V\r\nNexus 1000V Switch for VMware vSphere\r\nNexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI) mode",
"title": "Products Confirmed Not Vulnerable"
},
{
"category": "general",
"text": "Why NX-OS Devices Running POAP Should Be Secured\r\nPOAP accepts a configuration script from the first DHCP server to respond, and there is no mechanism to establish trust with the DHCP server. An attacker who is able to send a DHCP response could provide a malicious configuration to a device, which could allow the attacker to run commands at the administrator privilege level.\r\n\r\nThe initial POAP implementation did not include an option to disable the feature, even for customers who did not require POAP. Also, when the CLI command write erase was issued to reset a unit to factory defaults, a customer might not have realized that POAP would run again.\r\n\r\nPOAP is enabled when there is no configuration on the system, and it runs as a part of bootup. However, customers can bypass POAP enablement during initial setup. Cisco recommends that customers who do not want to use the POAP feature disable POAP permanently on an NX-OS device.\r\n Disabling the POAP Feature Permanently\r\nThe following CLI command options have been added to further secure and provide the current status of the POAP feature:\r\n\r\n\r\nswitch# system no poap\r\n switch# show system poap System-wide POAP is disabled using exec command \u0027system no poap\u0027 POAP will be bypassed on write-erase reload.\r\n\r\nTo disable POAP permanently, even when there is no configuration on the system, customers can use the CLI command system no poap. This command ensures that POAP is not started during the next boot, even if there is no configuration. The commands system [no] poap and show system poap were first added in the following NX-OS Software releases:\r\n Cisco NX-OS Software Platform\r\n First Release with New POAP Commands\r\n MDS 9000 Series Multilayer Switches\r\n 6.2(27)1 Nexus 2000 Series Switches\r\nNexus 5500 Platform Switches\r\nNexus 5600 Platform Switches\r\nNexus 6000 Series Switches 7.3(5)N1(1) Nexus 3000 Series Switches 9.2(2), 7.0(3)I7(6) Nexus 3500 Platform Switches 9.2(2), 7.0(3)I7(6), 7.0(3)I4(9), 6.0(2)A8(11)\r\n Nexus 3600 Platform Switches\r\nNexus 9500 R-Series Line Cards and Fabric Modules 9.2(2), 7.0(3)F3(5) Nexus 7000 Series Switches\r\nNexus 7700 Series Switches 8.3(2), 7.3(3)D1(1), 6.2(22) Nexus 9000 Series Switches in standalone NX-OS mode 9.2(2), 7.0(3)I7(6), 7.0(3)I4(9) 1The MDS Software Release 6.2(27) is targeted for late March 2019.\r\nFor additional information on utilizing the POAP feature and for the CLI commands to enable POAP, customers can refer to the Using PowerOn Auto Provisioning chapter [\"https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/9-x/fundamentals/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_9x/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_15x_chapter_01011.html\"] of the Cisco NX-OS Fundamentals Configuration Guide.",
"title": "Details"
},
{
"category": "general",
"text": "The POAP feature uses DHCP to locate a DHCP server and apply the given interface IP address, gateway, and DNS server IP addresses. It is important to ensure that POAP receives a configuration from only a trusted DHCP server.\r\n\r\nEnabling DHCP snooping can allow POAP to be used in a more secure manner. DHCP snooping acts like a firewall between untrusted hosts and trusted DHCP servers by performing the following activities:\r\n\r\nValidating DHCP messages received from untrusted sources and filtering out invalid messages\r\nBuilding and maintaining a DHCP snooping binding database, which contains information about untrusted hosts with leased IP addresses\r\nUsing the DHCP snooping binding database to validate subsequent requests from untrusted hosts\r\n\r\n In addition, network firewall rules can be configured to block unintended or malicious DHCP servers.\r\n\r\nFor customers who do not want to use the POAP feature, Cisco recommends disabling POAP permanently on an NX-OS device.",
"title": "Recommendations"
},
{
"category": "legal_disclaimer",
"text": "THIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.\r\n\r\nA standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.",
"title": "Legal Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "Emergency Support:\r\n+1 877 228 7302 (toll-free within North America)\r\n+1 408 525 6532 (International direct-dial)\r\nNon-emergency Support:\r\nEmail: psirt@cisco.com\r\nSupport requests that are received via e-mail are typically acknowledged within 48 hours.",
"issuing_authority": "Cisco product security incident response is the responsibility of the Cisco Product Security Incident Response Team (PSIRT). The Cisco PSIRT is a dedicated, global team that manages the receipt, investigation, and public reporting of security vulnerability information that is related to Cisco products and networks. The on-call Cisco PSIRT works 24x7 with Cisco customers, independent security researchers, consultants, industry organizations, and other vendors to identify possible security issues with Cisco products and networks.\r\nMore information can be found in Cisco Security Vulnerability Policy available at https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html",
"name": "Cisco",
"namespace": "https://wwww.cisco.com"
},
"references": [
{
"category": "self",
"summary": "Action Recommended to Secure the Cisco Nexus PowerOn Auto Provisioning Feature",
"url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap"
},
{
"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-20190306-info-poap",
"url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190306-info-poap"
},
{
"category": "external",
"summary": "Using PowerOn Auto Provisioning chapter",
"url": "https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/9-x/fundamentals/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_9x/b_Cisco_Nexus_9000_Series_NX-OS_Fundamentals_Configuration_Guide_15x_chapter_01011.html"
}
],
"title": "Action Recommended to Secure the Cisco Nexus PowerOn Auto Provisioning Feature",
"tracking": {
"current_release_date": "2019-03-06T16:00:00+00:00",
"generator": {
"date": "2022-09-03T03:29:25+00:00",
"engine": {
"name": "TVCE"
}
},
"id": "cisco-sa-20190306-info-poap",
"initial_release_date": "2019-03-06T16:00:00+00:00",
"revision_history": [
{
"date": "2019-03-06T15:36:50+00:00",
"number": "1.0.0",
"summary": "Initial public release."
}
],
"status": "final",
"version": "1.0.0"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"branches": [
{
"category": "service_pack",
"name": "4.1(2)",
"product": {
"name": "4.1(2)",
"product_id": "CSAFPID-191429"
}
},
{
"category": "service_pack",
"name": "4.1(3)",
"product": {
"name": "4.1(3)",
"product_id": "CSAFPID-191430"
}
},
{
"category": "service_pack",
"name": "4.1(4)",
"product": {
"name": "4.1(4)",
"product_id": "CSAFPID-191431"
}
},
{
"category": "service_pack",
"name": "4.1(5)",
"product": {
"name": "4.1(5)",
"product_id": "CSAFPID-191432"
}
}
],
"category": "product_version",
"name": "4.1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(2a)",
"product": {
"name": "5.0(2a)",
"product_id": "CSAFPID-191438"
}
},
{
"category": "service_pack",
"name": "5.0(3)",
"product": {
"name": "5.0(3)",
"product_id": "CSAFPID-191439"
}
},
{
"category": "service_pack",
"name": "5.0(5)",
"product": {
"name": "5.0(5)",
"product_id": "CSAFPID-191440"
}
}
],
"category": "product_version",
"name": "5.0"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.2(2a)",
"product": {
"name": "4.2(2a)",
"product_id": "CSAFPID-191433"
}
},
{
"category": "service_pack",
"name": "4.2(3)",
"product": {
"name": "4.2(3)",
"product_id": "CSAFPID-191434"
}
},
{
"category": "service_pack",
"name": "4.2(4)",
"product": {
"name": "4.2(4)",
"product_id": "CSAFPID-191435"
}
},
{
"category": "service_pack",
"name": "4.2(6)",
"product": {
"name": "4.2(6)",
"product_id": "CSAFPID-191436"
}
},
{
"category": "service_pack",
"name": "4.2(8)",
"product": {
"name": "4.2(8)",
"product_id": "CSAFPID-191437"
}
}
],
"category": "product_version",
"name": "4.2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.1(1)",
"product": {
"name": "5.1(1)",
"product_id": "CSAFPID-191441"
}
},
{
"category": "service_pack",
"name": "5.1(1a)",
"product": {
"name": "5.1(1a)",
"product_id": "CSAFPID-191442"
}
},
{
"category": "service_pack",
"name": "5.1(3)",
"product": {
"name": "5.1(3)",
"product_id": "CSAFPID-191443"
}
},
{
"category": "service_pack",
"name": "5.1(4)",
"product": {
"name": "5.1(4)",
"product_id": "CSAFPID-191444"
}
},
{
"category": "service_pack",
"name": "5.1(5)",
"product": {
"name": "5.1(5)",
"product_id": "CSAFPID-191445"
}
},
{
"category": "service_pack",
"name": "5.1(6)",
"product": {
"name": "5.1(6)",
"product_id": "CSAFPID-191446"
}
}
],
"category": "product_version",
"name": "5.1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(1)",
"product": {
"name": "5.2(1)",
"product_id": "CSAFPID-191447"
}
},
{
"category": "service_pack",
"name": "5.2(3a)",
"product": {
"name": "5.2(3a)",
"product_id": "CSAFPID-191448"
}
},
{
"category": "service_pack",
"name": "5.2(4)",
"product": {
"name": "5.2(4)",
"product_id": "CSAFPID-191449"
}
},
{
"category": "service_pack",
"name": "5.2(5)",
"product": {
"name": "5.2(5)",
"product_id": "CSAFPID-191450"
}
},
{
"category": "service_pack",
"name": "5.2(7)",
"product": {
"name": "5.2(7)",
"product_id": "CSAFPID-191451"
}
},
{
"category": "service_pack",
"name": "5.2(9)",
"product": {
"name": "5.2(9)",
"product_id": "CSAFPID-191452"
}
},
{
"category": "service_pack",
"name": "5.2(3)",
"product": {
"name": "5.2(3)",
"product_id": "CSAFPID-239416"
}
},
{
"category": "service_pack",
"name": "5.2(9a)",
"product": {
"name": "5.2(9a)",
"product_id": "CSAFPID-239422"
}
}
],
"category": "product_version",
"name": "5.2"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.1(1)",
"product": {
"name": "6.1(1)",
"product_id": "CSAFPID-191457"
}
},
{
"category": "service_pack",
"name": "6.1(2)",
"product": {
"name": "6.1(2)",
"product_id": "CSAFPID-191458"
}
},
{
"category": "service_pack",
"name": "6.1(3)",
"product": {
"name": "6.1(3)",
"product_id": "CSAFPID-191459"
}
},
{
"category": "service_pack",
"name": "6.1(4)",
"product": {
"name": "6.1(4)",
"product_id": "CSAFPID-196607"
}
},
{
"category": "service_pack",
"name": "6.1(4a)",
"product": {
"name": "6.1(4a)",
"product_id": "CSAFPID-196608"
}
},
{
"category": "service_pack",
"name": "6.1(5)",
"product": {
"name": "6.1(5)",
"product_id": "CSAFPID-212033"
}
},
{
"category": "service_pack",
"name": "6.1(3)S5",
"product": {
"name": "6.1(3)S5",
"product_id": "CSAFPID-225656"
}
},
{
"category": "service_pack",
"name": "6.1(3)S6",
"product": {
"name": "6.1(3)S6",
"product_id": "CSAFPID-225657"
}
},
{
"category": "service_pack",
"name": "6.1(5a)",
"product": {
"name": "6.1(5a)",
"product_id": "CSAFPID-239433"
}
}
],
"category": "product_version",
"name": "6.1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.0(0)N1(1a)",
"product": {
"name": "4.0(0)N1(1a)",
"product_id": "CSAFPID-191394"
}
},
{
"category": "service_pack",
"name": "4.0(0)N1(2)",
"product": {
"name": "4.0(0)N1(2)",
"product_id": "CSAFPID-191395"
}
},
{
"category": "service_pack",
"name": "4.0(0)N1(2a)",
"product": {
"name": "4.0(0)N1(2a)",
"product_id": "CSAFPID-191396"
}
}
],
"category": "product_version",
"name": "4.0(0)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.0(1a)N1(1)",
"product": {
"name": "4.0(1a)N1(1)",
"product_id": "CSAFPID-191397"
}
},
{
"category": "service_pack",
"name": "4.0(1a)N1(1a)",
"product": {
"name": "4.0(1a)N1(1a)",
"product_id": "CSAFPID-191398"
}
}
],
"category": "product_version",
"name": "4.0(1a)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.0(1a)N2(1)",
"product": {
"name": "4.0(1a)N2(1)",
"product_id": "CSAFPID-191399"
}
},
{
"category": "service_pack",
"name": "4.0(1a)N2(1a)",
"product": {
"name": "4.0(1a)N2(1a)",
"product_id": "CSAFPID-191400"
}
}
],
"category": "product_version",
"name": "4.0(1a)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.1(2)E1(1)",
"product": {
"name": "4.1(2)E1(1)",
"product_id": "CSAFPID-191382"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1b)",
"product": {
"name": "4.1(2)E1(1b)",
"product_id": "CSAFPID-191383"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1d)",
"product": {
"name": "4.1(2)E1(1d)",
"product_id": "CSAFPID-191384"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1e)",
"product": {
"name": "4.1(2)E1(1e)",
"product_id": "CSAFPID-191385"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1f)",
"product": {
"name": "4.1(2)E1(1f)",
"product_id": "CSAFPID-191386"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1g)",
"product": {
"name": "4.1(2)E1(1g)",
"product_id": "CSAFPID-191387"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1h)",
"product": {
"name": "4.1(2)E1(1h)",
"product_id": "CSAFPID-191388"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1i)",
"product": {
"name": "4.1(2)E1(1i)",
"product_id": "CSAFPID-191389"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1j)",
"product": {
"name": "4.1(2)E1(1j)",
"product_id": "CSAFPID-191390"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1m)",
"product": {
"name": "4.1(2)E1(1m)",
"product_id": "CSAFPID-207683"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1c)",
"product": {
"name": "4.1(2)E1(1c)",
"product_id": "CSAFPID-209667"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1n)",
"product": {
"name": "4.1(2)E1(1n)",
"product_id": "CSAFPID-212030"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1k)",
"product": {
"name": "4.1(2)E1(1k)",
"product_id": "CSAFPID-212031"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1o)",
"product": {
"name": "4.1(2)E1(1o)",
"product_id": "CSAFPID-212032"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1q)",
"product": {
"name": "4.1(2)E1(1q)",
"product_id": "CSAFPID-230578"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1l)",
"product": {
"name": "4.1(2)E1(1l)",
"product_id": "CSAFPID-240222"
}
},
{
"category": "service_pack",
"name": "4.1(2)E1(1p)",
"product": {
"name": "4.1(2)E1(1p)",
"product_id": "CSAFPID-240223"
}
}
],
"category": "product_version",
"name": "4.1(2)E1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.1(3)N1(1)",
"product": {
"name": "4.1(3)N1(1)",
"product_id": "CSAFPID-191401"
}
},
{
"category": "service_pack",
"name": "4.1(3)N1(1a)",
"product": {
"name": "4.1(3)N1(1a)",
"product_id": "CSAFPID-191402"
}
}
],
"category": "product_version",
"name": "4.1(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.1(3)N2(1)",
"product": {
"name": "4.1(3)N2(1)",
"product_id": "CSAFPID-191403"
}
},
{
"category": "service_pack",
"name": "4.1(3)N2(1a)",
"product": {
"name": "4.1(3)N2(1a)",
"product_id": "CSAFPID-191404"
}
}
],
"category": "product_version",
"name": "4.1(3)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.2(1)N1(1)",
"product": {
"name": "4.2(1)N1(1)",
"product_id": "CSAFPID-191405"
}
}
],
"category": "product_version",
"name": "4.2(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.2(1)N2(1)",
"product": {
"name": "4.2(1)N2(1)",
"product_id": "CSAFPID-191406"
}
},
{
"category": "service_pack",
"name": "4.2(1)N2(1a)",
"product": {
"name": "4.2(1)N2(1a)",
"product_id": "CSAFPID-191407"
}
}
],
"category": "product_version",
"name": "4.2(1)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.2(1)SV1(4)",
"product": {
"name": "4.2(1)SV1(4)",
"product_id": "CSAFPID-191557"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(4a)",
"product": {
"name": "4.2(1)SV1(4a)",
"product_id": "CSAFPID-191558"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(4b)",
"product": {
"name": "4.2(1)SV1(4b)",
"product_id": "CSAFPID-191559"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(5.1)",
"product": {
"name": "4.2(1)SV1(5.1)",
"product_id": "CSAFPID-191560"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(5.1a)",
"product": {
"name": "4.2(1)SV1(5.1a)",
"product_id": "CSAFPID-191561"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(5.2)",
"product": {
"name": "4.2(1)SV1(5.2)",
"product_id": "CSAFPID-191562"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV1(5.2b)",
"product": {
"name": "4.2(1)SV1(5.2b)",
"product_id": "CSAFPID-191563"
}
}
],
"category": "product_version",
"name": "4.2(1)SV1"
},
{
"branches": [
{
"category": "service_pack",
"name": "4.2(1)SV2(1.1)",
"product": {
"name": "4.2(1)SV2(1.1)",
"product_id": "CSAFPID-191380"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV2(1.1a)",
"product": {
"name": "4.2(1)SV2(1.1a)",
"product_id": "CSAFPID-191381"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV2(2.1)",
"product": {
"name": "4.2(1)SV2(2.1)",
"product_id": "CSAFPID-196618"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV2(2.1a)",
"product": {
"name": "4.2(1)SV2(2.1a)",
"product_id": "CSAFPID-196619"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV2(2.2)",
"product": {
"name": "4.2(1)SV2(2.2)",
"product_id": "CSAFPID-239812"
}
},
{
"category": "service_pack",
"name": "4.2(1)SV2(2.3)",
"product": {
"name": "4.2(1)SV2(2.3)",
"product_id": "CSAFPID-239813"
}
}
],
"category": "product_version",
"name": "4.2(1)SV2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(2)N1(1)",
"product": {
"name": "5.0(2)N1(1)",
"product_id": "CSAFPID-191408"
}
}
],
"category": "product_version",
"name": "5.0(2)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(2)N2(1)",
"product": {
"name": "5.0(2)N2(1)",
"product_id": "CSAFPID-191410"
}
},
{
"category": "service_pack",
"name": "5.0(2)N2(1a)",
"product": {
"name": "5.0(2)N2(1a)",
"product_id": "CSAFPID-191411"
}
}
],
"category": "product_version",
"name": "5.0(2)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)A1(1)",
"product": {
"name": "5.0(3)A1(1)",
"product_id": "CSAFPID-239579"
}
},
{
"category": "service_pack",
"name": "5.0(3)A1(2)",
"product": {
"name": "5.0(3)A1(2)",
"product_id": "CSAFPID-239580"
}
},
{
"category": "service_pack",
"name": "5.0(3)A1(2a)",
"product": {
"name": "5.0(3)A1(2a)",
"product_id": "CSAFPID-239581"
}
}
],
"category": "product_version",
"name": "5.0(3)A1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)N1(1c)",
"product": {
"name": "5.0(3)N1(1c)",
"product_id": "CSAFPID-191409"
}
},
{
"category": "service_pack",
"name": "5.0(3)N1(1)",
"product": {
"name": "5.0(3)N1(1)",
"product_id": "CSAFPID-239646"
}
},
{
"category": "service_pack",
"name": "5.0(3)N1(1a)",
"product": {
"name": "5.0(3)N1(1a)",
"product_id": "CSAFPID-239647"
}
},
{
"category": "service_pack",
"name": "5.0(3)N1(1b)",
"product": {
"name": "5.0(3)N1(1b)",
"product_id": "CSAFPID-239648"
}
}
],
"category": "product_version",
"name": "5.0(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)N2(1)",
"product": {
"name": "5.0(3)N2(1)",
"product_id": "CSAFPID-191412"
}
},
{
"category": "service_pack",
"name": "5.0(3)N2(2)",
"product": {
"name": "5.0(3)N2(2)",
"product_id": "CSAFPID-191413"
}
},
{
"category": "service_pack",
"name": "5.0(3)N2(2a)",
"product": {
"name": "5.0(3)N2(2a)",
"product_id": "CSAFPID-191414"
}
},
{
"category": "service_pack",
"name": "5.0(3)N2(2b)",
"product": {
"name": "5.0(3)N2(2b)",
"product_id": "CSAFPID-191415"
}
}
],
"category": "product_version",
"name": "5.0(3)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)U1(1)",
"product": {
"name": "5.0(3)U1(1)",
"product_id": "CSAFPID-191391"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(1a)",
"product": {
"name": "5.0(3)U1(1a)",
"product_id": "CSAFPID-191392"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(1b)",
"product": {
"name": "5.0(3)U1(1b)",
"product_id": "CSAFPID-191393"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(1d)",
"product": {
"name": "5.0(3)U1(1d)",
"product_id": "CSAFPID-191466"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(2)",
"product": {
"name": "5.0(3)U1(2)",
"product_id": "CSAFPID-191467"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(2a)",
"product": {
"name": "5.0(3)U1(2a)",
"product_id": "CSAFPID-191468"
}
},
{
"category": "service_pack",
"name": "5.0(3)U1(1c)",
"product": {
"name": "5.0(3)U1(1c)",
"product_id": "CSAFPID-239513"
}
}
],
"category": "product_version",
"name": "5.0(3)U1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)U2(1)",
"product": {
"name": "5.0(3)U2(1)",
"product_id": "CSAFPID-191469"
}
},
{
"category": "service_pack",
"name": "5.0(3)U2(2)",
"product": {
"name": "5.0(3)U2(2)",
"product_id": "CSAFPID-191470"
}
},
{
"category": "service_pack",
"name": "5.0(3)U2(2a)",
"product": {
"name": "5.0(3)U2(2a)",
"product_id": "CSAFPID-191471"
}
},
{
"category": "service_pack",
"name": "5.0(3)U2(2b)",
"product": {
"name": "5.0(3)U2(2b)",
"product_id": "CSAFPID-191472"
}
},
{
"category": "service_pack",
"name": "5.0(3)U2(2c)",
"product": {
"name": "5.0(3)U2(2c)",
"product_id": "CSAFPID-191473"
}
},
{
"category": "service_pack",
"name": "5.0(3)U2(2d)",
"product": {
"name": "5.0(3)U2(2d)",
"product_id": "CSAFPID-191474"
}
}
],
"category": "product_version",
"name": "5.0(3)U2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)U3(1)",
"product": {
"name": "5.0(3)U3(1)",
"product_id": "CSAFPID-191475"
}
},
{
"category": "service_pack",
"name": "5.0(3)U3(2)",
"product": {
"name": "5.0(3)U3(2)",
"product_id": "CSAFPID-191476"
}
},
{
"category": "service_pack",
"name": "5.0(3)U3(2a)",
"product": {
"name": "5.0(3)U3(2a)",
"product_id": "CSAFPID-191477"
}
},
{
"category": "service_pack",
"name": "5.0(3)U3(2b)",
"product": {
"name": "5.0(3)U3(2b)",
"product_id": "CSAFPID-191478"
}
}
],
"category": "product_version",
"name": "5.0(3)U3"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)U4(1)",
"product": {
"name": "5.0(3)U4(1)",
"product_id": "CSAFPID-191479"
}
}
],
"category": "product_version",
"name": "5.0(3)U4"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.0(3)U5(1)",
"product": {
"name": "5.0(3)U5(1)",
"product_id": "CSAFPID-191480"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1a)",
"product": {
"name": "5.0(3)U5(1a)",
"product_id": "CSAFPID-191481"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1b)",
"product": {
"name": "5.0(3)U5(1b)",
"product_id": "CSAFPID-191482"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1c)",
"product": {
"name": "5.0(3)U5(1c)",
"product_id": "CSAFPID-191483"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1d)",
"product": {
"name": "5.0(3)U5(1d)",
"product_id": "CSAFPID-191484"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1e)",
"product": {
"name": "5.0(3)U5(1e)",
"product_id": "CSAFPID-191485"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1f)",
"product": {
"name": "5.0(3)U5(1f)",
"product_id": "CSAFPID-196613"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1g)",
"product": {
"name": "5.0(3)U5(1g)",
"product_id": "CSAFPID-196614"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1h)",
"product": {
"name": "5.0(3)U5(1h)",
"product_id": "CSAFPID-196615"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1i)",
"product": {
"name": "5.0(3)U5(1i)",
"product_id": "CSAFPID-239530"
}
},
{
"category": "service_pack",
"name": "5.0(3)U5(1j)",
"product": {
"name": "5.0(3)U5(1j)",
"product_id": "CSAFPID-239531"
}
}
],
"category": "product_version",
"name": "5.0(3)U5"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.1(3)N1(1)",
"product": {
"name": "5.1(3)N1(1)",
"product_id": "CSAFPID-191416"
}
},
{
"category": "service_pack",
"name": "5.1(3)N1(1a)",
"product": {
"name": "5.1(3)N1(1a)",
"product_id": "CSAFPID-191417"
}
}
],
"category": "product_version",
"name": "5.1(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.1(3)N2(1)",
"product": {
"name": "5.1(3)N2(1)",
"product_id": "CSAFPID-191418"
}
},
{
"category": "service_pack",
"name": "5.1(3)N2(1a)",
"product": {
"name": "5.1(3)N2(1a)",
"product_id": "CSAFPID-191419"
}
},
{
"category": "service_pack",
"name": "5.1(3)N2(1b)",
"product": {
"name": "5.1(3)N2(1b)",
"product_id": "CSAFPID-191420"
}
},
{
"category": "service_pack",
"name": "5.1(3)N2(1c)",
"product": {
"name": "5.1(3)N2(1c)",
"product_id": "CSAFPID-191421"
}
}
],
"category": "product_version",
"name": "5.1(3)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(1)N1(1)",
"product": {
"name": "5.2(1)N1(1)",
"product_id": "CSAFPID-191422"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(1a)",
"product": {
"name": "5.2(1)N1(1a)",
"product_id": "CSAFPID-191423"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(1b)",
"product": {
"name": "5.2(1)N1(1b)",
"product_id": "CSAFPID-191424"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(2)",
"product": {
"name": "5.2(1)N1(2)",
"product_id": "CSAFPID-191425"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(2a)",
"product": {
"name": "5.2(1)N1(2a)",
"product_id": "CSAFPID-191426"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(3)",
"product": {
"name": "5.2(1)N1(3)",
"product_id": "CSAFPID-191427"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(4)",
"product": {
"name": "5.2(1)N1(4)",
"product_id": "CSAFPID-191428"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(5)",
"product": {
"name": "5.2(1)N1(5)",
"product_id": "CSAFPID-196611"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(6)",
"product": {
"name": "5.2(1)N1(6)",
"product_id": "CSAFPID-196612"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(7)",
"product": {
"name": "5.2(1)N1(7)",
"product_id": "CSAFPID-198539"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(8a)",
"product": {
"name": "5.2(1)N1(8a)",
"product_id": "CSAFPID-201874"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(8)",
"product": {
"name": "5.2(1)N1(8)",
"product_id": "CSAFPID-201888"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(8b)",
"product": {
"name": "5.2(1)N1(8b)",
"product_id": "CSAFPID-239672"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(9)",
"product": {
"name": "5.2(1)N1(9)",
"product_id": "CSAFPID-239673"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(9a)",
"product": {
"name": "5.2(1)N1(9a)",
"product_id": "CSAFPID-239674"
}
},
{
"category": "service_pack",
"name": "5.2(1)N1(9b)",
"product": {
"name": "5.2(1)N1(9b)",
"product_id": "CSAFPID-239675"
}
}
],
"category": "product_version",
"name": "5.2(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(1)SM1(5.1)",
"product": {
"name": "5.2(1)SM1(5.1)",
"product_id": "CSAFPID-195841"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM1(5.2)",
"product": {
"name": "5.2(1)SM1(5.2)",
"product_id": "CSAFPID-253287"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM1(5.2a)",
"product": {
"name": "5.2(1)SM1(5.2a)",
"product_id": "CSAFPID-253288"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM1(5.2b)",
"product": {
"name": "5.2(1)SM1(5.2b)",
"product_id": "CSAFPID-253289"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM1(5.2c)",
"product": {
"name": "5.2(1)SM1(5.2c)",
"product_id": "CSAFPID-253290"
}
}
],
"category": "product_version",
"name": "5.2(1)SM1"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(1)SM3(1.1)",
"product": {
"name": "5.2(1)SM3(1.1)",
"product_id": "CSAFPID-253291"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM3(1.1a)",
"product": {
"name": "5.2(1)SM3(1.1a)",
"product_id": "CSAFPID-253292"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM3(1.1b)",
"product": {
"name": "5.2(1)SM3(1.1b)",
"product_id": "CSAFPID-253293"
}
},
{
"category": "service_pack",
"name": "5.2(1)SM3(1.1c)",
"product": {
"name": "5.2(1)SM3(1.1c)",
"product_id": "CSAFPID-253294"
}
}
],
"category": "product_version",
"name": "5.2(1)SM3"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(1)SV3(1.4)",
"product": {
"name": "5.2(1)SV3(1.4)",
"product_id": "CSAFPID-210024"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.1)",
"product": {
"name": "5.2(1)SV3(1.1)",
"product_id": "CSAFPID-217747"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.3)",
"product": {
"name": "5.2(1)SV3(1.3)",
"product_id": "CSAFPID-217748"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.5a)",
"product": {
"name": "5.2(1)SV3(1.5a)",
"product_id": "CSAFPID-220693"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.5b)",
"product": {
"name": "5.2(1)SV3(1.5b)",
"product_id": "CSAFPID-220694"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.6)",
"product": {
"name": "5.2(1)SV3(1.6)",
"product_id": "CSAFPID-220695"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.10)",
"product": {
"name": "5.2(1)SV3(1.10)",
"product_id": "CSAFPID-220696"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.15)",
"product": {
"name": "5.2(1)SV3(1.15)",
"product_id": "CSAFPID-220697"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(2.1)",
"product": {
"name": "5.2(1)SV3(2.1)",
"product_id": "CSAFPID-220698"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(2.5)",
"product": {
"name": "5.2(1)SV3(2.5)",
"product_id": "CSAFPID-230579"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(2.8)",
"product": {
"name": "5.2(1)SV3(2.8)",
"product_id": "CSAFPID-230580"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(3.1)",
"product": {
"name": "5.2(1)SV3(3.1)",
"product_id": "CSAFPID-230581"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.2)",
"product": {
"name": "5.2(1)SV3(1.2)",
"product_id": "CSAFPID-239814"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(1.4b)",
"product": {
"name": "5.2(1)SV3(1.4b)",
"product_id": "CSAFPID-239815"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(3.15)",
"product": {
"name": "5.2(1)SV3(3.15)",
"product_id": "CSAFPID-239817"
}
},
{
"category": "service_pack",
"name": "5.2(1)SV3(4.1)",
"product": {
"name": "5.2(1)SV3(4.1)",
"product_id": "CSAFPID-239818"
}
}
],
"category": "product_version",
"name": "5.2(1)SV3"
},
{
"branches": [
{
"category": "service_pack",
"name": "5.2(9)N1(1)",
"product": {
"name": "5.2(9)N1(1)",
"product_id": "CSAFPID-212073"
}
}
],
"category": "product_version",
"name": "5.2(9)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(1)",
"product": {
"name": "6.0(1)",
"product_id": "CSAFPID-191453"
}
},
{
"category": "service_pack",
"name": "6.0(2)",
"product": {
"name": "6.0(2)",
"product_id": "CSAFPID-191454"
}
},
{
"category": "service_pack",
"name": "6.0(3)",
"product": {
"name": "6.0(3)",
"product_id": "CSAFPID-191455"
}
},
{
"category": "service_pack",
"name": "6.0(4)",
"product": {
"name": "6.0(4)",
"product_id": "CSAFPID-191456"
}
}
],
"category": "product_version",
"name": "6.0"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A1(1)",
"product": {
"name": "6.0(2)A1(1)",
"product_id": "CSAFPID-239582"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1a)",
"product": {
"name": "6.0(2)A1(1a)",
"product_id": "CSAFPID-239583"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1b)",
"product": {
"name": "6.0(2)A1(1b)",
"product_id": "CSAFPID-239584"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1c)",
"product": {
"name": "6.0(2)A1(1c)",
"product_id": "CSAFPID-239585"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1d)",
"product": {
"name": "6.0(2)A1(1d)",
"product_id": "CSAFPID-239586"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1e)",
"product": {
"name": "6.0(2)A1(1e)",
"product_id": "CSAFPID-239587"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(1f)",
"product": {
"name": "6.0(2)A1(1f)",
"product_id": "CSAFPID-239588"
}
},
{
"category": "service_pack",
"name": "6.0(2)A1(2d)",
"product": {
"name": "6.0(2)A1(2d)",
"product_id": "CSAFPID-239589"
}
}
],
"category": "product_version",
"name": "6.0(2)A1"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A3(1)",
"product": {
"name": "6.0(2)A3(1)",
"product_id": "CSAFPID-239590"
}
},
{
"category": "service_pack",
"name": "6.0(2)A3(2)",
"product": {
"name": "6.0(2)A3(2)",
"product_id": "CSAFPID-239591"
}
},
{
"category": "service_pack",
"name": "6.0(2)A3(4)",
"product": {
"name": "6.0(2)A3(4)",
"product_id": "CSAFPID-239592"
}
}
],
"category": "product_version",
"name": "6.0(2)A3"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A4(1)",
"product": {
"name": "6.0(2)A4(1)",
"product_id": "CSAFPID-239593"
}
},
{
"category": "service_pack",
"name": "6.0(2)A4(2)",
"product": {
"name": "6.0(2)A4(2)",
"product_id": "CSAFPID-239594"
}
},
{
"category": "service_pack",
"name": "6.0(2)A4(3)",
"product": {
"name": "6.0(2)A4(3)",
"product_id": "CSAFPID-239595"
}
},
{
"category": "service_pack",
"name": "6.0(2)A4(4)",
"product": {
"name": "6.0(2)A4(4)",
"product_id": "CSAFPID-239596"
}
},
{
"category": "service_pack",
"name": "6.0(2)A4(5)",
"product": {
"name": "6.0(2)A4(5)",
"product_id": "CSAFPID-239597"
}
},
{
"category": "service_pack",
"name": "6.0(2)A4(6)",
"product": {
"name": "6.0(2)A4(6)",
"product_id": "CSAFPID-239598"
}
}
],
"category": "product_version",
"name": "6.0(2)A4"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A6(1)",
"product": {
"name": "6.0(2)A6(1)",
"product_id": "CSAFPID-239599"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(1a)",
"product": {
"name": "6.0(2)A6(1a)",
"product_id": "CSAFPID-239600"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(2)",
"product": {
"name": "6.0(2)A6(2)",
"product_id": "CSAFPID-239601"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(2a)",
"product": {
"name": "6.0(2)A6(2a)",
"product_id": "CSAFPID-239602"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(3)",
"product": {
"name": "6.0(2)A6(3)",
"product_id": "CSAFPID-239603"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(3a)",
"product": {
"name": "6.0(2)A6(3a)",
"product_id": "CSAFPID-239604"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(4)",
"product": {
"name": "6.0(2)A6(4)",
"product_id": "CSAFPID-239605"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(4a)",
"product": {
"name": "6.0(2)A6(4a)",
"product_id": "CSAFPID-239606"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(5)",
"product": {
"name": "6.0(2)A6(5)",
"product_id": "CSAFPID-239607"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(5a)",
"product": {
"name": "6.0(2)A6(5a)",
"product_id": "CSAFPID-239608"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(5b)",
"product": {
"name": "6.0(2)A6(5b)",
"product_id": "CSAFPID-239609"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(6)",
"product": {
"name": "6.0(2)A6(6)",
"product_id": "CSAFPID-239610"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(7)",
"product": {
"name": "6.0(2)A6(7)",
"product_id": "CSAFPID-239611"
}
},
{
"category": "service_pack",
"name": "6.0(2)A6(8)",
"product": {
"name": "6.0(2)A6(8)",
"product_id": "CSAFPID-239612"
}
}
],
"category": "product_version",
"name": "6.0(2)A6"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A7(1)",
"product": {
"name": "6.0(2)A7(1)",
"product_id": "CSAFPID-239613"
}
},
{
"category": "service_pack",
"name": "6.0(2)A7(1a)",
"product": {
"name": "6.0(2)A7(1a)",
"product_id": "CSAFPID-239614"
}
},
{
"category": "service_pack",
"name": "6.0(2)A7(2)",
"product": {
"name": "6.0(2)A7(2)",
"product_id": "CSAFPID-239615"
}
},
{
"category": "service_pack",
"name": "6.0(2)A7(2a)",
"product": {
"name": "6.0(2)A7(2a)",
"product_id": "CSAFPID-239616"
}
}
],
"category": "product_version",
"name": "6.0(2)A7"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)A8(1)",
"product": {
"name": "6.0(2)A8(1)",
"product_id": "CSAFPID-239617"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(2)",
"product": {
"name": "6.0(2)A8(2)",
"product_id": "CSAFPID-239618"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(3)",
"product": {
"name": "6.0(2)A8(3)",
"product_id": "CSAFPID-239619"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(4)",
"product": {
"name": "6.0(2)A8(4)",
"product_id": "CSAFPID-239620"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(4a)",
"product": {
"name": "6.0(2)A8(4a)",
"product_id": "CSAFPID-239621"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(5)",
"product": {
"name": "6.0(2)A8(5)",
"product_id": "CSAFPID-239622"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(6)",
"product": {
"name": "6.0(2)A8(6)",
"product_id": "CSAFPID-239623"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(7)",
"product": {
"name": "6.0(2)A8(7)",
"product_id": "CSAFPID-239624"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(7a)",
"product": {
"name": "6.0(2)A8(7a)",
"product_id": "CSAFPID-239625"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(7b)",
"product": {
"name": "6.0(2)A8(7b)",
"product_id": "CSAFPID-239626"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(8)",
"product": {
"name": "6.0(2)A8(8)",
"product_id": "CSAFPID-239627"
}
},
{
"category": "service_pack",
"name": "6.0(2)A8(9)",
"product": {
"name": "6.0(2)A8(9)",
"product_id": "CSAFPID-239628"
}
}
],
"category": "product_version",
"name": "6.0(2)A8"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)N1(1)",
"product": {
"name": "6.0(2)N1(1)",
"product_id": "CSAFPID-201875"
}
},
{
"category": "service_pack",
"name": "6.0(2)N1(2)",
"product": {
"name": "6.0(2)N1(2)",
"product_id": "CSAFPID-201876"
}
},
{
"category": "service_pack",
"name": "6.0(2)N1(2a)",
"product": {
"name": "6.0(2)N1(2a)",
"product_id": "CSAFPID-201877"
}
},
{
"category": "service_pack",
"name": "6.0(2)N1(1a)",
"product": {
"name": "6.0(2)N1(1a)",
"product_id": "CSAFPID-240150"
}
}
],
"category": "product_version",
"name": "6.0(2)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)N2(1)",
"product": {
"name": "6.0(2)N2(1)",
"product_id": "CSAFPID-201878"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(1b)",
"product": {
"name": "6.0(2)N2(1b)",
"product_id": "CSAFPID-201879"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(2)",
"product": {
"name": "6.0(2)N2(2)",
"product_id": "CSAFPID-201880"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(3)",
"product": {
"name": "6.0(2)N2(3)",
"product_id": "CSAFPID-201881"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(4)",
"product": {
"name": "6.0(2)N2(4)",
"product_id": "CSAFPID-201882"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(5)",
"product": {
"name": "6.0(2)N2(5)",
"product_id": "CSAFPID-201883"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(5a)",
"product": {
"name": "6.0(2)N2(5a)",
"product_id": "CSAFPID-212034"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(6)",
"product": {
"name": "6.0(2)N2(6)",
"product_id": "CSAFPID-212035"
}
},
{
"category": "service_pack",
"name": "6.0(2)N2(7)",
"product": {
"name": "6.0(2)N2(7)",
"product_id": "CSAFPID-212036"
}
}
],
"category": "product_version",
"name": "6.0(2)N2"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U1(1)",
"product": {
"name": "6.0(2)U1(1)",
"product_id": "CSAFPID-194693"
}
},
{
"category": "service_pack",
"name": "6.0(2)U1(2)",
"product": {
"name": "6.0(2)U1(2)",
"product_id": "CSAFPID-194694"
}
},
{
"category": "service_pack",
"name": "6.0(2)U1(1a)",
"product": {
"name": "6.0(2)U1(1a)",
"product_id": "CSAFPID-196616"
}
},
{
"category": "service_pack",
"name": "6.0(2)U1(3)",
"product": {
"name": "6.0(2)U1(3)",
"product_id": "CSAFPID-196617"
}
},
{
"category": "service_pack",
"name": "6.0(2)U1(4)",
"product": {
"name": "6.0(2)U1(4)",
"product_id": "CSAFPID-205076"
}
}
],
"category": "product_version",
"name": "6.0(2)U1"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U2(1)",
"product": {
"name": "6.0(2)U2(1)",
"product_id": "CSAFPID-205077"
}
},
{
"category": "service_pack",
"name": "6.0(2)U2(2)",
"product": {
"name": "6.0(2)U2(2)",
"product_id": "CSAFPID-205078"
}
},
{
"category": "service_pack",
"name": "6.0(2)U2(3)",
"product": {
"name": "6.0(2)U2(3)",
"product_id": "CSAFPID-205079"
}
},
{
"category": "service_pack",
"name": "6.0(2)U2(4)",
"product": {
"name": "6.0(2)U2(4)",
"product_id": "CSAFPID-205080"
}
},
{
"category": "service_pack",
"name": "6.0(2)U2(5)",
"product": {
"name": "6.0(2)U2(5)",
"product_id": "CSAFPID-205081"
}
},
{
"category": "service_pack",
"name": "6.0(2)U2(6)",
"product": {
"name": "6.0(2)U2(6)",
"product_id": "CSAFPID-205082"
}
}
],
"category": "product_version",
"name": "6.0(2)U2"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U3(1)",
"product": {
"name": "6.0(2)U3(1)",
"product_id": "CSAFPID-205083"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(2)",
"product": {
"name": "6.0(2)U3(2)",
"product_id": "CSAFPID-205084"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(3)",
"product": {
"name": "6.0(2)U3(3)",
"product_id": "CSAFPID-205085"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(4)",
"product": {
"name": "6.0(2)U3(4)",
"product_id": "CSAFPID-205086"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(5)",
"product": {
"name": "6.0(2)U3(5)",
"product_id": "CSAFPID-205087"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(6)",
"product": {
"name": "6.0(2)U3(6)",
"product_id": "CSAFPID-239536"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(7)",
"product": {
"name": "6.0(2)U3(7)",
"product_id": "CSAFPID-239537"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(8)",
"product": {
"name": "6.0(2)U3(8)",
"product_id": "CSAFPID-239538"
}
},
{
"category": "service_pack",
"name": "6.0(2)U3(9)",
"product": {
"name": "6.0(2)U3(9)",
"product_id": "CSAFPID-239539"
}
}
],
"category": "product_version",
"name": "6.0(2)U3"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U4(1)",
"product": {
"name": "6.0(2)U4(1)",
"product_id": "CSAFPID-203349"
}
},
{
"category": "service_pack",
"name": "6.0(2)U4(2)",
"product": {
"name": "6.0(2)U4(2)",
"product_id": "CSAFPID-205088"
}
},
{
"category": "service_pack",
"name": "6.0(2)U4(3)",
"product": {
"name": "6.0(2)U4(3)",
"product_id": "CSAFPID-205089"
}
},
{
"category": "service_pack",
"name": "6.0(2)U4(4)",
"product": {
"name": "6.0(2)U4(4)",
"product_id": "CSAFPID-239545"
}
}
],
"category": "product_version",
"name": "6.0(2)U4"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U5(1)",
"product": {
"name": "6.0(2)U5(1)",
"product_id": "CSAFPID-205090"
}
},
{
"category": "service_pack",
"name": "6.0(2)U5(2)",
"product": {
"name": "6.0(2)U5(2)",
"product_id": "CSAFPID-220702"
}
},
{
"category": "service_pack",
"name": "6.0(2)U5(3)",
"product": {
"name": "6.0(2)U5(3)",
"product_id": "CSAFPID-220703"
}
},
{
"category": "service_pack",
"name": "6.0(2)U5(4)",
"product": {
"name": "6.0(2)U5(4)",
"product_id": "CSAFPID-220704"
}
}
],
"category": "product_version",
"name": "6.0(2)U5"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.0(2)U6(1)",
"product": {
"name": "6.0(2)U6(1)",
"product_id": "CSAFPID-213569"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(2)",
"product": {
"name": "6.0(2)U6(2)",
"product_id": "CSAFPID-213570"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(3)",
"product": {
"name": "6.0(2)U6(3)",
"product_id": "CSAFPID-213571"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(4)",
"product": {
"name": "6.0(2)U6(4)",
"product_id": "CSAFPID-213572"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(5)",
"product": {
"name": "6.0(2)U6(5)",
"product_id": "CSAFPID-213573"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(6)",
"product": {
"name": "6.0(2)U6(6)",
"product_id": "CSAFPID-220699"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(7)",
"product": {
"name": "6.0(2)U6(7)",
"product_id": "CSAFPID-220700"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(8)",
"product": {
"name": "6.0(2)U6(8)",
"product_id": "CSAFPID-220701"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(1a)",
"product": {
"name": "6.0(2)U6(1a)",
"product_id": "CSAFPID-239546"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(2a)",
"product": {
"name": "6.0(2)U6(2a)",
"product_id": "CSAFPID-239547"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(3a)",
"product": {
"name": "6.0(2)U6(3a)",
"product_id": "CSAFPID-239548"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(4a)",
"product": {
"name": "6.0(2)U6(4a)",
"product_id": "CSAFPID-239549"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(5a)",
"product": {
"name": "6.0(2)U6(5a)",
"product_id": "CSAFPID-239550"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(5b)",
"product": {
"name": "6.0(2)U6(5b)",
"product_id": "CSAFPID-239551"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(5c)",
"product": {
"name": "6.0(2)U6(5c)",
"product_id": "CSAFPID-239552"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(9)",
"product": {
"name": "6.0(2)U6(9)",
"product_id": "CSAFPID-239553"
}
},
{
"category": "service_pack",
"name": "6.0(2)U6(10)",
"product": {
"name": "6.0(2)U6(10)",
"product_id": "CSAFPID-239554"
}
}
],
"category": "product_version",
"name": "6.0(2)U6"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.1(2)I1(3)",
"product": {
"name": "6.1(2)I1(3)",
"product_id": "CSAFPID-239450"
}
},
{
"category": "service_pack",
"name": "6.1(2)I1(1)",
"product": {
"name": "6.1(2)I1(1)",
"product_id": "CSAFPID-240152"
}
},
{
"category": "service_pack",
"name": "6.1(2)I1(2)",
"product": {
"name": "6.1(2)I1(2)",
"product_id": "CSAFPID-240153"
}
}
],
"category": "product_version",
"name": "6.1(2)I1"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.1(2)I2(1)",
"product": {
"name": "6.1(2)I2(1)",
"product_id": "CSAFPID-201604"
}
},
{
"category": "service_pack",
"name": "6.1(2)I2(2)",
"product": {
"name": "6.1(2)I2(2)",
"product_id": "CSAFPID-201605"
}
},
{
"category": "service_pack",
"name": "6.1(2)I2(2a)",
"product": {
"name": "6.1(2)I2(2a)",
"product_id": "CSAFPID-201606"
}
},
{
"category": "service_pack",
"name": "6.1(2)I2(3)",
"product": {
"name": "6.1(2)I2(3)",
"product_id": "CSAFPID-201607"
}
},
{
"category": "service_pack",
"name": "6.1(2)I2(2b)",
"product": {
"name": "6.1(2)I2(2b)",
"product_id": "CSAFPID-202737"
}
}
],
"category": "product_version",
"name": "6.1(2)I2"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.1(2)I3(1)",
"product": {
"name": "6.1(2)I3(1)",
"product_id": "CSAFPID-205091"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(2)",
"product": {
"name": "6.1(2)I3(2)",
"product_id": "CSAFPID-205092"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(3)",
"product": {
"name": "6.1(2)I3(3)",
"product_id": "CSAFPID-205093"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(3.78)",
"product": {
"name": "6.1(2)I3(3.78)",
"product_id": "CSAFPID-208867"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4)",
"product": {
"name": "6.1(2)I3(4)",
"product_id": "CSAFPID-210263"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(3a)",
"product": {
"name": "6.1(2)I3(3a)",
"product_id": "CSAFPID-239451"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4a)",
"product": {
"name": "6.1(2)I3(4a)",
"product_id": "CSAFPID-239452"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4b)",
"product": {
"name": "6.1(2)I3(4b)",
"product_id": "CSAFPID-239453"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4c)",
"product": {
"name": "6.1(2)I3(4c)",
"product_id": "CSAFPID-239454"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4d)",
"product": {
"name": "6.1(2)I3(4d)",
"product_id": "CSAFPID-239455"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(4e)",
"product": {
"name": "6.1(2)I3(4e)",
"product_id": "CSAFPID-239456"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(5)",
"product": {
"name": "6.1(2)I3(5)",
"product_id": "CSAFPID-239457"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(5a)",
"product": {
"name": "6.1(2)I3(5a)",
"product_id": "CSAFPID-239458"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(5b)",
"product": {
"name": "6.1(2)I3(5b)",
"product_id": "CSAFPID-239459"
}
},
{
"category": "service_pack",
"name": "6.1(2)I3(3b)",
"product": {
"name": "6.1(2)I3(3b)",
"product_id": "CSAFPID-240154"
}
}
],
"category": "product_version",
"name": "6.1(2)I3"
},
{
"branches": [
{
"category": "service_pack",
"name": "6.2(2)",
"product": {
"name": "6.2(2)",
"product_id": "CSAFPID-196609"
}
},
{
"category": "service_pack",
"name": "6.2(2a)",
"product": {
"name": "6.2(2a)",
"product_id": "CSAFPID-196610"
}
},
{
"category": "service_pack",
"name": "6.2(6)",
"product": {
"name": "6.2(6)",
"product_id": "CSAFPID-202738"
}
},
{
"category": "service_pack",
"name": "6.2(6b)",
"product": {
"name": "6.2(6b)",
"product_id": "CSAFPID-205071"
}
},
{
"category": "service_pack",
"name": "6.2(8)",
"product": {
"name": "6.2(8)",
"product_id": "CSAFPID-205072"
}
},
{
"category": "service_pack",
"name": "6.2(8a)",
"product": {
"name": "6.2(8a)",
"product_id": "CSAFPID-205073"
}
},
{
"category": "service_pack",
"name": "6.2(8b)",
"product": {
"name": "6.2(8b)",
"product_id": "CSAFPID-205074"
}
},
{
"category": "service_pack",
"name": "6.2(10)",
"product": {
"name": "6.2(10)",
"product_id": "CSAFPID-205075"
}
},
{
"category": "service_pack",
"name": "6.2(12)",
"product": {
"name": "6.2(12)",
"product_id": "CSAFPID-208194"
}
},
{
"category": "service_pack",
"name": "6.2(18)",
"product": {
"name": "6.2(18)",
"product_id": "CSAFPID-230441"
}
},
{
"category": "service_pack",
"name": "6.2(16)",
"product": {
"name": "6.2(16)",
"product_id": "CSAFPID-230442"
}
},
{
"category": "service_pack",
"name": "6.2(14b)",
"product": {
"name": "6.2(14b)",
"product_id": "CSAFPID-230443"
}
},
{
"category": "service_pack",
"name": "6.2(14)",
"product": {
"name": "6.2(14)",
"product_id": "CSAFPID-230527"
}
},
{
"category": "service_pack",
"name": "6.2(14a)",
"product": {
"name": "6.2(14a)",
"product_id": "CSAFPID-230528"
}
},
{
"category": "service_pack",
"name": "6.2(6a)",
"product": {
"name": "6.2(6a)",
"product_id": "CSAFPID-239437"
}
},
{
"category": "service_pack",
"name": "6.2(20)",
"product": {
"name": "6.2(20)",
"product_id": "CSAFPID-239445"
}
},
{
"category": "service_pack",
"name": "6.2(1)",
"product": {
"name": "6.2(1)",
"product_id": "CSAFPID-239482"
}
},
{
"category": "service_pack",
"name": "6.2(3)",
"product": {
"name": "6.2(3)",
"product_id": "CSAFPID-239483"
}
},
{
"category": "service_pack",
"name": "6.2(5)",
"product": {
"name": "6.2(5)",
"product_id": "CSAFPID-239484"
}
},
{
"category": "service_pack",
"name": "6.2(5a)",
"product": {
"name": "6.2(5a)",
"product_id": "CSAFPID-239485"
}
},
{
"category": "service_pack",
"name": "6.2(5b)",
"product": {
"name": "6.2(5b)",
"product_id": "CSAFPID-239486"
}
},
{
"category": "service_pack",
"name": "6.2(7)",
"product": {
"name": "6.2(7)",
"product_id": "CSAFPID-239487"
}
},
{
"category": "service_pack",
"name": "6.2(9)",
"product": {
"name": "6.2(9)",
"product_id": "CSAFPID-239488"
}
},
{
"category": "service_pack",
"name": "6.2(9a)",
"product": {
"name": "6.2(9a)",
"product_id": "CSAFPID-239489"
}
},
{
"category": "service_pack",
"name": "6.2(9b)",
"product": {
"name": "6.2(9b)",
"product_id": "CSAFPID-239490"
}
},
{
"category": "service_pack",
"name": "6.2(9c)",
"product": {
"name": "6.2(9c)",
"product_id": "CSAFPID-239491"
}
},
{
"category": "service_pack",
"name": "6.2(11)",
"product": {
"name": "6.2(11)",
"product_id": "CSAFPID-239492"
}
},
{
"category": "service_pack",
"name": "6.2(11b)",
"product": {
"name": "6.2(11b)",
"product_id": "CSAFPID-239493"
}
},
{
"category": "service_pack",
"name": "6.2(11c)",
"product": {
"name": "6.2(11c)",
"product_id": "CSAFPID-239494"
}
},
{
"category": "service_pack",
"name": "6.2(11d)",
"product": {
"name": "6.2(11d)",
"product_id": "CSAFPID-239495"
}
},
{
"category": "service_pack",
"name": "6.2(11e)",
"product": {
"name": "6.2(11e)",
"product_id": "CSAFPID-239496"
}
},
{
"category": "service_pack",
"name": "6.2(13)",
"product": {
"name": "6.2(13)",
"product_id": "CSAFPID-239497"
}
},
{
"category": "service_pack",
"name": "6.2(13a)",
"product": {
"name": "6.2(13a)",
"product_id": "CSAFPID-239498"
}
},
{
"category": "service_pack",
"name": "6.2(13b)",
"product": {
"name": "6.2(13b)",
"product_id": "CSAFPID-239499"
}
},
{
"category": "service_pack",
"name": "6.2(15)",
"product": {
"name": "6.2(15)",
"product_id": "CSAFPID-239500"
}
},
{
"category": "service_pack",
"name": "6.2(17)",
"product": {
"name": "6.2(17)",
"product_id": "CSAFPID-239501"
}
},
{
"category": "service_pack",
"name": "6.2(19)",
"product": {
"name": "6.2(19)",
"product_id": "CSAFPID-239502"
}
},
{
"category": "service_pack",
"name": "6.2(21)",
"product": {
"name": "6.2(21)",
"product_id": "CSAFPID-239503"
}
},
{
"category": "service_pack",
"name": "6.2(23)",
"product": {
"name": "6.2(23)",
"product_id": "CSAFPID-239504"
}
},
{
"category": "service_pack",
"name": "6.2(20a)",
"product": {
"name": "6.2(20a)",
"product_id": "CSAFPID-248858"
}
}
],
"category": "product_version",
"name": "6.2"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)",
"product": {
"name": "7.0(3)",
"product_id": "CSAFPID-208195"
}
}
],
"category": "product_version",
"name": "7.0"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(0)N1(1)",
"product": {
"name": "7.0(0)N1(1)",
"product_id": "CSAFPID-201884"
}
}
],
"category": "product_version",
"name": "7.0(0)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(1)N1(1)",
"product": {
"name": "7.0(1)N1(1)",
"product_id": "CSAFPID-201885"
}
},
{
"category": "service_pack",
"name": "7.0(1)N1(3)",
"product": {
"name": "7.0(1)N1(3)",
"product_id": "CSAFPID-213631"
}
}
],
"category": "product_version",
"name": "7.0(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(2)I2(2c)",
"product": {
"name": "7.0(2)I2(2c)",
"product_id": "CSAFPID-239460"
}
}
],
"category": "product_version",
"name": "7.0(2)I2"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(2)N1(1)",
"product": {
"name": "7.0(2)N1(1)",
"product_id": "CSAFPID-201886"
}
},
{
"category": "service_pack",
"name": "7.0(2)N1(1a)",
"product": {
"name": "7.0(2)N1(1a)",
"product_id": "CSAFPID-230508"
}
}
],
"category": "product_version",
"name": "7.0(2)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)F1(1)",
"product": {
"name": "7.0(3)F1(1)",
"product_id": "CSAFPID-239805"
}
}
],
"category": "product_version",
"name": "7.0(3)F1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)F2(1)",
"product": {
"name": "7.0(3)F2(1)",
"product_id": "CSAFPID-239806"
}
},
{
"category": "service_pack",
"name": "7.0(3)F2(2)",
"product": {
"name": "7.0(3)F2(2)",
"product_id": "CSAFPID-239807"
}
}
],
"category": "product_version",
"name": "7.0(3)F2"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)F3(1)",
"product": {
"name": "7.0(3)F3(1)",
"product_id": "CSAFPID-239632"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(2)",
"product": {
"name": "7.0(3)F3(2)",
"product_id": "CSAFPID-239633"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(3)",
"product": {
"name": "7.0(3)F3(3)",
"product_id": "CSAFPID-239634"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(3a)",
"product": {
"name": "7.0(3)F3(3a)",
"product_id": "CSAFPID-239635"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(4)",
"product": {
"name": "7.0(3)F3(4)",
"product_id": "CSAFPID-239636"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(3c)",
"product": {
"name": "7.0(3)F3(3c)",
"product_id": "CSAFPID-248790"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(3b)",
"product": {
"name": "7.0(3)F3(3b)",
"product_id": "CSAFPID-256141"
}
},
{
"category": "service_pack",
"name": "7.0(3)F3(5)",
"product": {
"name": "7.0(3)F3(5)",
"product_id": "CSAFPID-256529"
}
}
],
"category": "product_version",
"name": "7.0(3)F3"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I1(1)",
"product": {
"name": "7.0(3)I1(1)",
"product_id": "CSAFPID-208580"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(1a)",
"product": {
"name": "7.0(3)I1(1a)",
"product_id": "CSAFPID-208581"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(1b)",
"product": {
"name": "7.0(3)I1(1b)",
"product_id": "CSAFPID-208582"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(2)",
"product": {
"name": "7.0(3)I1(2)",
"product_id": "CSAFPID-208583"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(3)",
"product": {
"name": "7.0(3)I1(3)",
"product_id": "CSAFPID-220738"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(3a)",
"product": {
"name": "7.0(3)I1(3a)",
"product_id": "CSAFPID-220739"
}
},
{
"category": "service_pack",
"name": "7.0(3)I1(3b)",
"product": {
"name": "7.0(3)I1(3b)",
"product_id": "CSAFPID-220740"
}
}
],
"category": "product_version",
"name": "7.0(3)I1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I2(2a)",
"product": {
"name": "7.0(3)I2(2a)",
"product_id": "CSAFPID-220741"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(2b)",
"product": {
"name": "7.0(3)I2(2b)",
"product_id": "CSAFPID-220742"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(2c)",
"product": {
"name": "7.0(3)I2(2c)",
"product_id": "CSAFPID-220743"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(2d)",
"product": {
"name": "7.0(3)I2(2d)",
"product_id": "CSAFPID-220744"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(2e)",
"product": {
"name": "7.0(3)I2(2e)",
"product_id": "CSAFPID-220745"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(3)",
"product": {
"name": "7.0(3)I2(3)",
"product_id": "CSAFPID-220746"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(4)",
"product": {
"name": "7.0(3)I2(4)",
"product_id": "CSAFPID-220747"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(5)",
"product": {
"name": "7.0(3)I2(5)",
"product_id": "CSAFPID-230554"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(1)",
"product": {
"name": "7.0(3)I2(1)",
"product_id": "CSAFPID-230567"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(1a)",
"product": {
"name": "7.0(3)I2(1a)",
"product_id": "CSAFPID-230568"
}
},
{
"category": "service_pack",
"name": "7.0(3)I2(2)",
"product": {
"name": "7.0(3)I2(2)",
"product_id": "CSAFPID-230569"
}
}
],
"category": "product_version",
"name": "7.0(3)I2"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I3(1)",
"product": {
"name": "7.0(3)I3(1)",
"product_id": "CSAFPID-220748"
}
}
],
"category": "product_version",
"name": "7.0(3)I3"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I4(1)",
"product": {
"name": "7.0(3)I4(1)",
"product_id": "CSAFPID-220749"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(2)",
"product": {
"name": "7.0(3)I4(2)",
"product_id": "CSAFPID-220750"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(3)",
"product": {
"name": "7.0(3)I4(3)",
"product_id": "CSAFPID-220751"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(4)",
"product": {
"name": "7.0(3)I4(4)",
"product_id": "CSAFPID-230530"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(5)",
"product": {
"name": "7.0(3)I4(5)",
"product_id": "CSAFPID-230531"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(6)",
"product": {
"name": "7.0(3)I4(6)",
"product_id": "CSAFPID-230532"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(7)",
"product": {
"name": "7.0(3)I4(7)",
"product_id": "CSAFPID-230534"
}
},
{
"category": "service_pack",
"name": "7.0(3)I4(8)",
"product": {
"name": "7.0(3)I4(8)",
"product_id": "CSAFPID-239472"
}
}
],
"category": "product_version",
"name": "7.0(3)I4"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I5(1)",
"product": {
"name": "7.0(3)I5(1)",
"product_id": "CSAFPID-230535"
}
},
{
"category": "service_pack",
"name": "7.0(3)I5(2)",
"product": {
"name": "7.0(3)I5(2)",
"product_id": "CSAFPID-230536"
}
}
],
"category": "product_version",
"name": "7.0(3)I5"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I6(1)",
"product": {
"name": "7.0(3)I6(1)",
"product_id": "CSAFPID-230541"
}
},
{
"category": "service_pack",
"name": "7.0(3)I6(2)",
"product": {
"name": "7.0(3)I6(2)",
"product_id": "CSAFPID-239476"
}
}
],
"category": "product_version",
"name": "7.0(3)I6"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)I7(1)",
"product": {
"name": "7.0(3)I7(1)",
"product_id": "CSAFPID-230542"
}
},
{
"category": "service_pack",
"name": "7.0(3)I7(2)",
"product": {
"name": "7.0(3)I7(2)",
"product_id": "CSAFPID-239478"
}
},
{
"category": "service_pack",
"name": "7.0(3)I7(3)",
"product": {
"name": "7.0(3)I7(3)",
"product_id": "CSAFPID-239479"
}
},
{
"category": "service_pack",
"name": "7.0(3)I7(4)",
"product": {
"name": "7.0(3)I7(4)",
"product_id": "CSAFPID-248792"
}
},
{
"category": "service_pack",
"name": "7.0(3)I7(5)",
"product": {
"name": "7.0(3)I7(5)",
"product_id": "CSAFPID-253295"
}
}
],
"category": "product_version",
"name": "7.0(3)I7"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)IX1(2)",
"product": {
"name": "7.0(3)IX1(2)",
"product_id": "CSAFPID-239480"
}
},
{
"category": "service_pack",
"name": "7.0(3)IX1(2a)",
"product": {
"name": "7.0(3)IX1(2a)",
"product_id": "CSAFPID-239481"
}
}
],
"category": "product_version",
"name": "7.0(3)IX1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(3)N1(1)",
"product": {
"name": "7.0(3)N1(1)",
"product_id": "CSAFPID-201887"
}
}
],
"category": "product_version",
"name": "7.0(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(4)N1(1)",
"product": {
"name": "7.0(4)N1(1)",
"product_id": "CSAFPID-212037"
}
},
{
"category": "service_pack",
"name": "7.0(4)N1(1a)",
"product": {
"name": "7.0(4)N1(1a)",
"product_id": "CSAFPID-230505"
}
}
],
"category": "product_version",
"name": "7.0(4)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(5)N1(1)",
"product": {
"name": "7.0(5)N1(1)",
"product_id": "CSAFPID-212038"
}
},
{
"category": "service_pack",
"name": "7.0(5)N1(1a)",
"product": {
"name": "7.0(5)N1(1a)",
"product_id": "CSAFPID-212039"
}
}
],
"category": "product_version",
"name": "7.0(5)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(6)N1(1)",
"product": {
"name": "7.0(6)N1(1)",
"product_id": "CSAFPID-208805"
}
},
{
"category": "service_pack",
"name": "7.0(6)N1(4s)",
"product": {
"name": "7.0(6)N1(4s)",
"product_id": "CSAFPID-230498"
}
},
{
"category": "service_pack",
"name": "7.0(6)N1(3s)",
"product": {
"name": "7.0(6)N1(3s)",
"product_id": "CSAFPID-230499"
}
},
{
"category": "service_pack",
"name": "7.0(6)N1(2s)",
"product": {
"name": "7.0(6)N1(2s)",
"product_id": "CSAFPID-230500"
}
},
{
"category": "service_pack",
"name": "7.0(6)N1(1c)",
"product": {
"name": "7.0(6)N1(1c)",
"product_id": "CSAFPID-230501"
}
}
],
"category": "product_version",
"name": "7.0(6)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(7)N1(1)",
"product": {
"name": "7.0(7)N1(1)",
"product_id": "CSAFPID-212040"
}
},
{
"category": "service_pack",
"name": "7.0(7)N1(1b)",
"product": {
"name": "7.0(7)N1(1b)",
"product_id": "CSAFPID-230495"
}
},
{
"category": "service_pack",
"name": "7.0(7)N1(1a)",
"product": {
"name": "7.0(7)N1(1a)",
"product_id": "CSAFPID-230496"
}
}
],
"category": "product_version",
"name": "7.0(7)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.0(8)N1(1)",
"product": {
"name": "7.0(8)N1(1)",
"product_id": "CSAFPID-220727"
}
},
{
"category": "service_pack",
"name": "7.0(8)N1(1a)",
"product": {
"name": "7.0(8)N1(1a)",
"product_id": "CSAFPID-230493"
}
}
],
"category": "product_version",
"name": "7.0(8)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(0)N1(1a)",
"product": {
"name": "7.1(0)N1(1a)",
"product_id": "CSAFPID-212041"
}
},
{
"category": "service_pack",
"name": "7.1(0)N1(1b)",
"product": {
"name": "7.1(0)N1(1b)",
"product_id": "CSAFPID-212042"
}
},
{
"category": "service_pack",
"name": "7.1(0)N1(2)",
"product": {
"name": "7.1(0)N1(2)",
"product_id": "CSAFPID-230489"
}
},
{
"category": "service_pack",
"name": "7.1(0)N1(1)",
"product": {
"name": "7.1(0)N1(1)",
"product_id": "CSAFPID-230492"
}
}
],
"category": "product_version",
"name": "7.1(0)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(1)N1(1)",
"product": {
"name": "7.1(1)N1(1)",
"product_id": "CSAFPID-208806"
}
},
{
"category": "service_pack",
"name": "7.1(1)N1(1a)",
"product": {
"name": "7.1(1)N1(1a)",
"product_id": "CSAFPID-230487"
}
}
],
"category": "product_version",
"name": "7.1(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(2)N1(1)",
"product": {
"name": "7.1(2)N1(1)",
"product_id": "CSAFPID-212043"
}
},
{
"category": "service_pack",
"name": "7.1(2)N1(1a)",
"product": {
"name": "7.1(2)N1(1a)",
"product_id": "CSAFPID-230485"
}
}
],
"category": "product_version",
"name": "7.1(2)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(3)N1(1)",
"product": {
"name": "7.1(3)N1(1)",
"product_id": "CSAFPID-212044"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(2)",
"product": {
"name": "7.1(3)N1(2)",
"product_id": "CSAFPID-220733"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(2.1)",
"product": {
"name": "7.1(3)N1(2.1)",
"product_id": "CSAFPID-224614"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(3.12)",
"product": {
"name": "7.1(3)N1(3.12)",
"product_id": "CSAFPID-224615"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(5)",
"product": {
"name": "7.1(3)N1(5)",
"product_id": "CSAFPID-230478"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(4)",
"product": {
"name": "7.1(3)N1(4)",
"product_id": "CSAFPID-230479"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(3)",
"product": {
"name": "7.1(3)N1(3)",
"product_id": "CSAFPID-230480"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(2a)",
"product": {
"name": "7.1(3)N1(2a)",
"product_id": "CSAFPID-230481"
}
},
{
"category": "service_pack",
"name": "7.1(3)N1(1b)",
"product": {
"name": "7.1(3)N1(1b)",
"product_id": "CSAFPID-230483"
}
}
],
"category": "product_version",
"name": "7.1(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(4)N1(1)",
"product": {
"name": "7.1(4)N1(1)",
"product_id": "CSAFPID-220734"
}
},
{
"category": "service_pack",
"name": "7.1(4)N1(1d)",
"product": {
"name": "7.1(4)N1(1d)",
"product_id": "CSAFPID-230474"
}
},
{
"category": "service_pack",
"name": "7.1(4)N1(1c)",
"product": {
"name": "7.1(4)N1(1c)",
"product_id": "CSAFPID-230475"
}
},
{
"category": "service_pack",
"name": "7.1(4)N1(1a)",
"product": {
"name": "7.1(4)N1(1a)",
"product_id": "CSAFPID-230476"
}
},
{
"category": "service_pack",
"name": "7.1(4)N1(1e)",
"product": {
"name": "7.1(4)N1(1e)",
"product_id": "CSAFPID-240151"
}
}
],
"category": "product_version",
"name": "7.1(4)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.1(5)N1(1)",
"product": {
"name": "7.1(5)N1(1)",
"product_id": "CSAFPID-230473"
}
}
],
"category": "product_version",
"name": "7.1(5)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(0)D1(0.437)",
"product": {
"name": "7.2(0)D1(0.437)",
"product_id": "CSAFPID-209820"
}
},
{
"category": "service_pack",
"name": "7.2(0)D1(1)",
"product": {
"name": "7.2(0)D1(1)",
"product_id": "CSAFPID-230440"
}
}
],
"category": "product_version",
"name": "7.2(0)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(0)N1(1)",
"product": {
"name": "7.2(0)N1(1)",
"product_id": "CSAFPID-212045"
}
}
],
"category": "product_version",
"name": "7.2(0)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(0)ZZ(99.1)",
"product": {
"name": "7.2(0)ZZ(99.1)",
"product_id": "CSAFPID-208640"
}
}
],
"category": "product_version",
"name": "7.2(0)ZZ"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(1)D1(1)",
"product": {
"name": "7.2(1)D1(1)",
"product_id": "CSAFPID-225659"
}
}
],
"category": "product_version",
"name": "7.2(1)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(1)N1(1)",
"product": {
"name": "7.2(1)N1(1)",
"product_id": "CSAFPID-212046"
}
}
],
"category": "product_version",
"name": "7.2(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.2(2)D1(2)",
"product": {
"name": "7.2(2)D1(2)",
"product_id": "CSAFPID-230438"
}
},
{
"category": "service_pack",
"name": "7.2(2)D1(1)",
"product": {
"name": "7.2(2)D1(1)",
"product_id": "CSAFPID-230439"
}
}
],
"category": "product_version",
"name": "7.2(2)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(0.2)",
"product": {
"name": "7.3(0.2)",
"product_id": "CSAFPID-208866"
}
}
],
"category": "product_version",
"name": "7.3"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(0)D1(1)",
"product": {
"name": "7.3(0)D1(1)",
"product_id": "CSAFPID-230437"
}
}
],
"category": "product_version",
"name": "7.3(0)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(0)DX(1)",
"product": {
"name": "7.3(0)DX(1)",
"product_id": "CSAFPID-230436"
}
}
],
"category": "product_version",
"name": "7.3(0)DX"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(0)DY(1)",
"product": {
"name": "7.3(0)DY(1)",
"product_id": "CSAFPID-230448"
}
}
],
"category": "product_version",
"name": "7.3(0)DY"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(0)N1(1)",
"product": {
"name": "7.3(0)N1(1)",
"product_id": "CSAFPID-220737"
}
},
{
"category": "service_pack",
"name": "7.3(0)N1(1b)",
"product": {
"name": "7.3(0)N1(1b)",
"product_id": "CSAFPID-230468"
}
},
{
"category": "service_pack",
"name": "7.3(0)N1(1a)",
"product": {
"name": "7.3(0)N1(1a)",
"product_id": "CSAFPID-230469"
}
}
],
"category": "product_version",
"name": "7.3(0)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(1)D1(1B)",
"product": {
"name": "7.3(1)D1(1B)",
"product_id": "CSAFPID-230434"
}
},
{
"category": "service_pack",
"name": "7.3(1)D1(1)",
"product": {
"name": "7.3(1)D1(1)",
"product_id": "CSAFPID-230435"
}
}
],
"category": "product_version",
"name": "7.3(1)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(1)DY(1)",
"product": {
"name": "7.3(1)DY(1)",
"product_id": "CSAFPID-230446"
}
}
],
"category": "product_version",
"name": "7.3(1)DY"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(1)N1(0.1)",
"product": {
"name": "7.3(1)N1(0.1)",
"product_id": "CSAFPID-225661"
}
},
{
"category": "service_pack",
"name": "7.3(1)N1(1)",
"product": {
"name": "7.3(1)N1(1)",
"product_id": "CSAFPID-227352"
}
}
],
"category": "product_version",
"name": "7.3(1)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(2)D1(1A)",
"product": {
"name": "7.3(2)D1(1A)",
"product_id": "CSAFPID-230432"
}
},
{
"category": "service_pack",
"name": "7.3(2)D1(1)",
"product": {
"name": "7.3(2)D1(1)",
"product_id": "CSAFPID-230433"
}
},
{
"category": "service_pack",
"name": "7.3(2)D1(2)",
"product": {
"name": "7.3(2)D1(2)",
"product_id": "CSAFPID-239439"
}
}
],
"category": "product_version",
"name": "7.3(2)D1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(2)N1(0.296)",
"product": {
"name": "7.3(2)N1(0.296)",
"product_id": "CSAFPID-224616"
}
},
{
"category": "service_pack",
"name": "7.3(2)N1(1)",
"product": {
"name": "7.3(2)N1(1)",
"product_id": "CSAFPID-230467"
}
}
],
"category": "product_version",
"name": "7.3(2)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "7.3(3)N1(1)",
"product": {
"name": "7.3(3)N1(1)",
"product_id": "CSAFPID-239639"
}
}
],
"category": "product_version",
"name": "7.3(3)N1"
},
{
"branches": [
{
"category": "service_pack",
"name": "8.0(1)S2",
"product": {
"name": "8.0(1)S2",
"product_id": "CSAFPID-224617"
}
},
{
"category": "service_pack",
"name": "8.0(1)",
"product": {
"name": "8.0(1)",
"product_id": "CSAFPID-227357"
}
}
],
"category": "product_version",
"name": "8.0"
},
{
"branches": [
{
"category": "service_pack",
"name": "8.1(1)",
"product": {
"name": "8.1(1)",
"product_id": "CSAFPID-227356"
}
},
{
"category": "service_pack",
"name": "8.1(2)",
"product": {
"name": "8.1(2)",
"product_id": "CSAFPID-239440"
}
},
{
"category": "service_pack",
"name": "8.1(2a)",
"product": {
"name": "8.1(2a)",
"product_id": "CSAFPID-239441"
}
},
{
"category": "service_pack",
"name": "8.1(1a)",
"product": {
"name": "8.1(1a)",
"product_id": "CSAFPID-239510"
}
}
],
"category": "product_version",
"name": "8.1"
},
{
"branches": [
{
"category": "service_pack",
"name": "8.2(1)",
"product": {
"name": "8.2(1)",
"product_id": "CSAFPID-230429"
}
},
{
"category": "service_pack",
"name": "8.2(2)",
"product": {
"name": "8.2(2)",
"product_id": "CSAFPID-239442"
}
}
],
"category": "product_version",
"name": "8.2"
},
{
"branches": [
{
"category": "service_pack",
"name": "8.3(1)",
"product": {
"name": "8.3(1)",
"product_id": "CSAFPID-248859"
}
}
],
"category": "product_version",
"name": "8.3"
},
{
"branches": [
{
"category": "service_pack",
"name": "9.2(1)",
"product": {
"name": "9.2(1)",
"product_id": "CSAFPID-248793"
}
}
],
"category": "product_version",
"name": "9.2"
}
],
"category": "product_family",
"name": "Cisco NX-OS Software"
}
],
"category": "vendor",
"name": "Cisco"
}
]
}
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…