cisco-sa-20180129-asa1
Vulnerability from csaf_cisco
Published
2018-01-29 17:00
Modified
2018-05-17 17:52
Summary
Cisco Adaptive Security Appliance Remote Code Execution and Denial of Service Vulnerability
Notes
Summary
Update from February 5, 2018: After further investigation, Cisco has identified additional attack vectors and features that are affected by this vulnerability. In addition, it was also found that the original fix was incomplete so new fixed code versions are now available. Please see the Fixed Software ["#fixed"] section for more information.
A vulnerability in the XML parser of Cisco Adaptive Security Appliance (ASA) Software could allow an unauthenticated, remote attacker to cause a reload of the affected system or to remotely execute code. It was also possible that the ASA could stop processing incoming Virtual Private Network (VPN) authentication requests due to a low memory condition.
The vulnerability is due to an issue with allocating and freeing memory when processing a malicious XML payload. An attacker could exploit this vulnerability by sending a crafted XML packet to a vulnerable interface on an affected system. An exploit could allow the attacker to execute arbitrary code and obtain full control of the system, cause a reload of the affected device or stop processing of incoming VPN authentication requests.
To be vulnerable the ASA must have Secure Socket Layer (SSL) services or IKEv2 Remote Access VPN services enabled on an interface. The risk of the vulnerability being exploited also depends on the accessibility of the interface to the attacker. For a comprehensive list of vulnerable ASA features please refer to the table in the Vulnerable Products ["#vulnerable"] section.
Cisco has released software updates that address this vulnerability. There are no workarounds that address all the features that are affected by this vulnerability.
This advisory is available at the following link:
https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1 ["https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1"]
Vulnerable Products
This vulnerability affects Cisco ASA Software that is running on the following Cisco products:
3000 Series Industrial Security Appliance (ISA)
ASA 5500 Series Adaptive Security Appliances
ASA 5500-X Series Next-Generation Firewalls
ASA Services Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers
ASA 1000V Cloud Firewall
Adaptive Security Virtual Appliance (ASAv)
Firepower 2100 Series Security Appliance
Firepower 4110 Security Appliance
Firepower 4120 Security Appliance
Firepower 4140 Security Appliance
Firepower 4150 Security Appliance
Firepower 9300 ASA Security Module
Firepower Threat Defense Software (FTD)
FTD Virtual (FTDv)
ASA Software
In the following table, the left column lists the vulnerable Cisco ASA features. The right column indicates the vulnerable configuration from the CLI command show running-config, if it can be determined.
Feature Vulnerable Configuration Adaptive Security Device Manager (ASDM)1
http server enable <port>
http <remote_ip_address> <remote_subnet_mask> <interface_name> AnyConnect IKEv2 Remote Access (with client services)
crypto ikev2 enable <interface_name> client-services port <port #>
webvpn
anyconnect enable
AnyConnect IKEv2 Remote Access (without client services)
crypto ikev2 enable <interface_name>
webvpn
anyconnect enable
AnyConnect SSL VPN webvpn
enable <interface_name> Cisco Security Manager2
http server enable <port>
http <remote_ip_address> <remote_subnet_mask> <interface_name>
Clientless SSL VPN webvpn
enable <interface_name> Cut-Through Proxy (Not vulnerable unless used in conjunction with other vulnerable features on the same port)
aaa authentication listener <interface_name> port <number>
Local Certificate Authority (CA)
crypto ca server
no shutdown
Mobile Device Manager (MDM) Proxy3
mdm-proxy
enable <interface_name> Mobile User Security (MUS) webvpn
mus password <password>
mus server enable port <port #>
mus <address> <mask> <interface_name> Proxy Bypass
webvpn
proxy-bypass
REST API4 rest-api image disk0:/<image name>
rest-api agent
Security Assertion Markup Language (SAML) Single Sign-On (SSO)5 N/A 1ASDM is vulnerable only from an IP address in the configured http command range.
2 Cisco Security Manager is vulnerable only from an IP address in the configured http command range.
3The MDM Proxy is first supported as of software release 9.3.1.
4The REST API is first supported as of software release 9.3.2. The REST API is vulnerable only from an IP address in the configured http command range.
5SAML SSO is first supported as of software release 9.6.
The customer can also use the show asp table socket | include SSL|DTLS command and look for an SSL or a DTLS listen socket on any TCP port. If either socket is present in the output and the ASA device is configured for one or more of the ASA features in the above table, the device is considered vulnerable. The following example shows an ASA device with SSL and DTLS listen sockets:
ciscoasa# show asp table socket | include SSL|DTLS
SSL 00185038 LISTEN 172.16.0.250:443 0.0.0.0:*
SSL 00188638 LISTEN 10.0.0.250:443 0.0.0.0:*
DTLS 0018f7a8 LISTEN 10.0.0.250:443 0.0.0.0:*
The customer can also check the show asp table socket stats protocol ssl command to list the underlying SSL system statistics. The SSL statistics indicate the number of each type of message received and is further verification that the ASA device is vulnerable.
ciscoasa# show asp table socket stats protocol ssl
NP SSL System Stats:
Handshake Started: 83
Handshake Complete: 60
SSL Open: 7
SSL Close: 285
SSL Server: 84
SSL Server Verify: 0
SSL Client: 0
Note: While certain IKEv2 feature sets do not enable the underlying SSL TCP listening socket, they may still be vulnerable. Customers can use the CLI command show running-config crypto ikev2 to check if the configuration command crypto ikev2 enable is present in the configuration.
ciscoasa# show running-config crypto ikev2 | include enable
crypto ikev2 enable Outside
If a command like crypto ikev2 enable is present in the running configuration and the command anyconnect enable is part of the global webvpn configuration, the ASA device is also considered vulnerable.
Determining the ASA Running Software Release
To determine whether a vulnerable release of Cisco ASA Software is running on a device, administrators can use the show version command in the CLI. The following example shows the output of the command for a device that is running Cisco ASA Software Release 9.2(1):
ciscoasa# show version | include Version
Cisco Adaptive Security Appliance Software Version 9.2(1)
Device Manager Version 7.4(1)
Customers who use Cisco Adaptive Security Device Manager (ASDM) to manage devices can locate the software release in the table that appears in the login window or the upper-left corner of the Cisco ASDM window.
FTD Software
This vulnerability applies to all FTD releases before the first fixed software release. The FTD release contains both Firepower and ASA code. Please review the Firepower Threat Defense Devices section in the Cisco Firepower Compatibility Guide ["https://www.cisco.com/c/en/us/td/docs/security/firepower/compatibility/firepower-compatibility.html#reference_070E1908889545BDB6CC564676202628"] for additional information.
In the following table, the left column lists the vulnerable Cisco FTD features. The right column indicates the vulnerable configuration from the CLI command show running-config, if it can be determined.
Feature Vulnerable Configuration
HTTP Service enabled1
http server enable <port #>
http <remote_ip_address> <remote_subnet_mask> <interface_name>
AnyConnect IKEv2 Remote Access (with client services)2,3
crypto ikev2 enable <interface_name> client-services port <port #>
webvpn
anyconnect enable AnyConnect IKEv2 Remote Access (without client services)2,3 crypto ikev2 enable <interface_name>
webvpn
anyconnect enable AnyConnect SSL VPN2,3 webvpn
enable <interface_name> 1 The HTTP feature is enabled via Firepower Threat Defense Platform Settings > HTTP on the Firepower Management Console (FMC).
2 Remote Access VPN features are enabled via Devices > VPN > Remote Access on the FMC or via Device > Remote Access VPN on the Firepower Device Manager (FDM).
3 Remote Access VPN features are first supported as of software release 6.2.2.
The customer can also use the show asp table socket | include SSL|DTLS command and look for an SSL or a DTLS listen socket on any TCP port. If either socket is present in the output and the FTD device is configured for one or more of the features listed in the above table, the device is considered vulnerable. The following example shows an FTD device with SSL and DTLS listen sockets:
firepower# show asp table socket | include SSL|DTLS
SSL 01ffb648 LISTEN 1.1.1.1:443 0.0.0.0:*
DTLS 00009438 LISTEN 1.1.1.1:443 0.0.0.0:*
The customer can also check the show asp table socket stats protocol ssl command to list the underlying SSL system statistics. The SSL statistics indicate the number of each type of message received and is further verification that the FTD device is vulnerable.
firepower# show asp table socket stats protocol ssl
NP SSL System Stats:
Handshake Started: 44
Handshake Complete: 42
SSL Open: 2
SSL Close: 77
SSL Server: 45
SSL Server Verify: 0
SSL Client: 0
Note: While certain IKEv2 feature sets do not enable the underlying SSL TCP listening socket, they may still be vulnerable. Customers can use the CLI command show running-config crypto ikev2 to check if the configuration command crypto ikev2 enable is present in the configuration.
firepower# show running-config crypto ikev2 | include enable
crypto ikev2 enable Outside
If a command like crypto ikev2 enable is present in the running configuration and the command anyconnect enable is part of the global webvpn configuration, the FTD device is also considered vulnerable.
Determining the Running FTD Software Release
Administrators can use the show version command in the CLI to determine the FTD release. In this example, the device is running software release 6.2.2:
> show version
---------------------[ ftd ]---------------------
Model : Cisco ASA5525-X Threat Defense (75) Version 6.2.2 (Build 362)
UUID : 2849ba3c-ecb8-11e6-98ca-b9fc2975893c
Rules update version : 2017-03-15-001-vrt
VDB version : 279
----------------------------------------------------
Products Confirmed Not Vulnerable
Cisco has confirmed that the AnyConnect Secure Mobility Client is not vulnerable.
No other Cisco products are currently known to be affected by this vulnerability.
Workarounds
There are no workarounds that address all the features that are affected by this vulnerability. The management access to the security appliance can be restricted to known, trusted hosts using the CLI command http <remote_ip_address> <remote_subnet_mask> <interface_name>. Please refer to the Enable HTTP Service section in the Cisco Guide to Harden Cisco ASA Firewall ["https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/200150-Cisco-Guide-to-Harden-Cisco-ASA-Firewall.html#anc15"] for further information.
Fixed Software
Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license: http://www.cisco.com/en/US/docs/general/warranty/English/EU1KEN_.html ["http://www.cisco.com/c/en/us/td/docs/general/warranty/English/EU1KEN_.html"]
Additionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.
When considering software upgrades, customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page ["https://www.cisco.com/go/psirt"], to determine exposure and a complete upgrade solution.
In all cases, customers should ensure that the devices to upgrade contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.
Customers Without Service Contracts
Customers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC: http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html ["http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html"]
Customers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.
Fixed Releases
In the following tables, the left column lists major releases of Cisco ASA Software. The right column indicates whether a major release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. Customers should upgrade to an appropriate release as indicated in this section.
Cisco ASA Major Release
First Fixed Release 8.x1 Affected; migrate to 9.1.7.23 9.01 Affected; migrate to 9.1.7.23 9.1 9.1.7.23 9.2
9.2.4.27 9.31
Affected; migrate to 9.4.4.16 9.4 9.4.4.16 9.51
Affected; migrate to 9.6.4.3 9.6 9.6.4.3 9.7 9.7.1.21 9.8 9.8.2.20 9.9.1 9.9.1.2 9.9.2 9.9.2.1
1ASA Software releases prior to 9.1, including all 8.x releases, and ASA releases 9.3 and 9.5 have reached End of Software Maintenance. Customers should migrate to a supported release.
The software is available for download from Cisco Software Center ["https://software.cisco.com/download/navigator.html"] by navigating to Products > Security > Firewalls > Adaptive Security Appliances (ASA) > ASA 5500-X Series Firewalls where there is a list of ASA hardware platforms. The majority of these software releases are listed under Interim.
FTD Software
In the following table, the left column lists major releases of Cisco FTD Software. The right column indicates whether a major release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. Customers should upgrade to an appropriate release as indicated in this section. The FTD software images will be posted as they become available.
Cisco FTD Major Release
First Fixed Release 6.0.0 Affected; migrate to 6.0.1 HotFix or later
6.0.1 Cisco_FTD_Hotfix_BH-6.0.1.5-1.sh (All FTD hardware platforms except 41xx and 9300)
Cisco_FTD_SSP_Hotfix_BH-6.0.1.5-1.sh (41xx and 9300 FTD hardware platform) 6.1.0 Cisco_FTD_Hotfix_DZ-6.1.0.7-1.sh (All FTD hardware platforms except 41xx and 9300)
Cisco_FTD_SSP_Hotfix_DZ-6.1.0.7-1.sh (41xx and 9300 FTD hardware platform) 6.2.0 Cisco_FTD_Hotfix_BN-6.2.0.5-3.sh (All FTD hardware platforms except 41xx and 9300)
Cisco_FTD_SSP_Hotfix_BN-6.2.0.5-3.sh (41xx and 9300 FTD hardware platform) 6.2.1 Affected; migrate to 6.2.2 HotFix 6.2.2
Cisco_FTD_SSP_FP2K_Hotfix_AN-6.2.2.2-4.sh.REL.tar (21xx FTD hardware platform)
Cisco_FTD_SSP_Hotfix_AO-6.2.2.2-1.sh.REL.tar (41xx and 9300 FTD hardware platforms)
Cisco_FTD_Hotfix_AO-6.2.2.2-1.sh.REL.tar (All other FTD hardware platforms)
6.2.2 (Azure) 6.2.2-2011
1 If 6.2.2-201 is upgraded with the 6.2.2.1-73 patch, then Cisco_FTD_Hotfix_AO-6.2.2.2-1.sh.REL.tar must be applied to address the vulnerability described in this document. If any other patch version is applied to 6.2.2-201, this vulnerability will remain addressed in FTDv.
The software is available for download from Cisco Software Center ["https://software.cisco.com/download/navigator.html"] by navigating to Products > Security > Firewalls> Next-Generation Firewalls (NGFW) where there is a list of possible FTD hardware platforms.
Vulnerability Policy
To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.
Exploitation and Public Announcements
The Cisco Product Security Incident Response Team (PSIRT) is aware of public knowledge of the vulnerability that is described in this advisory. Cisco PSIRT is aware of attempted malicious use of the vulnerability described in this advisory.
Source
Cisco would like to thank Cedric Halbronn from the NCC Group for finding and reporting this vulnerability.
Legal Disclaimer
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.
A standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.
{ "document": { "acknowledgments": [ { "summary": "Cisco would like to thank Cedric Halbronn from the NCC Group for finding and reporting this vulnerability." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "notes": [ { "category": "summary", "text": "Update from February 5, 2018: After further investigation, Cisco has identified additional attack vectors and features that are affected by this vulnerability. In addition, it was also found that the original fix was incomplete so new fixed code versions are now available. Please see the Fixed Software [\"#fixed\"] section for more information.\r\n\r\n\r\nA vulnerability in the XML parser of Cisco Adaptive Security Appliance (ASA) Software could allow an unauthenticated, remote attacker to cause a reload of the affected system or to remotely execute code. It was also possible that the ASA could stop processing incoming Virtual Private Network (VPN) authentication requests due to a low memory condition.\r\n\r\nThe vulnerability is due to an issue with allocating and freeing memory when processing a malicious XML payload. An attacker could exploit this vulnerability by sending a crafted XML packet to a vulnerable interface on an affected system. An exploit could allow the attacker to execute arbitrary code and obtain full control of the system, cause a reload of the affected device or stop processing of incoming VPN authentication requests.\r\n\r\nTo be vulnerable the ASA must have Secure Socket Layer (SSL) services or IKEv2 Remote Access VPN services enabled on an interface. The risk of the vulnerability being exploited also depends on the accessibility of the interface to the attacker. For a comprehensive list of vulnerable ASA features please refer to the table in the Vulnerable Products [\"#vulnerable\"] section.\r\n\r\nCisco has released software updates that address this vulnerability. There are no workarounds that address all the features that are affected by 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-20180129-asa1 [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1\"]", "title": "Summary" }, { "category": "general", "text": "This vulnerability affects Cisco ASA Software that is running on the following Cisco products:\r\n\r\n3000 Series Industrial Security Appliance (ISA)\r\nASA 5500 Series Adaptive Security Appliances\r\nASA 5500-X Series Next-Generation Firewalls\r\nASA Services Module for Cisco Catalyst 6500 Series Switches and Cisco 7600 Series Routers\r\nASA 1000V Cloud Firewall\r\nAdaptive Security Virtual Appliance (ASAv)\r\nFirepower 2100 Series Security Appliance\r\nFirepower 4110 Security Appliance\r\nFirepower 4120 Security Appliance\r\nFirepower 4140 Security Appliance\r\nFirepower 4150 Security Appliance\r\nFirepower 9300 ASA Security Module\r\nFirepower Threat Defense Software (FTD)\r\nFTD Virtual (FTDv)\r\n\r\nASA Software\r\n In the following table, the left column lists the vulnerable Cisco ASA features. The right column indicates the vulnerable configuration from the CLI command show running-config, if it can be determined.\r\n\r\n Feature Vulnerable Configuration Adaptive Security Device Manager (ASDM)1\r\n http server enable \u003cport\u003e\r\nhttp \u003cremote_ip_address\u003e \u003cremote_subnet_mask\u003e \u003cinterface_name\u003e AnyConnect IKEv2 Remote Access (with client services)\r\n crypto ikev2 enable \u003cinterface_name\u003e client-services port \u003cport #\u003e\r\nwebvpn\r\n anyconnect enable\r\n AnyConnect IKEv2 Remote Access (without client services)\r\n crypto ikev2 enable \u003cinterface_name\u003e\r\nwebvpn\r\n anyconnect enable\r\n AnyConnect SSL VPN webvpn\r\n enable \u003cinterface_name\u003e Cisco Security Manager2\r\n http server enable \u003cport\u003e\r\nhttp \u003cremote_ip_address\u003e \u003cremote_subnet_mask\u003e \u003cinterface_name\u003e\r\n Clientless SSL VPN webvpn\r\n enable \u003cinterface_name\u003e Cut-Through Proxy (Not vulnerable unless used in conjunction with other vulnerable features on the same port)\r\n aaa authentication listener \u003cinterface_name\u003e port \u003cnumber\u003e\r\n Local Certificate Authority (CA)\r\n crypto ca server\r\n no shutdown\r\n Mobile Device Manager (MDM) Proxy3\r\n mdm-proxy\r\n enable \u003cinterface_name\u003e Mobile User Security (MUS) webvpn\r\n mus password \u003cpassword\u003e\r\n mus server enable port \u003cport #\u003e\r\n mus \u003caddress\u003e \u003cmask\u003e \u003cinterface_name\u003e Proxy Bypass\r\n webvpn\r\n proxy-bypass\r\n REST API4 rest-api image disk0:/\u003cimage name\u003e\r\nrest-api agent\r\n Security Assertion Markup Language (SAML) Single Sign-On (SSO)5 N/A 1ASDM is vulnerable only from an IP address in the configured http command range.\r\n2 Cisco Security Manager is vulnerable only from an IP address in the configured http command range.\r\n3The MDM Proxy is first supported as of software release 9.3.1.\r\n4The REST API is first supported as of software release 9.3.2. The REST API is vulnerable only from an IP address in the configured http command range.\r\n5SAML SSO is first supported as of software release 9.6.\r\n\r\nThe customer can also use the show asp table socket | include SSL|DTLS command and look for an SSL or a DTLS listen socket on any TCP port. If either socket is present in the output and the ASA device is configured for one or more of the ASA features in the above table, the device is considered vulnerable. The following example shows an ASA device with SSL and DTLS listen sockets:\r\nciscoasa# show asp table socket | include SSL|DTLS\r\nSSL 00185038 LISTEN 172.16.0.250:443 0.0.0.0:*\r\nSSL 00188638 LISTEN 10.0.0.250:443 0.0.0.0:*\r\nDTLS 0018f7a8 LISTEN 10.0.0.250:443 0.0.0.0:*\r\n The customer can also check the show asp table socket stats protocol ssl command to list the underlying SSL system statistics. The SSL statistics indicate the number of each type of message received and is further verification that the ASA device is vulnerable.\r\nciscoasa# show asp table socket stats protocol ssl\r\nNP SSL System Stats:\r\n Handshake Started: 83\r\n Handshake Complete: 60\r\n SSL Open: 7\r\n SSL Close: 285\r\n SSL Server: 84\r\n SSL Server Verify: 0\r\n SSL Client: 0\r\n Note: While certain IKEv2 feature sets do not enable the underlying SSL TCP listening socket, they may still be vulnerable. Customers can use the CLI command show running-config crypto ikev2 to check if the configuration command crypto ikev2 enable is present in the configuration.\r\nciscoasa# show running-config crypto ikev2 | include enable\r\ncrypto ikev2 enable Outside\r\n If a command like crypto ikev2 enable is present in the running configuration and the command anyconnect enable is part of the global webvpn configuration, the ASA device is also considered vulnerable.\r\n\r\nDetermining the ASA Running Software Release\r\n\r\nTo determine whether a vulnerable release of Cisco ASA Software is running on a device, administrators can use the show version command in the CLI. The following example shows the output of the command for a device that is running Cisco ASA Software Release 9.2(1):\r\nciscoasa# show version | include Version\r\nCisco Adaptive Security Appliance Software Version 9.2(1)\r\nDevice Manager Version 7.4(1)\r\n Customers who use Cisco Adaptive Security Device Manager (ASDM) to manage devices can locate the software release in the table that appears in the login window or the upper-left corner of the Cisco ASDM window.\r\n\r\nFTD Software\r\n\r\n This vulnerability applies to all FTD releases before the first fixed software release. The FTD release contains both Firepower and ASA code. Please review the Firepower Threat Defense Devices section in the Cisco Firepower Compatibility Guide [\"https://www.cisco.com/c/en/us/td/docs/security/firepower/compatibility/firepower-compatibility.html#reference_070E1908889545BDB6CC564676202628\"] for additional information.\r\n\r\nIn the following table, the left column lists the vulnerable Cisco FTD features. The right column indicates the vulnerable configuration from the CLI command show running-config, if it can be determined.\r\n\r\n Feature Vulnerable Configuration\r\n HTTP Service enabled1\r\n http server enable \u003cport #\u003e\r\nhttp \u003cremote_ip_address\u003e \u003cremote_subnet_mask\u003e \u003cinterface_name\u003e\r\n AnyConnect IKEv2 Remote Access (with client services)2,3\r\n crypto ikev2 enable \u003cinterface_name\u003e client-services port \u003cport #\u003e\r\nwebvpn\r\n anyconnect enable AnyConnect IKEv2 Remote Access (without client services)2,3 crypto ikev2 enable \u003cinterface_name\u003e\r\nwebvpn\r\n anyconnect enable AnyConnect SSL VPN2,3 webvpn\r\n enable \u003cinterface_name\u003e 1 The HTTP feature is enabled via Firepower Threat Defense Platform Settings \u003e HTTP on the Firepower Management Console (FMC).\r\n2 Remote Access VPN features are enabled via Devices \u003e VPN \u003e Remote Access on the FMC or via Device \u003e Remote Access VPN on the Firepower Device Manager (FDM).\r\n3 Remote Access VPN features are first supported as of software release 6.2.2.\r\n\r\nThe customer can also use the show asp table socket | include SSL|DTLS command and look for an SSL or a DTLS listen socket on any TCP port. If either socket is present in the output and the FTD device is configured for one or more of the features listed in the above table, the device is considered vulnerable. The following example shows an FTD device with SSL and DTLS listen sockets:\r\n\r\nfirepower# show asp table socket | include SSL|DTLS\r\nSSL 01ffb648 LISTEN 1.1.1.1:443 0.0.0.0:*\r\nDTLS 00009438 LISTEN 1.1.1.1:443 0.0.0.0:*\r\nThe customer can also check the show asp table socket stats protocol ssl command to list the underlying SSL system statistics. The SSL statistics indicate the number of each type of message received and is further verification that the FTD device is vulnerable.\r\nfirepower# show asp table socket stats protocol ssl\r\nNP SSL System Stats:\r\nHandshake Started: 44\r\nHandshake Complete: 42\r\nSSL Open: 2\r\nSSL Close: 77\r\nSSL Server: 45\r\nSSL Server Verify: 0\r\nSSL Client: 0\r\nNote: While certain IKEv2 feature sets do not enable the underlying SSL TCP listening socket, they may still be vulnerable. Customers can use the CLI command show running-config crypto ikev2 to check if the configuration command crypto ikev2 enable is present in the configuration.\r\nfirepower# show running-config crypto ikev2 | include enable\r\ncrypto ikev2 enable Outside\r\nIf a command like crypto ikev2 enable is present in the running configuration and the command anyconnect enable is part of the global webvpn configuration, the FTD device is also considered vulnerable.\r\n\r\nDetermining the Running FTD Software Release\r\n\r\nAdministrators can use the show version command in the CLI to determine the FTD release. In this example, the device is running software release 6.2.2:\r\n\u003e show version\r\n---------------------[ ftd ]---------------------\r\nModel : Cisco ASA5525-X Threat Defense (75) Version 6.2.2 (Build 362)\r\nUUID : 2849ba3c-ecb8-11e6-98ca-b9fc2975893c\r\nRules update version : 2017-03-15-001-vrt\r\nVDB version : 279\r\n----------------------------------------------------", "title": "Vulnerable Products" }, { "category": "general", "text": "Cisco has confirmed that the AnyConnect Secure Mobility Client is not vulnerable.\r\n\r\nNo other Cisco products are currently known to be affected by this vulnerability.", "title": "Products Confirmed Not Vulnerable" }, { "category": "general", "text": "There are no workarounds that address all the features that are affected by this vulnerability. The management access to the security appliance can be restricted to known, trusted hosts using the CLI command http \u003cremote_ip_address\u003e \u003cremote_subnet_mask\u003e \u003cinterface_name\u003e. Please refer to the Enable HTTP Service section in the Cisco Guide to Harden Cisco ASA Firewall [\"https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/200150-Cisco-Guide-to-Harden-Cisco-ASA-Firewall.html#anc15\"] for further information.", "title": "Workarounds" }, { "category": "general", "text": "Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license: http://www.cisco.com/en/US/docs/general/warranty/English/EU1KEN_.html [\"http://www.cisco.com/c/en/us/td/docs/general/warranty/English/EU1KEN_.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 upgrade 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\r\nCustomers Without Service Contracts\r\n\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: http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html [\"http://www.cisco.com/en/US/support/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\r\nFixed Releases\r\n\r\nIn the following tables, the left column lists major releases of Cisco ASA Software. The right column indicates whether a major release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. Customers should upgrade to an appropriate release as indicated in this section.\r\n Cisco ASA Major Release\r\n First Fixed Release 8.x1 Affected; migrate to 9.1.7.23 9.01 Affected; migrate to 9.1.7.23 9.1 9.1.7.23 9.2\r\n 9.2.4.27 9.31\r\n Affected; migrate to 9.4.4.16 9.4 9.4.4.16 9.51\r\n Affected; migrate to 9.6.4.3 9.6 9.6.4.3 9.7 9.7.1.21 9.8 9.8.2.20 9.9.1 9.9.1.2 9.9.2 9.9.2.1\r\n1ASA Software releases prior to 9.1, including all 8.x releases, and ASA releases 9.3 and 9.5 have reached End of Software Maintenance. Customers should migrate to a supported release.\r\n The software is available for download from Cisco Software Center [\"https://software.cisco.com/download/navigator.html\"] by navigating to Products \u003e Security \u003e Firewalls \u003e Adaptive Security Appliances (ASA) \u003e ASA 5500-X Series Firewalls where there is a list of ASA hardware platforms. The majority of these software releases are listed under Interim.\r\n\r\nFTD Software\r\n\r\n In the following table, the left column lists major releases of Cisco FTD Software. The right column indicates whether a major release is affected by the vulnerability described in this advisory and the first release that includes the fix for this vulnerability. Customers should upgrade to an appropriate release as indicated in this section. The FTD software images will be posted as they become available.\r\n\r\n Cisco FTD Major Release\r\n First Fixed Release 6.0.0 Affected; migrate to 6.0.1 HotFix or later\r\n 6.0.1 Cisco_FTD_Hotfix_BH-6.0.1.5-1.sh (All FTD hardware platforms except 41xx and 9300)\r\nCisco_FTD_SSP_Hotfix_BH-6.0.1.5-1.sh (41xx and 9300 FTD hardware platform) 6.1.0 Cisco_FTD_Hotfix_DZ-6.1.0.7-1.sh (All FTD hardware platforms except 41xx and 9300)\r\nCisco_FTD_SSP_Hotfix_DZ-6.1.0.7-1.sh (41xx and 9300 FTD hardware platform) 6.2.0 Cisco_FTD_Hotfix_BN-6.2.0.5-3.sh (All FTD hardware platforms except 41xx and 9300)\r\nCisco_FTD_SSP_Hotfix_BN-6.2.0.5-3.sh (41xx and 9300 FTD hardware platform) 6.2.1 Affected; migrate to 6.2.2 HotFix 6.2.2\r\n Cisco_FTD_SSP_FP2K_Hotfix_AN-6.2.2.2-4.sh.REL.tar (21xx FTD hardware platform)\r\nCisco_FTD_SSP_Hotfix_AO-6.2.2.2-1.sh.REL.tar (41xx and 9300 FTD hardware platforms)\r\nCisco_FTD_Hotfix_AO-6.2.2.2-1.sh.REL.tar (All other FTD hardware platforms)\r\n 6.2.2 (Azure) 6.2.2-2011\r\n1 If 6.2.2-201 is upgraded with the 6.2.2.1-73 patch, then Cisco_FTD_Hotfix_AO-6.2.2.2-1.sh.REL.tar must be applied to address the vulnerability described in this document. If any other patch version is applied to 6.2.2-201, this vulnerability will remain addressed in FTDv.\r\n\r\nThe software is available for download from Cisco Software Center [\"https://software.cisco.com/download/navigator.html\"] by navigating to Products \u003e Security \u003e Firewalls\u003e Next-Generation Firewalls (NGFW) where there is a list of possible FTD hardware platforms.", "title": "Fixed Software" }, { "category": "general", "text": "To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html\"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.", "title": "Vulnerability Policy" }, { "category": "general", "text": "The Cisco Product Security Incident Response Team (PSIRT) is aware of public knowledge of the vulnerability that is described in this advisory. Cisco PSIRT is aware of attempted malicious use of the vulnerability described in this advisory.", "title": "Exploitation and Public Announcements" }, { "category": "general", "text": "Cisco would like to thank Cedric Halbronn from the NCC Group for finding and reporting this vulnerability.", "title": "Source" }, { "category": "legal_disclaimer", "text": "THIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.\r\n\r\nA standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.", "title": "Legal Disclaimer" } ], "publisher": { "category": "vendor", "contact_details": "Emergency Support:\r\n+1 877 228 7302 (toll-free within North America)\r\n+1 408 525 6532 (International direct-dial)\r\nNon-emergency Support:\r\nEmail: psirt@cisco.com\r\nSupport requests that are received via e-mail are typically acknowledged within 48 hours.", "issuing_authority": "Cisco product security incident response is the responsibility of the Cisco Product Security Incident Response Team (PSIRT). The Cisco PSIRT is a dedicated, global team that manages the receipt, investigation, and public reporting of security vulnerability information that is related to Cisco products and networks. The on-call Cisco PSIRT works 24x7 with Cisco customers, independent security researchers, consultants, industry organizations, and other vendors to identify possible security issues with Cisco products and networks.\r\nMore information can be found in Cisco Security Vulnerability Policy available at https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html", "name": "Cisco", "namespace": "https://wwww.cisco.com" }, "references": [ { "category": "self", "summary": "Cisco Adaptive Security Appliance Remote Code Execution and Denial of Service Vulnerability", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1" }, { "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-20180129-asa1", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20180129-asa1" }, { "category": "external", "summary": "Cisco Firepower Compatibility Guide", "url": "https://www.cisco.com/c/en/us/td/docs/security/firepower/compatibility/firepower-compatibility.html#reference_070E1908889545BDB6CC564676202628" }, { "category": "external", "summary": "Cisco Guide to Harden Cisco ASA Firewall", "url": "https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/200150-Cisco-Guide-to-Harden-Cisco-ASA-Firewall.html#anc15" }, { "category": "external", "summary": "http://www.cisco.com/en/US/docs/general/warranty/English/EU1KEN_.html", "url": "http://www.cisco.com/c/en/us/td/docs/general/warranty/English/EU1KEN_.html" }, { "category": "external", "summary": "Cisco Security Advisories and Alerts page", "url": "https://www.cisco.com/go/psirt" }, { "category": "external", "summary": "http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html", "url": "http://www.cisco.com/en/US/support/tsd_cisco_worldwide_contacts.html" }, { "category": "external", "summary": "Software Center", "url": "https://software.cisco.com/download/navigator.html" }, { "category": "external", "summary": "Software Center", "url": "https://software.cisco.com/download/navigator.html" }, { "category": "external", "summary": "Security Vulnerability Policy", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html" } ], "title": "Cisco Adaptive Security Appliance Remote Code Execution and Denial of Service Vulnerability", "tracking": { "current_release_date": "2018-05-17T17:52:00+00:00", "generator": { "date": "2022-09-03T03:08:38+00:00", "engine": { "name": "TVCE" } }, "id": "cisco-sa-20180129-asa1", "initial_release_date": "2018-01-29T17:00:00+00:00", "revision_history": [ { "date": "2018-01-29T16:50:27+00:00", "number": "1.0.0", "summary": "Initial public release." }, { "date": "2018-01-29T17:16:02+00:00", "number": "1.1.0", "summary": "Clarified that Cisco PSIRT is not aware of any malicious use of the vulnerability described in this advisory." }, { "date": "2018-01-29T22:33:13+00:00", "number": "1.2.0", "summary": "Updated the First Fixed Release table with information on the 8.x code train and corrected the First Fixed Release information for 9.9." }, { "date": "2018-01-30T17:31:13+00:00", "number": "1.3.0", "summary": "Further clarified the vulnerable ASA configuration in order for the vulnerability to be exploited." }, { "date": "2018-02-05T15:43:34+00:00", "number": "2.0.0", "summary": "Updates to the type of attack vectors that can exploit this vulnerability and changes to the fixed software releases." }, { "date": "2018-02-05T16:36:30+00:00", "number": "2.1.0", "summary": "Updates to which FTD release relates to which FTD hardware platform." }, { "date": "2018-02-07T16:07:35+00:00", "number": "2.2.0", "summary": "Corrected required config for MUS feature; further clarified the vulnerable FTD configuration in order for the vulnerability to be exploited; updated on attempted malicious use." }, { "date": "2018-02-16T16:05:11+00:00", "number": "2.3.0", "summary": "Updated fixed release information for FTDv on the Microsoft Azure Marketplace. Added a horizontal line to Summary to separate the February 5 update text from the original summary text." }, { "date": "2018-05-17T17:52:40+00:00", "number": "2.4.0", "summary": "Updated the Fixed Release table for ASA to give both options for the 9.9.1 and 9.9.2 code train fix." } ], "status": "final", "version": "2.4.0" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "branches": [ { "category": "service_pack", "name": "7.0.1", "product": { "name": "7.0.1", "product_id": "CSAFPID-54555" } }, { "category": "service_pack", "name": "7.0.1.4", "product": { "name": "7.0.1.4", "product_id": "CSAFPID-54556" } }, { "category": "service_pack", "name": "7.0.4", "product": { "name": "7.0.4", "product_id": "CSAFPID-55253" } }, { "category": "service_pack", "name": "7.0.4.2", "product": { "name": "7.0.4.2", "product_id": "CSAFPID-55254" } }, { "category": "service_pack", "name": "7.0.2", "product": { "name": "7.0.2", "product_id": "CSAFPID-55255" } }, { "category": "service_pack", "name": "7.0.3", "product": { "name": "7.0.3", "product_id": "CSAFPID-55256" } }, { "category": "service_pack", "name": "7.0.7.1", "product": { "name": "7.0.7.1", "product_id": "CSAFPID-70758" } }, { "category": "service_pack", "name": "7.0.8", "product": { "name": "7.0.8", "product_id": "CSAFPID-91015" } }, { "category": "service_pack", "name": "7.0.7", "product": { "name": "7.0.7", "product_id": "CSAFPID-91016" } }, { "category": "service_pack", "name": "7.0.6", "product": { "name": "7.0.6", "product_id": "CSAFPID-91017" } }, { "category": "service_pack", "name": "7.0.5", "product": { "name": "7.0.5", "product_id": "CSAFPID-91018" } }, { "category": "service_pack", "name": "7.0.5.12", "product": { "name": "7.0.5.12", "product_id": "CSAFPID-115151" } }, { "category": "service_pack", "name": "7.0.6.4", "product": { "name": "7.0.6.4", "product_id": "CSAFPID-115153" } }, { "category": "service_pack", "name": "7.0.6.8", "product": { "name": "7.0.6.8", "product_id": "CSAFPID-115154" } }, { "category": "service_pack", "name": "7.0.6.18", "product": { "name": "7.0.6.18", "product_id": "CSAFPID-115155" } }, { "category": "service_pack", "name": "7.0.6.22", "product": { "name": "7.0.6.22", "product_id": "CSAFPID-115156" } }, { "category": "service_pack", "name": "7.0.6.26", "product": { "name": "7.0.6.26", "product_id": "CSAFPID-115157" } }, { "category": "service_pack", "name": "7.0.6.29", "product": { "name": "7.0.6.29", "product_id": "CSAFPID-115158" } }, { "category": "service_pack", "name": "7.0.6.32", "product": { "name": "7.0.6.32", "product_id": "CSAFPID-115159" } }, { "category": "service_pack", "name": "7.0.7.4", "product": { "name": "7.0.7.4", "product_id": "CSAFPID-115160" } }, { "category": "service_pack", "name": "7.0.7.9", "product": { "name": "7.0.7.9", "product_id": "CSAFPID-115161" } }, { "category": "service_pack", "name": "7.0.7.12", "product": { "name": "7.0.7.12", "product_id": "CSAFPID-115162" } }, { "category": "service_pack", "name": "7.0.8.2", "product": { "name": "7.0.8.2", "product_id": "CSAFPID-115163" } }, { "category": "service_pack", "name": "7.0.8.8", "product": { "name": "7.0.8.8", "product_id": "CSAFPID-115164" } }, { "category": "service_pack", "name": "7.0.8.12", "product": { "name": "7.0.8.12", "product_id": "CSAFPID-115165" } }, { "category": "service_pack", "name": "7.0.8.13", "product": { "name": "7.0.8.13", "product_id": "CSAFPID-115166" } } ], "category": "product_version", "name": "7.0" }, { "branches": [ { "category": "service_pack", "name": "7.1.2.61", "product": { "name": "7.1.2.61", "product_id": "CSAFPID-70759" } }, { "category": "service_pack", "name": "7.1.2", "product": { "name": "7.1.2", "product_id": "CSAFPID-91014" } }, { "category": "service_pack", "name": "7.1.2.81", "product": { "name": "7.1.2.81", "product_id": "CSAFPID-91091" } }, { "category": "service_pack", "name": "7.1.2.64", "product": { "name": "7.1.2.64", "product_id": "CSAFPID-115197" } }, { "category": "service_pack", "name": "7.1.2.72", "product": { "name": "7.1.2.72", "product_id": "CSAFPID-115198" } }, { "category": "service_pack", "name": "7.1.2.16", "product": { "name": "7.1.2.16", "product_id": "CSAFPID-115199" } }, { "category": "service_pack", "name": "7.1.2.20", "product": { "name": "7.1.2.20", "product_id": "CSAFPID-115200" } }, { "category": "service_pack", "name": "7.1.2.24", "product": { "name": "7.1.2.24", "product_id": "CSAFPID-115201" } }, { "category": "service_pack", "name": "7.1.2.28", "product": { "name": "7.1.2.28", "product_id": "CSAFPID-115202" } }, { "category": "service_pack", "name": "7.1.2.38", "product": { "name": "7.1.2.38", "product_id": "CSAFPID-115203" } }, { "category": "service_pack", "name": "7.1.2.42", "product": { "name": "7.1.2.42", "product_id": "CSAFPID-115204" } }, { "category": "service_pack", "name": "7.1.2.46", "product": { "name": "7.1.2.46", "product_id": "CSAFPID-115205" } }, { "category": "service_pack", "name": "7.1.2.49", "product": { "name": "7.1.2.49", "product_id": "CSAFPID-115206" } }, { "category": "service_pack", "name": "7.1.2.53", "product": { "name": "7.1.2.53", "product_id": "CSAFPID-115207" } } ], "category": "product_version", "name": "7.1" }, { "branches": [ { "category": "service_pack", "name": "7.2.2.34", "product": { "name": "7.2.2.34", "product_id": "CSAFPID-70760" } }, { "category": "service_pack", "name": "7.2.3.1", "product": { "name": "7.2.3.1", "product_id": "CSAFPID-70763" } }, { "category": "service_pack", "name": "7.2.2", "product": { "name": "7.2.2", "product_id": "CSAFPID-70764" } }, { "category": "service_pack", "name": "7.2.4", "product": { "name": "7.2.4", "product_id": "CSAFPID-91011" } }, { "category": "service_pack", "name": "7.2.3", "product": { "name": "7.2.3", "product_id": "CSAFPID-91012" } }, { "category": "service_pack", "name": "7.2.1", "product": { "name": "7.2.1", "product_id": "CSAFPID-91013" } }, { "category": "service_pack", "name": "7.2.4.27", "product": { "name": "7.2.4.27", "product_id": "CSAFPID-91089" } }, { "category": "service_pack", "name": "7.2.4.30", "product": { "name": "7.2.4.30", "product_id": "CSAFPID-91090" } }, { "category": "service_pack", "name": "7.2.5", "product": { "name": "7.2.5", "product_id": "CSAFPID-100027" } }, { "category": "service_pack", "name": "7.2.4.33", "product": { "name": "7.2.4.33", "product_id": "CSAFPID-111872" } }, { "category": "service_pack", "name": "7.2.1.9", "product": { "name": "7.2.1.9", "product_id": "CSAFPID-115208" } }, { "category": "service_pack", "name": "7.2.1.13", "product": { "name": "7.2.1.13", "product_id": "CSAFPID-115209" } }, { "category": "service_pack", "name": "7.2.1.19", "product": { "name": "7.2.1.19", "product_id": "CSAFPID-115210" } }, { "category": "service_pack", "name": "7.2.1.24", "product": { "name": "7.2.1.24", "product_id": "CSAFPID-115211" } }, { "category": "service_pack", "name": "7.2.2.6", "product": { "name": "7.2.2.6", "product_id": "CSAFPID-115212" } }, { "category": "service_pack", "name": "7.2.2.10", "product": { "name": "7.2.2.10", "product_id": "CSAFPID-115213" } }, { "category": "service_pack", "name": "7.2.2.14", "product": { "name": "7.2.2.14", "product_id": "CSAFPID-115214" } }, { "category": "service_pack", "name": "7.2.2.18", "product": { "name": "7.2.2.18", "product_id": "CSAFPID-115215" } }, { "category": "service_pack", "name": "7.2.2.19", "product": { "name": "7.2.2.19", "product_id": "CSAFPID-115216" } }, { "category": "service_pack", "name": "7.2.2.22", "product": { "name": "7.2.2.22", "product_id": "CSAFPID-115217" } }, { "category": "service_pack", "name": "7.2.3.12", "product": { "name": "7.2.3.12", "product_id": "CSAFPID-115218" } }, { "category": "service_pack", "name": "7.2.3.16", "product": { "name": "7.2.3.16", "product_id": "CSAFPID-115219" } }, { "category": "service_pack", "name": "7.2.4.6", "product": { "name": "7.2.4.6", "product_id": "CSAFPID-115220" } }, { "category": "service_pack", "name": "7.2.4.9", "product": { "name": "7.2.4.9", "product_id": "CSAFPID-115221" } }, { "category": "service_pack", "name": "7.2.4.18", "product": { "name": "7.2.4.18", "product_id": "CSAFPID-115222" } }, { "category": "service_pack", "name": "7.2.4.25", "product": { "name": "7.2.4.25", "product_id": "CSAFPID-115223" } }, { "category": "service_pack", "name": "7.2.5.2", "product": { "name": "7.2.5.2", "product_id": "CSAFPID-115224" } }, { "category": "service_pack", "name": "7.2.5.4", "product": { "name": "7.2.5.4", "product_id": "CSAFPID-115225" } }, { "category": "service_pack", "name": "7.2.5.7", "product": { "name": "7.2.5.7", "product_id": "CSAFPID-115257" } }, { "category": "service_pack", "name": "7.2.5.8", "product": { "name": "7.2.5.8", "product_id": "CSAFPID-185260" } }, { "category": "service_pack", "name": "7.2.5.10", "product": { "name": "7.2.5.10", "product_id": "CSAFPID-191210" } }, { "category": "service_pack", "name": "7.2.5.12", "product": { "name": "7.2.5.12", "product_id": "CSAFPID-195009" } }, { "category": "service_pack", "name": "7.2.5.16", "product": { "name": "7.2.5.16", "product_id": "CSAFPID-206505" } }, { "category": "service_pack", "name": "7.2.4.42", "product": { "name": "7.2.4.42", "product_id": "CSAFPID-232579" } }, { "category": "service_pack", "name": "7.2.4.46", "product": { "name": "7.2.4.46", "product_id": "CSAFPID-232580" } } ], "category": "product_version", "name": "7.2" }, { "branches": [ { "category": "service_pack", "name": "8.0.2.11", "product": { "name": "8.0.2.11", "product_id": "CSAFPID-70761" } }, { "category": "service_pack", "name": "8.0.4", "product": { "name": "8.0.4", "product_id": "CSAFPID-91003" } }, { "category": "service_pack", "name": "8.0.3", "product": { "name": "8.0.3", "product_id": "CSAFPID-91004" } }, { "category": "service_pack", "name": "8.0.2", "product": { "name": "8.0.2", "product_id": "CSAFPID-91005" } }, { "category": "service_pack", "name": "8.0.1.2", "product": { "name": "8.0.1.2", "product_id": "CSAFPID-91006" } }, { "category": "service_pack", "name": "8.0.4.25", "product": { "name": "8.0.4.25", "product_id": "CSAFPID-91021" } }, { "category": "service_pack", "name": "8.0.4.28", "product": { "name": "8.0.4.28", "product_id": "CSAFPID-91022" } }, { "category": "service_pack", "name": "8.0.4.33", "product": { "name": "8.0.4.33", "product_id": "CSAFPID-92319" } }, { "category": "service_pack", "name": "8.0.4.32", "product": { "name": "8.0.4.32", "product_id": "CSAFPID-92322" } }, { "category": "service_pack", "name": "8.0.5", "product": { "name": "8.0.5", "product_id": "CSAFPID-97262" } }, { "category": "service_pack", "name": "8.0.2.15", "product": { "name": "8.0.2.15", "product_id": "CSAFPID-115226" } }, { "category": "service_pack", "name": "8.0.3.6", "product": { "name": "8.0.3.6", "product_id": "CSAFPID-115227" } }, { "category": "service_pack", "name": "8.0.3.12", "product": { "name": "8.0.3.12", "product_id": "CSAFPID-115228" } }, { "category": "service_pack", "name": "8.0.3.19", "product": { "name": "8.0.3.19", "product_id": "CSAFPID-115229" } }, { "category": "service_pack", "name": "8.0.4.3", "product": { "name": "8.0.4.3", "product_id": "CSAFPID-115230" } }, { "category": "service_pack", "name": "8.0.4.9", "product": { "name": "8.0.4.9", "product_id": "CSAFPID-115231" } }, { "category": "service_pack", "name": "8.0.4.16", "product": { "name": "8.0.4.16", "product_id": "CSAFPID-115232" } }, { "category": "service_pack", "name": "8.0.4.23", "product": { "name": "8.0.4.23", "product_id": "CSAFPID-115233" } }, { "category": "service_pack", "name": "8.0.4.31", "product": { "name": "8.0.4.31", "product_id": "CSAFPID-115234" } }, { "category": "service_pack", "name": "8.0.5.20", "product": { "name": "8.0.5.20", "product_id": "CSAFPID-115235" } }, { "category": "service_pack", "name": "8.0.5.23", "product": { "name": "8.0.5.23", "product_id": "CSAFPID-115236" } }, { "category": "service_pack", "name": "8.0.5.25", "product": { "name": "8.0.5.25", "product_id": "CSAFPID-115237" } }, { "category": "service_pack", "name": "8.0.5.27", "product": { "name": "8.0.5.27", "product_id": "CSAFPID-115258" } }, { "category": "service_pack", "name": "8.0.5.28", "product": { "name": "8.0.5.28", "product_id": "CSAFPID-185259" } }, { "category": "service_pack", "name": "8.0.5.31", "product": { "name": "8.0.5.31", "product_id": "CSAFPID-191209" } } ], "category": "product_version", "name": "8.0" }, { "branches": [ { "category": "service_pack", "name": "8.2.0.45", "product": { "name": "8.2.0.45", "product_id": "CSAFPID-70762" } }, { "category": "service_pack", "name": "8.2.1", "product": { "name": "8.2.1", "product_id": "CSAFPID-97260" } }, { "category": "service_pack", "name": "8.2.2", "product": { "name": "8.2.2", "product_id": "CSAFPID-97261" } }, { "category": "service_pack", "name": "8.2.2.10", "product": { "name": "8.2.2.10", "product_id": "CSAFPID-99994" } }, { "category": "service_pack", "name": "8.2.3", "product": { "name": "8.2.3", "product_id": "CSAFPID-108072" } }, { "category": "service_pack", "name": "8.2.4", "product": { "name": "8.2.4", "product_id": "CSAFPID-108074" } }, { "category": "service_pack", "name": "8.2.1.11", "product": { "name": "8.2.1.11", "product_id": "CSAFPID-115241" } }, { "category": "service_pack", "name": "8.2.2.9", "product": { "name": "8.2.2.9", "product_id": "CSAFPID-115242" } }, { "category": "service_pack", "name": "8.2.2.12", "product": { "name": "8.2.2.12", "product_id": "CSAFPID-115243" } }, { "category": "service_pack", "name": "8.2.2.16", "product": { "name": "8.2.2.16", "product_id": "CSAFPID-115244" } }, { "category": "service_pack", "name": "8.2.4.1", "product": { "name": "8.2.4.1", "product_id": "CSAFPID-115245" } }, { "category": "service_pack", "name": "8.2.4.4", "product": { "name": "8.2.4.4", "product_id": "CSAFPID-115246" } }, { "category": "service_pack", "name": "8.2.5", "product": { "name": "8.2.5", "product_id": "CSAFPID-115247" } }, { "category": "service_pack", "name": "8.2.5.13", "product": { "name": "8.2.5.13", "product_id": "CSAFPID-115248" } }, { "category": "service_pack", "name": "8.2.5.22", "product": { "name": "8.2.5.22", "product_id": "CSAFPID-115260" } }, { "category": "service_pack", "name": "8.2.5.26", "product": { "name": "8.2.5.26", "product_id": "CSAFPID-115261" } }, { "category": "service_pack", "name": "8.2.2.17", "product": { "name": "8.2.2.17", "product_id": "CSAFPID-116857" } }, { "category": "service_pack", "name": "8.2.5.33", "product": { "name": "8.2.5.33", "product_id": "CSAFPID-185257" } }, { "category": "service_pack", "name": "8.2.5.40", "product": { "name": "8.2.5.40", "product_id": "CSAFPID-191207" } }, { "category": "service_pack", "name": "8.2.5.41", "product": { "name": "8.2.5.41", "product_id": "CSAFPID-191208" } }, { "category": "service_pack", "name": "8.2.5.46", "product": { "name": "8.2.5.46", "product_id": "CSAFPID-195008" } }, { "category": "service_pack", "name": "8.2.5.48", "product": { "name": "8.2.5.48", "product_id": "CSAFPID-198566" } }, { "category": "service_pack", "name": "8.2.5.50", "product": { "name": "8.2.5.50", "product_id": "CSAFPID-202960" } }, { "category": "service_pack", "name": "8.2.5.52", "product": { "name": "8.2.5.52", "product_id": "CSAFPID-206502" } }, { "category": "service_pack", "name": "8.2.5.55", "product": { "name": "8.2.5.55", "product_id": "CSAFPID-206503" } }, { "category": "service_pack", "name": "8.2.5.57", "product": { "name": "8.2.5.57", "product_id": "CSAFPID-206504" } }, { "category": "service_pack", "name": "8.2.5.59", "product": { "name": "8.2.5.59", "product_id": "CSAFPID-220596" } }, { "category": "service_pack", "name": "8.2.5.58", "product": { "name": "8.2.5.58", "product_id": "CSAFPID-232610" } }, { "category": "service_pack", "name": "8.2.5.51", "product": { "name": "8.2.5.51", "product_id": "CSAFPID-232611" } }, { "category": "service_pack", "name": "8.2.5.49", "product": { "name": "8.2.5.49", "product_id": "CSAFPID-232612" } } ], "category": "product_version", "name": "8.2" }, { "branches": [ { "category": "service_pack", "name": "8.1.1", "product": { "name": "8.1.1", "product_id": "CSAFPID-91009" } }, { "category": "service_pack", "name": "8.1.2", "product": { "name": "8.1.2", "product_id": "CSAFPID-91010" } }, { "category": "service_pack", "name": "8.1.2.15", "product": { "name": "8.1.2.15", "product_id": "CSAFPID-91019" } }, { "category": "service_pack", "name": "8.1.2.16", "product": { "name": "8.1.2.16", "product_id": "CSAFPID-91020" } }, { "category": "service_pack", "name": "8.1.2.19", "product": { "name": "8.1.2.19", "product_id": "CSAFPID-91088" } }, { "category": "service_pack", "name": "8.1.2.23", "product": { "name": "8.1.2.23", "product_id": "CSAFPID-92320" } }, { "category": "service_pack", "name": "8.1.2.24", "product": { "name": "8.1.2.24", "product_id": "CSAFPID-92321" } }, { "category": "service_pack", "name": "8.1.2.50", "product": { "name": "8.1.2.50", "product_id": "CSAFPID-112137" } }, { "category": "service_pack", "name": "8.1.1.6", "product": { "name": "8.1.1.6", "product_id": "CSAFPID-115238" } }, { "category": "service_pack", "name": "8.1.2.13", "product": { "name": "8.1.2.13", "product_id": "CSAFPID-115239" } }, { "category": "service_pack", "name": "8.1.2.49", "product": { "name": "8.1.2.49", "product_id": "CSAFPID-115240" } }, { "category": "service_pack", "name": "8.1.2.55", "product": { "name": "8.1.2.55", "product_id": "CSAFPID-115259" } }, { "category": "service_pack", "name": "8.1.2.56", "product": { "name": "8.1.2.56", "product_id": "CSAFPID-185258" } } ], "category": "product_version", "name": "8.1" }, { "branches": [ { "category": "service_pack", "name": "8.3.1.1", "product": { "name": "8.3.1.1", "product_id": "CSAFPID-99996" } }, { "category": "service_pack", "name": "8.3.1", "product": { "name": "8.3.1", "product_id": "CSAFPID-99997" } }, { "category": "service_pack", "name": "8.3.2", "product": { "name": "8.3.2", "product_id": "CSAFPID-108069" } }, { "category": "service_pack", "name": "8.3.2.23", "product": { "name": "8.3.2.23", "product_id": "CSAFPID-112138" } }, { "category": "service_pack", "name": "8.3.2.25", "product": { "name": "8.3.2.25", "product_id": "CSAFPID-112800" } }, { "category": "service_pack", "name": "8.3.1.4", "product": { "name": "8.3.1.4", "product_id": "CSAFPID-115249" } }, { "category": "service_pack", "name": "8.3.1.6", "product": { "name": "8.3.1.6", "product_id": "CSAFPID-115250" } }, { "category": "service_pack", "name": "8.3.2.4", "product": { "name": "8.3.2.4", "product_id": "CSAFPID-115251" } }, { "category": "service_pack", "name": "8.3.2.13", "product": { "name": "8.3.2.13", "product_id": "CSAFPID-115252" } }, { "category": "service_pack", "name": "8.3.2.31", "product": { "name": "8.3.2.31", "product_id": "CSAFPID-115262" } }, { "category": "service_pack", "name": "8.3.2.33", "product": { "name": "8.3.2.33", "product_id": "CSAFPID-115263" } }, { "category": "service_pack", "name": "8.3.2.34", "product": { "name": "8.3.2.34", "product_id": "CSAFPID-185256" } }, { "category": "service_pack", "name": "8.3.2.37", "product": { "name": "8.3.2.37", "product_id": "CSAFPID-191206" } }, { "category": "service_pack", "name": "8.3.2.39", "product": { "name": "8.3.2.39", "product_id": "CSAFPID-195007" } }, { "category": "service_pack", "name": "8.3.2.40", "product": { "name": "8.3.2.40", "product_id": "CSAFPID-198565" } }, { "category": "service_pack", "name": "8.3.2.41", "product": { "name": "8.3.2.41", "product_id": "CSAFPID-202959" } }, { "category": "service_pack", "name": "8.3.2.44", "product": { "name": "8.3.2.44", "product_id": "CSAFPID-206501" } } ], "category": "product_version", "name": "8.3" }, { "branches": [ { "category": "service_pack", "name": "8.4.1", "product": { "name": "8.4.1", "product_id": "CSAFPID-108073" } }, { "category": "service_pack", "name": "8.4.2", "product": { "name": "8.4.2", "product_id": "CSAFPID-112139" } }, { "category": "service_pack", "name": "8.4.1.3", "product": { "name": "8.4.1.3", "product_id": "CSAFPID-115253" } }, { "category": "service_pack", "name": "8.4.1.11", "product": { "name": "8.4.1.11", "product_id": "CSAFPID-115254" } }, { "category": "service_pack", "name": "8.4.2.8", "product": { "name": "8.4.2.8", "product_id": "CSAFPID-115255" } }, { "category": "service_pack", "name": "8.4.3", "product": { "name": "8.4.3", "product_id": "CSAFPID-115256" } }, { "category": "service_pack", "name": "8.4.3.8", "product": { "name": "8.4.3.8", "product_id": "CSAFPID-115264" } }, { "category": "service_pack", "name": "8.4.3.9", "product": { "name": "8.4.3.9", "product_id": "CSAFPID-115265" } }, { "category": "service_pack", "name": "8.4.4", "product": { "name": "8.4.4", "product_id": "CSAFPID-115266" } }, { "category": "service_pack", "name": "8.4.4.1", "product": { "name": "8.4.4.1", "product_id": "CSAFPID-185251" } }, { "category": "service_pack", "name": "8.4.4.3", "product": { "name": "8.4.4.3", "product_id": "CSAFPID-185252" } }, { "category": "service_pack", "name": "8.4.4.5", "product": { "name": "8.4.4.5", "product_id": "CSAFPID-185253" } }, { "category": "service_pack", "name": "8.4.4.9", "product": { "name": "8.4.4.9", "product_id": "CSAFPID-185254" } }, { "category": "service_pack", "name": "8.4.5", "product": { "name": "8.4.5", "product_id": "CSAFPID-185255" } }, { "category": "service_pack", "name": "8.4.5.6", "product": { "name": "8.4.5.6", "product_id": "CSAFPID-191204" } }, { "category": "service_pack", "name": "8.4.6", "product": { "name": "8.4.6", "product_id": "CSAFPID-191205" } }, { "category": "service_pack", "name": "8.4.2.1", "product": { "name": "8.4.2.1", "product_id": "CSAFPID-192947" } }, { "category": "service_pack", "name": "8.4.7", "product": { "name": "8.4.7", "product_id": "CSAFPID-195006" } }, { "category": "service_pack", "name": "8.4.7.3", "product": { "name": "8.4.7.3", "product_id": "CSAFPID-198563" } }, { "category": "service_pack", "name": "8.4.7.15", "product": { "name": "8.4.7.15", "product_id": "CSAFPID-198564" } }, { "category": "service_pack", "name": "8.4.7.22", "product": { "name": "8.4.7.22", "product_id": "CSAFPID-202957" } }, { "category": "service_pack", "name": "8.4.7.23", "product": { "name": "8.4.7.23", "product_id": "CSAFPID-202958" } }, { "category": "service_pack", "name": "8.4.7.26", "product": { "name": "8.4.7.26", "product_id": "CSAFPID-206499" } }, { "category": "service_pack", "name": "8.4.7.28", "product": { "name": "8.4.7.28", "product_id": "CSAFPID-206500" } }, { "category": "service_pack", "name": "8.4.7.29", "product": { "name": "8.4.7.29", "product_id": "CSAFPID-211053" } }, { "category": "service_pack", "name": "8.4.7.30", "product": { "name": "8.4.7.30", "product_id": "CSAFPID-232607" } }, { "category": "service_pack", "name": "8.4.7.31", "product": { "name": "8.4.7.31", "product_id": "CSAFPID-232608" } } ], "category": "product_version", "name": "8.4" }, { "branches": [ { "category": "service_pack", "name": "8.5.1", "product": { "name": "8.5.1", "product_id": "CSAFPID-112136" } }, { "category": "service_pack", "name": "8.5.1.1", "product": { "name": "8.5.1.1", "product_id": "CSAFPID-112140" } }, { "category": "service_pack", "name": "8.5.1.6", "product": { "name": "8.5.1.6", "product_id": "CSAFPID-115269" } }, { "category": "service_pack", "name": "8.5.1.7", "product": { "name": "8.5.1.7", "product_id": "CSAFPID-115270" } }, { "category": "service_pack", "name": "8.5.1.14", "product": { "name": "8.5.1.14", "product_id": "CSAFPID-185180" } }, { "category": "service_pack", "name": "8.5.1.17", "product": { "name": "8.5.1.17", "product_id": "CSAFPID-191203" } }, { "category": "service_pack", "name": "8.5.1.18", "product": { "name": "8.5.1.18", "product_id": "CSAFPID-195005" } }, { "category": "service_pack", "name": "8.5.1.19", "product": { "name": "8.5.1.19", "product_id": "CSAFPID-198562" } }, { "category": "service_pack", "name": "8.5.1.21", "product": { "name": "8.5.1.21", "product_id": "CSAFPID-202956" } }, { "category": "service_pack", "name": "8.5.1.24", "product": { "name": "8.5.1.24", "product_id": "CSAFPID-206498" } } ], "category": "product_version", "name": "8.5" }, { "branches": [ { "category": "service_pack", "name": "8.6.1.1", "product": { "name": "8.6.1.1", "product_id": "CSAFPID-115268" } }, { "category": "service_pack", "name": "8.6.1", "product": { "name": "8.6.1", "product_id": "CSAFPID-115276" } }, { "category": "service_pack", "name": "8.6.1.2", "product": { "name": "8.6.1.2", "product_id": "CSAFPID-185176" } }, { "category": "service_pack", "name": "8.6.1.5", "product": { "name": "8.6.1.5", "product_id": "CSAFPID-185177" } }, { "category": "service_pack", "name": "8.6.1.10", "product": { "name": "8.6.1.10", "product_id": "CSAFPID-191202" } }, { "category": "service_pack", "name": "8.6.1.12", "product": { "name": "8.6.1.12", "product_id": "CSAFPID-195004" } }, { "category": "service_pack", "name": "8.6.1.13", "product": { "name": "8.6.1.13", "product_id": "CSAFPID-198561" } }, { "category": "service_pack", "name": "8.6.1.14", "product": { "name": "8.6.1.14", "product_id": "CSAFPID-202955" } }, { "category": "service_pack", "name": "8.6.1.17", "product": { "name": "8.6.1.17", "product_id": "CSAFPID-206497" } }, { "category": "service_pack", "name": "8.6.1.15", "product": { "name": "8.6.1.15", "product_id": "CSAFPID-232919" } } ], "category": "product_version", "name": "8.6" }, { "branches": [ { "category": "service_pack", "name": "8.7.1", "product": { "name": "8.7.1", "product_id": "CSAFPID-185179" } }, { "category": "service_pack", "name": "8.7.1.1", "product": { "name": "8.7.1.1", "product_id": "CSAFPID-191201" } }, { "category": "service_pack", "name": "8.7.1.3", "product": { "name": "8.7.1.3", "product_id": "CSAFPID-191213" } }, { "category": "service_pack", "name": "8.7.1.4", "product": { "name": "8.7.1.4", "product_id": "CSAFPID-191214" } }, { "category": "service_pack", "name": "8.7.1.7", "product": { "name": "8.7.1.7", "product_id": "CSAFPID-195003" } }, { "category": "service_pack", "name": "8.7.1.8", "product": { "name": "8.7.1.8", "product_id": "CSAFPID-198559" } }, { "category": "service_pack", "name": "8.7.1.11", "product": { "name": "8.7.1.11", "product_id": "CSAFPID-198560" } }, { "category": "service_pack", "name": "8.7.1.13", "product": { "name": "8.7.1.13", "product_id": "CSAFPID-202954" } }, { "category": "service_pack", "name": "8.7.1.16", "product": { "name": "8.7.1.16", "product_id": "CSAFPID-206496" } }, { "category": "service_pack", "name": "8.7.1.17", "product": { "name": "8.7.1.17", "product_id": "CSAFPID-211052" } } ], "category": "product_version", "name": "8.7" }, { "branches": [ { "category": "service_pack", "name": "9.0.1", "product": { "name": "9.0.1", "product_id": "CSAFPID-188865" } }, { "category": "service_pack", "name": "9.0.2", "product": { "name": "9.0.2", "product_id": "CSAFPID-188866" } }, { "category": "service_pack", "name": "9.0.2.10", "product": { "name": "9.0.2.10", "product_id": "CSAFPID-195000" } }, { "category": "service_pack", "name": "9.0.3", "product": { "name": "9.0.3", "product_id": "CSAFPID-195001" } }, { "category": "service_pack", "name": "9.0.3.6", "product": { "name": "9.0.3.6", "product_id": "CSAFPID-195002" } }, { "category": "service_pack", "name": "9.0.3.8", "product": { "name": "9.0.3.8", "product_id": "CSAFPID-198555" } }, { "category": "service_pack", "name": "9.0.4", "product": { "name": "9.0.4", "product_id": "CSAFPID-198556" } }, { "category": "service_pack", "name": "9.0.4.1", "product": { "name": "9.0.4.1", "product_id": "CSAFPID-198557" } }, { "category": "service_pack", "name": "9.0.4.5", "product": { "name": "9.0.4.5", "product_id": "CSAFPID-198558" } }, { "category": "service_pack", "name": "9.0.4.17", "product": { "name": "9.0.4.17", "product_id": "CSAFPID-202950" } }, { "category": "service_pack", "name": "9.0.4.20", "product": { "name": "9.0.4.20", "product_id": "CSAFPID-202951" } }, { "category": "service_pack", "name": "9.0.4.24", "product": { "name": "9.0.4.24", "product_id": "CSAFPID-202952" } }, { "category": "service_pack", "name": "9.0.4.7", "product": { "name": "9.0.4.7", "product_id": "CSAFPID-202953" } }, { "category": "service_pack", "name": "9.0.4.26", "product": { "name": "9.0.4.26", "product_id": "CSAFPID-206493" } }, { "category": "service_pack", "name": "9.0.4.29", "product": { "name": "9.0.4.29", "product_id": "CSAFPID-206494" } }, { "category": "service_pack", "name": "9.0.4.33", "product": { "name": "9.0.4.33", "product_id": "CSAFPID-206495" } }, { "category": "service_pack", "name": "9.0.4.37", "product": { "name": "9.0.4.37", "product_id": "CSAFPID-210982" } }, { "category": "service_pack", "name": "9.0.4.35", "product": { "name": "9.0.4.35", "product_id": "CSAFPID-211060" } }, { "category": "service_pack", "name": "9.0.4.40", "product": { "name": "9.0.4.40", "product_id": "CSAFPID-220994" } }, { "category": "service_pack", "name": "9.0.4.42", "product": { "name": "9.0.4.42", "product_id": "CSAFPID-220995" } }, { "category": "service_pack", "name": "9.0.4.38", "product": { "name": "9.0.4.38", "product_id": "CSAFPID-232605" } }, { "category": "service_pack", "name": "9.0.4.39", "product": { "name": "9.0.4.39", "product_id": "CSAFPID-232606" } } ], "category": "product_version", "name": "9.0" }, { "branches": [ { "category": "service_pack", "name": "9.1.1", "product": { "name": "9.1.1", "product_id": "CSAFPID-188867" } }, { "category": "service_pack", "name": "9.1.1.4", "product": { "name": "9.1.1.4", "product_id": "CSAFPID-191211" } }, { "category": "service_pack", "name": "9.1.2", "product": { "name": "9.1.2", "product_id": "CSAFPID-191212" } }, { "category": "service_pack", "name": "9.1.3", "product": { "name": "9.1.3", "product_id": "CSAFPID-194998" } }, { "category": "service_pack", "name": "9.1.2.8", "product": { "name": "9.1.2.8", "product_id": "CSAFPID-194999" } }, { "category": "service_pack", "name": "9.1.3.2", "product": { "name": "9.1.3.2", "product_id": "CSAFPID-198551" } }, { "category": "service_pack", "name": "9.1.4", "product": { "name": "9.1.4", "product_id": "CSAFPID-198552" } }, { "category": "service_pack", "name": "9.1.4.5", "product": { "name": "9.1.4.5", "product_id": "CSAFPID-198553" } }, { "category": "service_pack", "name": "9.1.5", "product": { "name": "9.1.5", "product_id": "CSAFPID-198554" } }, { "category": "service_pack", "name": "9.1.5.10", "product": { "name": "9.1.5.10", "product_id": "CSAFPID-202941" } }, { "category": "service_pack", "name": "9.1.5.12", "product": { "name": "9.1.5.12", "product_id": "CSAFPID-202942" } }, { "category": "service_pack", "name": "9.1.5.15", "product": { "name": "9.1.5.15", "product_id": "CSAFPID-202943" } }, { "category": "service_pack", "name": "9.1.6", "product": { "name": "9.1.6", "product_id": "CSAFPID-206218" } }, { "category": "service_pack", "name": "9.1.5.21", "product": { "name": "9.1.5.21", "product_id": "CSAFPID-206491" } }, { "category": "service_pack", "name": "9.1.6.1", "product": { "name": "9.1.6.1", "product_id": "CSAFPID-206492" } }, { "category": "service_pack", "name": "9.1.6.6", "product": { "name": "9.1.6.6", "product_id": "CSAFPID-210983" } }, { "category": "service_pack", "name": "9.1.6.4", "product": { "name": "9.1.6.4", "product_id": "CSAFPID-210988" } }, { "category": "service_pack", "name": "9.1.6.8", "product": { "name": "9.1.6.8", "product_id": "CSAFPID-211051" } }, { "category": "service_pack", "name": "9.1.6.10", "product": { "name": "9.1.6.10", "product_id": "CSAFPID-211059" } }, { "category": "service_pack", "name": "9.1.7.4", "product": { "name": "9.1.7.4", "product_id": "CSAFPID-220448" } }, { "category": "service_pack", "name": "9.1.7.6", "product": { "name": "9.1.7.6", "product_id": "CSAFPID-220996" } }, { "category": "service_pack", "name": "9.1.7.7", "product": { "name": "9.1.7.7", "product_id": "CSAFPID-220997" } }, { "category": "service_pack", "name": "9.1.7.9", "product": { "name": "9.1.7.9", "product_id": "CSAFPID-220998" } }, { "category": "service_pack", "name": "9.1.7.11", "product": { "name": "9.1.7.11", "product_id": "CSAFPID-220999" } }, { "category": "service_pack", "name": "9.1.7.12", "product": { "name": "9.1.7.12", "product_id": "CSAFPID-221000" } }, { "category": "service_pack", "name": "9.1.7.13", "product": { "name": "9.1.7.13", "product_id": "CSAFPID-225987" } }, { "category": "service_pack", "name": "9.1.7.15", "product": { "name": "9.1.7.15", "product_id": "CSAFPID-225988" } }, { "category": "service_pack", "name": "9.1.5.16", "product": { "name": "9.1.5.16", "product_id": "CSAFPID-232601" } }, { "category": "service_pack", "name": "9.1.5.19", "product": { "name": "9.1.5.19", "product_id": "CSAFPID-232602" } }, { "category": "service_pack", "name": "9.1.7.16", "product": { "name": "9.1.7.16", "product_id": "CSAFPID-232603" } }, { "category": "service_pack", "name": "9.1.7.19", "product": { "name": "9.1.7.19", "product_id": "CSAFPID-232604" } }, { "category": "service_pack", "name": "9.1.7", "product": { "name": "9.1.7", "product_id": "CSAFPID-232615" } }, { "category": "service_pack", "name": "9.1.7.20", "product": { "name": "9.1.7.20", "product_id": "CSAFPID-232915" } }, { "category": "service_pack", "name": "9.1.7.21", "product": { "name": "9.1.7.21", "product_id": "CSAFPID-232916" } }, { "category": "service_pack", "name": "9.1.6.11", "product": { "name": "9.1.6.11", "product_id": "CSAFPID-232918" } } ], "category": "product_version", "name": "9.1" }, { "branches": [ { "category": "service_pack", "name": "9.2.1", "product": { "name": "9.2.1", "product_id": "CSAFPID-202938" } }, { "category": "service_pack", "name": "9.2.2", "product": { "name": "9.2.2", "product_id": "CSAFPID-202946" } }, { "category": "service_pack", "name": "9.2.2.4", "product": { "name": "9.2.2.4", "product_id": "CSAFPID-202947" } }, { "category": "service_pack", "name": "9.2.2.7", "product": { "name": "9.2.2.7", "product_id": "CSAFPID-202948" } }, { "category": "service_pack", "name": "9.2.3", "product": { "name": "9.2.3", "product_id": "CSAFPID-202949" } }, { "category": "service_pack", "name": "9.2.2.8", "product": { "name": "9.2.2.8", "product_id": "CSAFPID-204544" } }, { "category": "service_pack", "name": "9.2.3.3", "product": { "name": "9.2.3.3", "product_id": "CSAFPID-206489" } }, { "category": "service_pack", "name": "9.2.3.4", "product": { "name": "9.2.3.4", "product_id": "CSAFPID-206490" } }, { "category": "service_pack", "name": "9.2.0.0", "product": { "name": "9.2.0.0", "product_id": "CSAFPID-207903" } }, { "category": "service_pack", "name": "9.2.0.104", "product": { "name": "9.2.0.104", "product_id": "CSAFPID-207904" } }, { "category": "service_pack", "name": "9.2.3.1", "product": { "name": "9.2.3.1", "product_id": "CSAFPID-207905" } }, { "category": "service_pack", "name": "9.2.4", "product": { "name": "9.2.4", "product_id": "CSAFPID-210984" } }, { "category": "service_pack", "name": "9.2.4.2", "product": { "name": "9.2.4.2", "product_id": "CSAFPID-212707" } }, { "category": "service_pack", "name": "9.2.4.4", "product": { "name": "9.2.4.4", "product_id": "CSAFPID-212708" } }, { "category": "service_pack", "name": "9.2.4.8", "product": { "name": "9.2.4.8", "product_id": "CSAFPID-221001" } }, { "category": "service_pack", "name": "9.2.4.10", "product": { "name": "9.2.4.10", "product_id": "CSAFPID-221002" } }, { "category": "service_pack", "name": "9.2.4.13", "product": { "name": "9.2.4.13", "product_id": "CSAFPID-221003" } }, { "category": "service_pack", "name": "9.2.4.14", "product": { "name": "9.2.4.14", "product_id": "CSAFPID-221004" } }, { "category": "service_pack", "name": "9.2.4.16", "product": { "name": "9.2.4.16", "product_id": "CSAFPID-221005" } }, { "category": "service_pack", "name": "9.2.4.17", "product": { "name": "9.2.4.17", "product_id": "CSAFPID-221006" } }, { "category": "service_pack", "name": "9.2.4.18", "product": { "name": "9.2.4.18", "product_id": "CSAFPID-224844" } }, { "category": "service_pack", "name": "9.2.4.19", "product": { "name": "9.2.4.19", "product_id": "CSAFPID-224845" } }, { "category": "service_pack", "name": "9.2.4.5", "product": { "name": "9.2.4.5", "product_id": "CSAFPID-232597" } }, { "category": "service_pack", "name": "9.2.4.20", "product": { "name": "9.2.4.20", "product_id": "CSAFPID-232598" } }, { "category": "service_pack", "name": "9.2.4.22", "product": { "name": "9.2.4.22", "product_id": "CSAFPID-232599" } }, { "category": "service_pack", "name": "9.2.4.24", "product": { "name": "9.2.4.24", "product_id": "CSAFPID-232600" } }, { "category": "service_pack", "name": "9.2.4.25", "product": { "name": "9.2.4.25", "product_id": "CSAFPID-232913" } } ], "category": "product_version", "name": "9.2" }, { "branches": [ { "category": "service_pack", "name": "9.3.1", "product": { "name": "9.3.1", "product_id": "CSAFPID-202940" } }, { "category": "service_pack", "name": "9.3.1.1", "product": { "name": "9.3.1.1", "product_id": "CSAFPID-202944" } }, { "category": "service_pack", "name": "9.3.2", "product": { "name": "9.3.2", "product_id": "CSAFPID-202945" } }, { "category": "service_pack", "name": "9.3.2.2", "product": { "name": "9.3.2.2", "product_id": "CSAFPID-206487" } }, { "category": "service_pack", "name": "9.3.3", "product": { "name": "9.3.3", "product_id": "CSAFPID-206488" } }, { "category": "service_pack", "name": "9.3.5", "product": { "name": "9.3.5", "product_id": "CSAFPID-210985" } }, { "category": "service_pack", "name": "9.3.3.1", "product": { "name": "9.3.3.1", "product_id": "CSAFPID-211050" } }, { "category": "service_pack", "name": "9.3.3.2", "product": { "name": "9.3.3.2", "product_id": "CSAFPID-211057" } }, { "category": "service_pack", "name": "9.3.3.5", "product": { "name": "9.3.3.5", "product_id": "CSAFPID-211058" } }, { "category": "service_pack", "name": "9.3.3.6", "product": { "name": "9.3.3.6", "product_id": "CSAFPID-212706" } }, { "category": "service_pack", "name": "9.3.3.9", "product": { "name": "9.3.3.9", "product_id": "CSAFPID-221007" } }, { "category": "service_pack", "name": "9.3.3.10", "product": { "name": "9.3.3.10", "product_id": "CSAFPID-221008" } }, { "category": "service_pack", "name": "9.3.3.11", "product": { "name": "9.3.3.11", "product_id": "CSAFPID-221009" } }, { "category": "service_pack", "name": "9.3.3.7", "product": { "name": "9.3.3.7", "product_id": "CSAFPID-232596" } } ], "category": "product_version", "name": "9.3" }, { "branches": [ { "category": "service_pack", "name": "9.4.1", "product": { "name": "9.4.1", "product_id": "CSAFPID-206486" } }, { "category": "service_pack", "name": "9.4.0.115", "product": { "name": "9.4.0.115", "product_id": "CSAFPID-207900" } }, { "category": "service_pack", "name": "9.4.1.1", "product": { "name": "9.4.1.1", "product_id": "CSAFPID-208301" } }, { "category": "service_pack", "name": "9.4.2", "product": { "name": "9.4.2", "product_id": "CSAFPID-210986" } }, { "category": "service_pack", "name": "9.4.1.5", "product": { "name": "9.4.1.5", "product_id": "CSAFPID-211054" } }, { "category": "service_pack", "name": "9.4.1.3", "product": { "name": "9.4.1.3", "product_id": "CSAFPID-211055" } }, { "category": "service_pack", "name": "9.4.1.2", "product": { "name": "9.4.1.2", "product_id": "CSAFPID-211056" } }, { "category": "service_pack", "name": "9.4.2.3", "product": { "name": "9.4.2.3", "product_id": "CSAFPID-212705" } }, { "category": "service_pack", "name": "9.4.3", "product": { "name": "9.4.3", "product_id": "CSAFPID-221010" } }, { "category": "service_pack", "name": "9.4.3.3", "product": { "name": "9.4.3.3", "product_id": "CSAFPID-221011" } }, { "category": "service_pack", "name": "9.4.3.4", "product": { "name": "9.4.3.4", "product_id": "CSAFPID-221012" } }, { "category": "service_pack", "name": "9.4.3.6", "product": { "name": "9.4.3.6", "product_id": "CSAFPID-221013" } }, { "category": "service_pack", "name": "9.4.3.8", "product": { "name": "9.4.3.8", "product_id": "CSAFPID-221014" } }, { "category": "service_pack", "name": "9.4.3.11", "product": { "name": "9.4.3.11", "product_id": "CSAFPID-221015" } }, { "category": "service_pack", "name": "9.4.3.12", "product": { "name": "9.4.3.12", "product_id": "CSAFPID-221016" } }, { "category": "service_pack", "name": "9.4.4", "product": { "name": "9.4.4", "product_id": "CSAFPID-221017" } }, { "category": "service_pack", "name": "9.4.4.2", "product": { "name": "9.4.4.2", "product_id": "CSAFPID-224847" } }, { "category": "service_pack", "name": "9.4.4.5", "product": { "name": "9.4.4.5", "product_id": "CSAFPID-231291" } }, { "category": "service_pack", "name": "9.4.4.6", "product": { "name": "9.4.4.6", "product_id": "CSAFPID-231292" } }, { "category": "service_pack", "name": "9.4.4.8", "product": { "name": "9.4.4.8", "product_id": "CSAFPID-231293" } }, { "category": "service_pack", "name": "9.4.4.10", "product": { "name": "9.4.4.10", "product_id": "CSAFPID-231294" } }, { "category": "service_pack", "name": "9.4.4.12", "product": { "name": "9.4.4.12", "product_id": "CSAFPID-231295" } }, { "category": "service_pack", "name": "9.4.4.13", "product": { "name": "9.4.4.13", "product_id": "CSAFPID-231296" } }, { "category": "service_pack", "name": "9.4.4.14", "product": { "name": "9.4.4.14", "product_id": "CSAFPID-231297" } }, { "category": "service_pack", "name": "9.4.2.6", "product": { "name": "9.4.2.6", "product_id": "CSAFPID-232594" } }, { "category": "service_pack", "name": "9.4.2.11", "product": { "name": "9.4.2.11", "product_id": "CSAFPID-232595" } }, { "category": "service_pack", "name": "9.4.1.13", "product": { "name": "9.4.1.13", "product_id": "CSAFPID-232912" } } ], "category": "product_version", "name": "9.4" }, { "branches": [ { "category": "service_pack", "name": "100.13.0.21", "product": { "name": "100.13.0.21", "product_id": "CSAFPID-207907" } }, { "category": "service_pack", "name": "100.13.20.3", "product": { "name": "100.13.20.3", "product_id": "CSAFPID-207908" } }, { "category": "service_pack", "name": "100.13.21.9", "product": { "name": "100.13.21.9", "product_id": "CSAFPID-207909" } }, { "category": "service_pack", "name": "100.13.0.35", "product": { "name": "100.13.0.35", "product_id": "CSAFPID-210987" } }, { "category": "service_pack", "name": "100.13.0.31", "product": { "name": "100.13.0.31", "product_id": "CSAFPID-210989" } }, { "category": "service_pack", "name": "100.13.0", "product": { "name": "100.13.0", "product_id": "CSAFPID-214178" } }, { "category": "service_pack", "name": "100.130", "product": { "name": "100.130", "product_id": "CSAFPID-214179" } }, { "category": "service_pack", "name": "100.13.0.54", "product": { "name": "100.13.0.54", "product_id": "CSAFPID-214180" } } ], "category": "product_version", "name": "100.13" }, { "branches": [ { "category": "service_pack", "name": "100.14.1.1", "product": { "name": "100.14.1.1", "product_id": "CSAFPID-207911" } }, { "category": "service_pack", "name": "100.14.0.4", "product": { "name": "100.14.0.4", "product_id": "CSAFPID-214181" } } ], "category": "product_version", "name": "100.14" }, { "branches": [ { "category": "service_pack", "name": "9.5.1", "product": { "name": "9.5.1", "product_id": "CSAFPID-212614" } }, { "category": "service_pack", "name": "9.5.2", "product": { "name": "9.5.2", "product_id": "CSAFPID-212704" } }, { "category": "service_pack", "name": "9.5.2.6", "product": { "name": "9.5.2.6", "product_id": "CSAFPID-221018" } }, { "category": "service_pack", "name": "9.5.2.10", "product": { "name": "9.5.2.10", "product_id": "CSAFPID-221019" } }, { "category": "service_pack", "name": "9.5.2.14", "product": { "name": "9.5.2.14", "product_id": "CSAFPID-221020" } }, { "category": "service_pack", "name": "9.5.3", "product": { "name": "9.5.3", "product_id": "CSAFPID-221021" } }, { "category": "service_pack", "name": "9.5.3.2", "product": { "name": "9.5.3.2", "product_id": "CSAFPID-221022" } }, { "category": "service_pack", "name": "9.5.3.3", "product": { "name": "9.5.3.3", "product_id": "CSAFPID-221023" } }, { "category": "service_pack", "name": "9.5.3.1", "product": { "name": "9.5.3.1", "product_id": "CSAFPID-224849" } }, { "category": "service_pack", "name": "9.5.3.6", "product": { "name": "9.5.3.6", "product_id": "CSAFPID-224850" } }, { "category": "service_pack", "name": "9.5.3.9", "product": { "name": "9.5.3.9", "product_id": "CSAFPID-231298" } }, { "category": "service_pack", "name": "9.5.2.5", "product": { "name": "9.5.2.5", "product_id": "CSAFPID-232593" } } ], "category": "product_version", "name": "9.5" }, { "branches": [ { "category": "service_pack", "name": "9.6.0", "product": { "name": "9.6.0", "product_id": "CSAFPID-220691" } }, { "category": "service_pack", "name": "9.6.1", "product": { "name": "9.6.1", "product_id": "CSAFPID-220692" } }, { "category": "service_pack", "name": "9.6.1.3", "product": { "name": "9.6.1.3", "product_id": "CSAFPID-221024" } }, { "category": "service_pack", "name": "9.6.1.5", "product": { "name": "9.6.1.5", "product_id": "CSAFPID-221025" } }, { "category": "service_pack", "name": "9.6.1.10", "product": { "name": "9.6.1.10", "product_id": "CSAFPID-221026" } }, { "category": "service_pack", "name": "9.6.2", "product": { "name": "9.6.2", "product_id": "CSAFPID-221027" } }, { "category": "service_pack", "name": "9.6.2.1", "product": { "name": "9.6.2.1", "product_id": "CSAFPID-221028" } }, { "category": "service_pack", "name": "9.6.2.2", "product": { "name": "9.6.2.2", "product_id": "CSAFPID-221029" } }, { "category": "service_pack", "name": "9.6.2.3", "product": { "name": "9.6.2.3", "product_id": "CSAFPID-221030" } }, { "category": "service_pack", "name": "9.6.2.7", "product": { "name": "9.6.2.7", "product_id": "CSAFPID-224852" } }, { "category": "service_pack", "name": "9.6.2.8", "product": { "name": "9.6.2.8", "product_id": "CSAFPID-224853" } }, { "category": "service_pack", "name": "9.6.2.9", "product": { "name": "9.6.2.9", "product_id": "CSAFPID-224854" } }, { "category": "service_pack", "name": "9.6.3", "product": { "name": "9.6.3", "product_id": "CSAFPID-224855" } }, { "category": "service_pack", "name": "9.6.3.1", "product": { "name": "9.6.3.1", "product_id": "CSAFPID-224856" } }, { "category": "service_pack", "name": "9.6.2.11", "product": { "name": "9.6.2.11", "product_id": "CSAFPID-225986" } }, { "category": "service_pack", "name": "9.6.3.3", "product": { "name": "9.6.3.3", "product_id": "CSAFPID-231299" } }, { "category": "service_pack", "name": "9.6.3.8", "product": { "name": "9.6.3.8", "product_id": "CSAFPID-231300" } }, { "category": "service_pack", "name": "9.6.3.9", "product": { "name": "9.6.3.9", "product_id": "CSAFPID-231301" } }, { "category": "service_pack", "name": "9.6.3.11", "product": { "name": "9.6.3.11", "product_id": "CSAFPID-231302" } }, { "category": "service_pack", "name": "9.6.3.12", "product": { "name": "9.6.3.12", "product_id": "CSAFPID-231303" } }, { "category": "service_pack", "name": "9.6.3.14", "product": { "name": "9.6.3.14", "product_id": "CSAFPID-231304" } }, { "category": "service_pack", "name": "9.6.3.17", "product": { "name": "9.6.3.17", "product_id": "CSAFPID-231305" } }, { "category": "service_pack", "name": "9.6.3.20", "product": { "name": "9.6.3.20", "product_id": "CSAFPID-232908" } }, { "category": "service_pack", "name": "9.6.2.22", "product": { "name": "9.6.2.22", "product_id": "CSAFPID-232909" } }, { "category": "service_pack", "name": "9.6.2.23", "product": { "name": "9.6.2.23", "product_id": "CSAFPID-232910" } } ], "category": "product_version", "name": "9.6" }, { "branches": [ { "category": "service_pack", "name": "9.7.1", "product": { "name": "9.7.1", "product_id": "CSAFPID-221032" } }, { "category": "service_pack", "name": "9.7.1.1", "product": { "name": "9.7.1.1", "product_id": "CSAFPID-224857" } }, { "category": "service_pack", "name": "9.7.1.2", "product": { "name": "9.7.1.2", "product_id": "CSAFPID-224858" } }, { "category": "service_pack", "name": "9.7.1.4", "product": { "name": "9.7.1.4", "product_id": "CSAFPID-232590" } }, { "category": "service_pack", "name": "9.7.1.8", "product": { "name": "9.7.1.8", "product_id": "CSAFPID-232591" } }, { "category": "service_pack", "name": "9.7.1.15", "product": { "name": "9.7.1.15", "product_id": "CSAFPID-232592" } }, { "category": "service_pack", "name": "9.7.1.16", "product": { "name": "9.7.1.16", "product_id": "CSAFPID-232903" } }, { "category": "service_pack", "name": "9.7.1.19", "product": { "name": "9.7.1.19", "product_id": "CSAFPID-232904" } }, { "category": "service_pack", "name": "9.7.1.20", "product": { "name": "9.7.1.20", "product_id": "CSAFPID-232905" } } ], "category": "product_version", "name": "9.7" }, { "branches": [ { "category": "service_pack", "name": "9.8.1", "product": { "name": "9.8.1", "product_id": "CSAFPID-232585" } }, { "category": "service_pack", "name": "9.8.1.5", "product": { "name": "9.8.1.5", "product_id": "CSAFPID-232586" } }, { "category": "service_pack", "name": "9.8.1.7", "product": { "name": "9.8.1.7", "product_id": "CSAFPID-232587" } }, { "category": "service_pack", "name": "9.8.2", "product": { "name": "9.8.2", "product_id": "CSAFPID-232588" } }, { "category": "service_pack", "name": "9.8.2.8", "product": { "name": "9.8.2.8", "product_id": "CSAFPID-232589" } }, { "category": "service_pack", "name": "9.8.2.10", "product": { "name": "9.8.2.10", "product_id": "CSAFPID-232895" } }, { "category": "service_pack", "name": "9.8.2.11", "product": { "name": "9.8.2.11", "product_id": "CSAFPID-232896" } }, { "category": "service_pack", "name": "9.8.2.14", "product": { "name": "9.8.2.14", "product_id": "CSAFPID-232897" } }, { "category": "service_pack", "name": "9.8.2.15", "product": { "name": "9.8.2.15", "product_id": "CSAFPID-232898" } }, { "category": "service_pack", "name": "9.8.2.17", "product": { "name": "9.8.2.17", "product_id": "CSAFPID-232899" } }, { "category": "service_pack", "name": "9.8.2.18", "product": { "name": "9.8.2.18", "product_id": "CSAFPID-232900" } }, { "category": "service_pack", "name": "9.8.2.19", "product": { "name": "9.8.2.19", "product_id": "CSAFPID-232901" } } ], "category": "product_version", "name": "9.8" }, { "branches": [ { "category": "service_pack", "name": "9.9.1", "product": { "name": "9.9.1", "product_id": "CSAFPID-232894" } } ], "category": "product_version", "name": "9.9" } ], "category": "product_family", "name": "Cisco Adaptive Security Appliance (ASA) Software" }, { "category": "product_family", "name": "Cisco Adaptive Security Appliance (ASA) Software", "product": { "name": "Cisco Adaptive Security Appliance (ASA) Software ", "product_id": "CSAFPID-6588" } }, { "branches": [ { "branches": [ { "category": "service_pack", "name": "6.0.0", "product": { "name": "6.0.0", "product_id": "CSAFPID-220205" } }, { "category": "service_pack", "name": "6.0.1", "product": { "name": "6.0.1", "product_id": "CSAFPID-220206" } }, { "category": "service_pack", "name": "6.0.1.3", "product": { "name": "6.0.1.3", "product_id": "CSAFPID-227125" } }, { "category": "service_pack", "name": "6.0.1.1", "product": { "name": "6.0.1.1", "product_id": "CSAFPID-232931" } }, { "category": "service_pack", "name": "6.0.1.2", "product": { "name": "6.0.1.2", "product_id": "CSAFPID-232932" } }, { "category": "service_pack", "name": "6.0.1.4", "product": { "name": "6.0.1.4", "product_id": "CSAFPID-232933" } }, { "category": "service_pack", "name": "6.0.0.1", "product": { "name": "6.0.0.1", "product_id": "CSAFPID-272046" } } ], "category": "product_version", "name": "6.0" }, { "branches": [ { "category": "service_pack", "name": "6.1.0", "product": { "name": "6.1.0", "product_id": "CSAFPID-223033" } }, { "category": "service_pack", "name": "6.1.0.2", "product": { "name": "6.1.0.2", "product_id": "CSAFPID-226358" } }, { "category": "service_pack", "name": "6.1.0.1", "product": { "name": "6.1.0.1", "product_id": "CSAFPID-232920" } }, { "category": "service_pack", "name": "6.1.0.3", "product": { "name": "6.1.0.3", "product_id": "CSAFPID-232921" } }, { "category": "service_pack", "name": "6.1.0.4", "product": { "name": "6.1.0.4", "product_id": "CSAFPID-232922" } }, { "category": "service_pack", "name": "6.1.0.5", "product": { "name": "6.1.0.5", "product_id": "CSAFPID-232923" } }, { "category": "service_pack", "name": "6.1.0.6", "product": { "name": "6.1.0.6", "product_id": "CSAFPID-232924" } }, { "category": "service_pack", "name": "6.1.0.7", "product": { "name": "6.1.0.7", "product_id": "CSAFPID-251753" } } ], "category": "product_version", "name": "6.1" }, { "branches": [ { "category": "service_pack", "name": "6.2.0", "product": { "name": "6.2.0", "product_id": "CSAFPID-225827" } }, { "category": "service_pack", "name": "6.2.1", "product": { "name": "6.2.1", "product_id": "CSAFPID-226359" } }, { "category": "service_pack", "name": "6.2.2", "product": { "name": "6.2.2", "product_id": "CSAFPID-226360" } }, { "category": "service_pack", "name": "6.2.0.1", "product": { "name": "6.2.0.1", "product_id": "CSAFPID-232925" } }, { "category": "service_pack", "name": "6.2.0.2", "product": { "name": "6.2.0.2", "product_id": "CSAFPID-232926" } }, { "category": "service_pack", "name": "6.2.0.3", "product": { "name": "6.2.0.3", "product_id": "CSAFPID-232927" } }, { "category": "service_pack", "name": "6.2.0.4", "product": { "name": "6.2.0.4", "product_id": "CSAFPID-232928" } }, { "category": "service_pack", "name": "6.2.2.1", "product": { "name": "6.2.2.1", "product_id": "CSAFPID-232929" } }, { "category": "service_pack", "name": "6.2.2.2", "product": { "name": "6.2.2.2", "product_id": "CSAFPID-232930" } }, { "category": "service_pack", "name": "6.2.0.5", "product": { "name": "6.2.0.5", "product_id": "CSAFPID-247897" } } ], "category": "product_version", "name": "6.2" } ], "category": "product_family", "name": "Cisco Firepower Threat Defense Software" } ], "category": "vendor", "name": "Cisco" } ] }, "vulnerabilities": [ { "cve": "CVE-2018-0101", "ids": [ { "system_name": "Cisco Bug ID", "text": "CSCvg35618" }, { "system_name": "Cisco Bug ID", "text": "CSCvh79732" }, { "system_name": "Cisco Bug ID", "text": "CSCvh81737" }, { "system_name": "Cisco Bug ID", "text": "CSCvh81870" } ], "notes": [ { "category": "other", "text": "Complete.", "title": "Affected Product Comprehensiveness" } ], "product_status": { "known_affected": [ "CSAFPID-100027", "CSAFPID-108069", "CSAFPID-108072", "CSAFPID-108073", "CSAFPID-108074", "CSAFPID-111872", "CSAFPID-112136", "CSAFPID-112137", "CSAFPID-112138", "CSAFPID-112139", "CSAFPID-112140", "CSAFPID-112800", "CSAFPID-115151", "CSAFPID-115153", "CSAFPID-115154", "CSAFPID-115155", "CSAFPID-115156", "CSAFPID-115157", "CSAFPID-115158", "CSAFPID-115159", "CSAFPID-115160", "CSAFPID-115161", "CSAFPID-115162", "CSAFPID-115163", "CSAFPID-115164", "CSAFPID-115165", "CSAFPID-115166", "CSAFPID-115197", "CSAFPID-115198", "CSAFPID-115199", "CSAFPID-115200", "CSAFPID-115201", "CSAFPID-115202", "CSAFPID-115203", "CSAFPID-115204", "CSAFPID-115205", "CSAFPID-115206", "CSAFPID-115207", "CSAFPID-115208", "CSAFPID-115209", "CSAFPID-115210", "CSAFPID-115211", "CSAFPID-115212", "CSAFPID-115213", "CSAFPID-115214", "CSAFPID-115215", "CSAFPID-115216", "CSAFPID-115217", "CSAFPID-115218", "CSAFPID-115219", "CSAFPID-115220", "CSAFPID-115221", "CSAFPID-115222", "CSAFPID-115223", "CSAFPID-115224", "CSAFPID-115225", "CSAFPID-115226", "CSAFPID-115227", "CSAFPID-115228", "CSAFPID-115229", "CSAFPID-115230", "CSAFPID-115231", "CSAFPID-115232", "CSAFPID-115233", "CSAFPID-115234", "CSAFPID-115235", "CSAFPID-115236", "CSAFPID-115237", "CSAFPID-115238", "CSAFPID-115239", "CSAFPID-115240", "CSAFPID-115241", "CSAFPID-115242", "CSAFPID-115243", "CSAFPID-115244", "CSAFPID-115245", "CSAFPID-115246", "CSAFPID-115247", "CSAFPID-115248", "CSAFPID-115249", "CSAFPID-115250", "CSAFPID-115251", "CSAFPID-115252", "CSAFPID-115253", "CSAFPID-115254", "CSAFPID-115255", "CSAFPID-115256", "CSAFPID-115257", "CSAFPID-115258", "CSAFPID-115259", "CSAFPID-115260", "CSAFPID-115261", "CSAFPID-115262", "CSAFPID-115263", "CSAFPID-115264", "CSAFPID-115265", "CSAFPID-115266", "CSAFPID-115268", "CSAFPID-115269", "CSAFPID-115270", "CSAFPID-115276", "CSAFPID-116857", "CSAFPID-185176", "CSAFPID-185177", "CSAFPID-185179", "CSAFPID-185180", "CSAFPID-185251", "CSAFPID-185252", "CSAFPID-185253", "CSAFPID-185254", "CSAFPID-185255", "CSAFPID-185256", "CSAFPID-185257", "CSAFPID-185258", "CSAFPID-185259", "CSAFPID-185260", "CSAFPID-188865", "CSAFPID-188866", "CSAFPID-188867", "CSAFPID-191201", "CSAFPID-191202", "CSAFPID-191203", "CSAFPID-191204", "CSAFPID-191205", "CSAFPID-191206", "CSAFPID-191207", "CSAFPID-191208", "CSAFPID-191209", "CSAFPID-191210", "CSAFPID-191211", "CSAFPID-191212", "CSAFPID-191213", "CSAFPID-191214", "CSAFPID-192947", "CSAFPID-194998", "CSAFPID-194999", "CSAFPID-195000", "CSAFPID-195001", "CSAFPID-195002", "CSAFPID-195003", "CSAFPID-195004", "CSAFPID-195005", "CSAFPID-195006", "CSAFPID-195007", "CSAFPID-195008", "CSAFPID-195009", "CSAFPID-198551", "CSAFPID-198552", "CSAFPID-198553", "CSAFPID-198554", "CSAFPID-198555", "CSAFPID-198556", "CSAFPID-198557", "CSAFPID-198558", "CSAFPID-198559", "CSAFPID-198560", "CSAFPID-198561", "CSAFPID-198562", "CSAFPID-198563", "CSAFPID-198564", "CSAFPID-198565", "CSAFPID-198566", "CSAFPID-202938", "CSAFPID-202940", "CSAFPID-202941", "CSAFPID-202942", "CSAFPID-202943", "CSAFPID-202944", "CSAFPID-202945", "CSAFPID-202946", "CSAFPID-202947", "CSAFPID-202948", "CSAFPID-202949", "CSAFPID-202950", "CSAFPID-202951", "CSAFPID-202952", "CSAFPID-202953", "CSAFPID-202954", "CSAFPID-202955", "CSAFPID-202956", "CSAFPID-202957", "CSAFPID-202958", "CSAFPID-202959", "CSAFPID-202960", "CSAFPID-204544", "CSAFPID-206218", "CSAFPID-206486", "CSAFPID-206487", "CSAFPID-206488", "CSAFPID-206489", "CSAFPID-206490", "CSAFPID-206491", "CSAFPID-206492", "CSAFPID-206493", "CSAFPID-206494", "CSAFPID-206495", "CSAFPID-206496", "CSAFPID-206497", "CSAFPID-206498", "CSAFPID-206499", "CSAFPID-206500", "CSAFPID-206501", "CSAFPID-206502", "CSAFPID-206503", "CSAFPID-206504", "CSAFPID-206505", "CSAFPID-207900", "CSAFPID-207903", "CSAFPID-207904", "CSAFPID-207905", "CSAFPID-207907", "CSAFPID-207908", "CSAFPID-207909", "CSAFPID-207911", "CSAFPID-208301", "CSAFPID-210982", "CSAFPID-210983", "CSAFPID-210984", "CSAFPID-210985", "CSAFPID-210986", "CSAFPID-210987", "CSAFPID-210988", "CSAFPID-210989", "CSAFPID-211050", "CSAFPID-211051", "CSAFPID-211052", "CSAFPID-211053", "CSAFPID-211054", "CSAFPID-211055", "CSAFPID-211056", "CSAFPID-211057", "CSAFPID-211058", "CSAFPID-211059", "CSAFPID-211060", "CSAFPID-212614", "CSAFPID-212704", "CSAFPID-212705", "CSAFPID-212706", "CSAFPID-212707", "CSAFPID-212708", "CSAFPID-214178", "CSAFPID-214179", "CSAFPID-214180", "CSAFPID-214181", "CSAFPID-220205", "CSAFPID-220206", "CSAFPID-220448", "CSAFPID-220596", "CSAFPID-220691", "CSAFPID-220692", "CSAFPID-220994", "CSAFPID-220995", "CSAFPID-220996", "CSAFPID-220997", "CSAFPID-220998", "CSAFPID-220999", "CSAFPID-221000", "CSAFPID-221001", "CSAFPID-221002", "CSAFPID-221003", "CSAFPID-221004", "CSAFPID-221005", "CSAFPID-221006", "CSAFPID-221007", "CSAFPID-221008", "CSAFPID-221009", "CSAFPID-221010", "CSAFPID-221011", "CSAFPID-221012", "CSAFPID-221013", "CSAFPID-221014", "CSAFPID-221015", "CSAFPID-221016", "CSAFPID-221017", "CSAFPID-221018", "CSAFPID-221019", "CSAFPID-221020", "CSAFPID-221021", "CSAFPID-221022", "CSAFPID-221023", "CSAFPID-221024", "CSAFPID-221025", "CSAFPID-221026", "CSAFPID-221027", "CSAFPID-221028", "CSAFPID-221029", "CSAFPID-221030", "CSAFPID-221032", "CSAFPID-223033", "CSAFPID-224844", "CSAFPID-224845", "CSAFPID-224847", "CSAFPID-224849", "CSAFPID-224850", "CSAFPID-224852", "CSAFPID-224853", "CSAFPID-224854", "CSAFPID-224855", "CSAFPID-224856", "CSAFPID-224857", "CSAFPID-224858", "CSAFPID-225827", "CSAFPID-225986", "CSAFPID-225987", "CSAFPID-225988", "CSAFPID-226358", "CSAFPID-226359", "CSAFPID-226360", "CSAFPID-227125", "CSAFPID-231291", "CSAFPID-231292", "CSAFPID-231293", "CSAFPID-231294", "CSAFPID-231295", "CSAFPID-231296", "CSAFPID-231297", "CSAFPID-231298", "CSAFPID-231299", "CSAFPID-231300", "CSAFPID-231301", "CSAFPID-231302", "CSAFPID-231303", "CSAFPID-231304", "CSAFPID-231305", "CSAFPID-232579", "CSAFPID-232580", "CSAFPID-232585", "CSAFPID-232586", "CSAFPID-232587", "CSAFPID-232588", "CSAFPID-232589", "CSAFPID-232590", "CSAFPID-232591", "CSAFPID-232592", "CSAFPID-232593", "CSAFPID-232594", "CSAFPID-232595", "CSAFPID-232596", "CSAFPID-232597", "CSAFPID-232598", "CSAFPID-232599", "CSAFPID-232600", "CSAFPID-232601", "CSAFPID-232602", "CSAFPID-232603", "CSAFPID-232604", "CSAFPID-232605", "CSAFPID-232606", "CSAFPID-232607", "CSAFPID-232608", "CSAFPID-232610", "CSAFPID-232611", "CSAFPID-232612", "CSAFPID-232615", "CSAFPID-232894", "CSAFPID-232895", "CSAFPID-232896", "CSAFPID-232897", "CSAFPID-232898", "CSAFPID-232899", "CSAFPID-232900", "CSAFPID-232901", "CSAFPID-232903", "CSAFPID-232904", "CSAFPID-232905", "CSAFPID-232908", "CSAFPID-232909", "CSAFPID-232910", "CSAFPID-232912", "CSAFPID-232913", "CSAFPID-232915", "CSAFPID-232916", "CSAFPID-232918", "CSAFPID-232919", "CSAFPID-232920", "CSAFPID-232921", "CSAFPID-232922", "CSAFPID-232923", "CSAFPID-232924", "CSAFPID-232925", "CSAFPID-232926", "CSAFPID-232927", "CSAFPID-232928", "CSAFPID-232929", "CSAFPID-232930", "CSAFPID-232931", "CSAFPID-232932", "CSAFPID-232933", "CSAFPID-247897", "CSAFPID-251753", "CSAFPID-272046", "CSAFPID-54555", "CSAFPID-54556", "CSAFPID-55253", "CSAFPID-55254", "CSAFPID-55255", "CSAFPID-55256", "CSAFPID-6588", "CSAFPID-70758", "CSAFPID-70759", "CSAFPID-70760", "CSAFPID-70761", "CSAFPID-70762", "CSAFPID-70763", "CSAFPID-70764", "CSAFPID-91003", "CSAFPID-91004", "CSAFPID-91005", "CSAFPID-91006", "CSAFPID-91009", "CSAFPID-91010", "CSAFPID-91011", "CSAFPID-91012", "CSAFPID-91013", "CSAFPID-91014", "CSAFPID-91015", "CSAFPID-91016", "CSAFPID-91017", "CSAFPID-91018", "CSAFPID-91019", "CSAFPID-91020", "CSAFPID-91021", "CSAFPID-91022", "CSAFPID-91088", "CSAFPID-91089", "CSAFPID-91090", "CSAFPID-91091", "CSAFPID-92319", "CSAFPID-92320", "CSAFPID-92321", "CSAFPID-92322", "CSAFPID-97260", "CSAFPID-97261", "CSAFPID-97262", "CSAFPID-99994", "CSAFPID-99996", "CSAFPID-99997" ] }, "release_date": "2018-01-29T17:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "Cisco has released software updates that address this vulnerability.", "product_ids": [ "CSAFPID-100027", "CSAFPID-108069", "CSAFPID-108072", "CSAFPID-108073", "CSAFPID-108074", "CSAFPID-111872", "CSAFPID-112136", "CSAFPID-112137", "CSAFPID-112138", "CSAFPID-112139", "CSAFPID-112140", "CSAFPID-112800", "CSAFPID-115151", "CSAFPID-115153", "CSAFPID-115154", "CSAFPID-115155", "CSAFPID-115156", "CSAFPID-115157", "CSAFPID-115158", "CSAFPID-115159", "CSAFPID-115160", "CSAFPID-115161", "CSAFPID-115162", "CSAFPID-115163", "CSAFPID-115164", "CSAFPID-115165", "CSAFPID-115166", "CSAFPID-115197", "CSAFPID-115198", "CSAFPID-115199", "CSAFPID-115200", "CSAFPID-115201", "CSAFPID-115202", "CSAFPID-115203", "CSAFPID-115204", "CSAFPID-115205", "CSAFPID-115206", "CSAFPID-115207", "CSAFPID-115208", "CSAFPID-115209", "CSAFPID-115210", "CSAFPID-115211", "CSAFPID-115212", "CSAFPID-115213", "CSAFPID-115214", "CSAFPID-115215", "CSAFPID-115216", "CSAFPID-115217", "CSAFPID-115218", "CSAFPID-115219", "CSAFPID-115220", "CSAFPID-115221", "CSAFPID-115222", "CSAFPID-115223", "CSAFPID-115224", "CSAFPID-115225", "CSAFPID-115226", "CSAFPID-115227", "CSAFPID-115228", "CSAFPID-115229", "CSAFPID-115230", "CSAFPID-115231", "CSAFPID-115232", "CSAFPID-115233", "CSAFPID-115234", "CSAFPID-115235", "CSAFPID-115236", "CSAFPID-115237", "CSAFPID-115238", "CSAFPID-115239", "CSAFPID-115240", "CSAFPID-115241", "CSAFPID-115242", "CSAFPID-115243", "CSAFPID-115244", "CSAFPID-115245", "CSAFPID-115246", "CSAFPID-115247", "CSAFPID-115248", "CSAFPID-115249", "CSAFPID-115250", "CSAFPID-115251", "CSAFPID-115252", "CSAFPID-115253", "CSAFPID-115254", "CSAFPID-115255", "CSAFPID-115256", "CSAFPID-115257", "CSAFPID-115258", "CSAFPID-115259", "CSAFPID-115260", "CSAFPID-115261", "CSAFPID-115262", "CSAFPID-115263", "CSAFPID-115264", "CSAFPID-115265", "CSAFPID-115266", "CSAFPID-115268", "CSAFPID-115269", "CSAFPID-115270", "CSAFPID-115276", "CSAFPID-116857", "CSAFPID-185176", "CSAFPID-185177", "CSAFPID-185179", "CSAFPID-185180", "CSAFPID-185251", "CSAFPID-185252", "CSAFPID-185253", "CSAFPID-185254", "CSAFPID-185255", "CSAFPID-185256", "CSAFPID-185257", "CSAFPID-185258", "CSAFPID-185259", "CSAFPID-185260", "CSAFPID-188865", "CSAFPID-188866", "CSAFPID-188867", "CSAFPID-191201", "CSAFPID-191202", "CSAFPID-191203", "CSAFPID-191204", "CSAFPID-191205", "CSAFPID-191206", "CSAFPID-191207", "CSAFPID-191208", "CSAFPID-191209", "CSAFPID-191210", "CSAFPID-191211", "CSAFPID-191212", "CSAFPID-191213", "CSAFPID-191214", "CSAFPID-192947", "CSAFPID-194998", "CSAFPID-194999", "CSAFPID-195000", "CSAFPID-195001", "CSAFPID-195002", "CSAFPID-195003", "CSAFPID-195004", "CSAFPID-195005", "CSAFPID-195006", "CSAFPID-195007", "CSAFPID-195008", "CSAFPID-195009", "CSAFPID-198551", "CSAFPID-198552", "CSAFPID-198553", "CSAFPID-198554", "CSAFPID-198555", "CSAFPID-198556", "CSAFPID-198557", "CSAFPID-198558", "CSAFPID-198559", "CSAFPID-198560", "CSAFPID-198561", "CSAFPID-198562", "CSAFPID-198563", "CSAFPID-198564", "CSAFPID-198565", "CSAFPID-198566", "CSAFPID-202938", "CSAFPID-202940", "CSAFPID-202941", "CSAFPID-202942", "CSAFPID-202943", "CSAFPID-202944", "CSAFPID-202945", "CSAFPID-202946", "CSAFPID-202947", "CSAFPID-202948", "CSAFPID-202949", "CSAFPID-202950", "CSAFPID-202951", "CSAFPID-202952", "CSAFPID-202953", "CSAFPID-202954", "CSAFPID-202955", "CSAFPID-202956", "CSAFPID-202957", "CSAFPID-202958", "CSAFPID-202959", "CSAFPID-202960", "CSAFPID-204544", "CSAFPID-206218", "CSAFPID-206486", "CSAFPID-206487", "CSAFPID-206488", "CSAFPID-206489", "CSAFPID-206490", "CSAFPID-206491", "CSAFPID-206492", "CSAFPID-206493", "CSAFPID-206494", "CSAFPID-206495", "CSAFPID-206496", "CSAFPID-206497", "CSAFPID-206498", "CSAFPID-206499", "CSAFPID-206500", "CSAFPID-206501", "CSAFPID-206502", "CSAFPID-206503", "CSAFPID-206504", "CSAFPID-206505", "CSAFPID-207900", "CSAFPID-207903", "CSAFPID-207904", "CSAFPID-207905", "CSAFPID-207907", "CSAFPID-207908", "CSAFPID-207909", "CSAFPID-207911", "CSAFPID-208301", "CSAFPID-210982", "CSAFPID-210983", "CSAFPID-210984", "CSAFPID-210985", "CSAFPID-210986", "CSAFPID-210987", "CSAFPID-210988", "CSAFPID-210989", "CSAFPID-211050", "CSAFPID-211051", "CSAFPID-211052", "CSAFPID-211053", "CSAFPID-211054", "CSAFPID-211055", "CSAFPID-211056", "CSAFPID-211057", "CSAFPID-211058", "CSAFPID-211059", "CSAFPID-211060", "CSAFPID-212614", "CSAFPID-212704", "CSAFPID-212705", "CSAFPID-212706", "CSAFPID-212707", "CSAFPID-212708", "CSAFPID-214178", "CSAFPID-214179", "CSAFPID-214180", "CSAFPID-214181", "CSAFPID-220205", "CSAFPID-220206", "CSAFPID-220448", "CSAFPID-220596", "CSAFPID-220691", "CSAFPID-220692", "CSAFPID-220994", "CSAFPID-220995", "CSAFPID-220996", "CSAFPID-220997", "CSAFPID-220998", "CSAFPID-220999", "CSAFPID-221000", "CSAFPID-221001", "CSAFPID-221002", "CSAFPID-221003", "CSAFPID-221004", "CSAFPID-221005", "CSAFPID-221006", "CSAFPID-221007", "CSAFPID-221008", "CSAFPID-221009", "CSAFPID-221010", "CSAFPID-221011", "CSAFPID-221012", "CSAFPID-221013", "CSAFPID-221014", "CSAFPID-221015", "CSAFPID-221016", "CSAFPID-221017", "CSAFPID-221018", "CSAFPID-221019", "CSAFPID-221020", "CSAFPID-221021", "CSAFPID-221022", "CSAFPID-221023", "CSAFPID-221024", "CSAFPID-221025", "CSAFPID-221026", "CSAFPID-221027", "CSAFPID-221028", "CSAFPID-221029", "CSAFPID-221030", "CSAFPID-221032", "CSAFPID-223033", "CSAFPID-224844", "CSAFPID-224845", "CSAFPID-224847", "CSAFPID-224849", "CSAFPID-224850", "CSAFPID-224852", "CSAFPID-224853", "CSAFPID-224854", "CSAFPID-224855", "CSAFPID-224856", "CSAFPID-224857", "CSAFPID-224858", "CSAFPID-225827", "CSAFPID-225986", "CSAFPID-225987", "CSAFPID-225988", "CSAFPID-226358", "CSAFPID-226359", "CSAFPID-226360", "CSAFPID-227125", "CSAFPID-231291", "CSAFPID-231292", "CSAFPID-231293", "CSAFPID-231294", "CSAFPID-231295", "CSAFPID-231296", "CSAFPID-231297", "CSAFPID-231298", "CSAFPID-231299", "CSAFPID-231300", "CSAFPID-231301", "CSAFPID-231302", "CSAFPID-231303", "CSAFPID-231304", "CSAFPID-231305", "CSAFPID-232579", "CSAFPID-232580", "CSAFPID-232585", "CSAFPID-232586", "CSAFPID-232587", "CSAFPID-232588", "CSAFPID-232589", "CSAFPID-232590", "CSAFPID-232591", "CSAFPID-232592", "CSAFPID-232593", "CSAFPID-232594", "CSAFPID-232595", "CSAFPID-232596", "CSAFPID-232597", "CSAFPID-232598", "CSAFPID-232599", "CSAFPID-232600", "CSAFPID-232601", "CSAFPID-232602", "CSAFPID-232603", "CSAFPID-232604", "CSAFPID-232605", "CSAFPID-232606", "CSAFPID-232607", "CSAFPID-232608", "CSAFPID-232610", "CSAFPID-232611", "CSAFPID-232612", "CSAFPID-232615", "CSAFPID-232894", "CSAFPID-232895", "CSAFPID-232896", "CSAFPID-232897", "CSAFPID-232898", "CSAFPID-232899", "CSAFPID-232900", "CSAFPID-232901", "CSAFPID-232903", "CSAFPID-232904", "CSAFPID-232905", "CSAFPID-232908", "CSAFPID-232909", "CSAFPID-232910", "CSAFPID-232912", "CSAFPID-232913", "CSAFPID-232915", "CSAFPID-232916", "CSAFPID-232918", "CSAFPID-232919", "CSAFPID-232920", "CSAFPID-232921", "CSAFPID-232922", "CSAFPID-232923", "CSAFPID-232924", "CSAFPID-232925", "CSAFPID-232926", "CSAFPID-232927", "CSAFPID-232928", "CSAFPID-232929", "CSAFPID-232930", "CSAFPID-232931", "CSAFPID-232932", "CSAFPID-232933", "CSAFPID-247897", "CSAFPID-251753", "CSAFPID-272046", "CSAFPID-54555", "CSAFPID-54556", "CSAFPID-55253", "CSAFPID-55254", "CSAFPID-55255", "CSAFPID-55256", "CSAFPID-6588", "CSAFPID-70758", "CSAFPID-70759", "CSAFPID-70760", "CSAFPID-70761", "CSAFPID-70762", "CSAFPID-70763", "CSAFPID-70764", "CSAFPID-91003", "CSAFPID-91004", "CSAFPID-91005", "CSAFPID-91006", "CSAFPID-91009", "CSAFPID-91010", "CSAFPID-91011", "CSAFPID-91012", "CSAFPID-91013", "CSAFPID-91014", "CSAFPID-91015", "CSAFPID-91016", "CSAFPID-91017", "CSAFPID-91018", "CSAFPID-91019", "CSAFPID-91020", "CSAFPID-91021", "CSAFPID-91022", "CSAFPID-91088", "CSAFPID-91089", "CSAFPID-91090", "CSAFPID-91091", "CSAFPID-92319", "CSAFPID-92320", "CSAFPID-92321", "CSAFPID-92322", "CSAFPID-97260", "CSAFPID-97261", "CSAFPID-97262", "CSAFPID-99994", "CSAFPID-99996", "CSAFPID-99997" ], "url": "https://software.cisco.com" } ], "scores": [ { "cvss_v3": { "baseScore": 10.0, "baseSeverity": "CRITICAL", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H", "version": "3.0" }, "products": [ "CSAFPID-100027", "CSAFPID-108069", "CSAFPID-108072", "CSAFPID-108073", "CSAFPID-108074", "CSAFPID-111872", "CSAFPID-112136", "CSAFPID-112137", "CSAFPID-112138", "CSAFPID-112139", "CSAFPID-112140", "CSAFPID-112800", "CSAFPID-115151", "CSAFPID-115153", "CSAFPID-115154", "CSAFPID-115155", "CSAFPID-115156", "CSAFPID-115157", "CSAFPID-115158", "CSAFPID-115159", "CSAFPID-115160", "CSAFPID-115161", "CSAFPID-115162", "CSAFPID-115163", "CSAFPID-115164", "CSAFPID-115165", "CSAFPID-115166", "CSAFPID-115197", "CSAFPID-115198", "CSAFPID-115199", "CSAFPID-115200", "CSAFPID-115201", "CSAFPID-115202", "CSAFPID-115203", "CSAFPID-115204", "CSAFPID-115205", "CSAFPID-115206", "CSAFPID-115207", "CSAFPID-115208", "CSAFPID-115209", "CSAFPID-115210", "CSAFPID-115211", "CSAFPID-115212", "CSAFPID-115213", "CSAFPID-115214", "CSAFPID-115215", "CSAFPID-115216", "CSAFPID-115217", "CSAFPID-115218", "CSAFPID-115219", "CSAFPID-115220", "CSAFPID-115221", "CSAFPID-115222", "CSAFPID-115223", "CSAFPID-115224", "CSAFPID-115225", "CSAFPID-115226", "CSAFPID-115227", "CSAFPID-115228", "CSAFPID-115229", "CSAFPID-115230", "CSAFPID-115231", "CSAFPID-115232", "CSAFPID-115233", "CSAFPID-115234", "CSAFPID-115235", "CSAFPID-115236", "CSAFPID-115237", "CSAFPID-115238", "CSAFPID-115239", "CSAFPID-115240", "CSAFPID-115241", "CSAFPID-115242", "CSAFPID-115243", "CSAFPID-115244", "CSAFPID-115245", "CSAFPID-115246", "CSAFPID-115247", "CSAFPID-115248", "CSAFPID-115249", "CSAFPID-115250", "CSAFPID-115251", "CSAFPID-115252", "CSAFPID-115253", "CSAFPID-115254", "CSAFPID-115255", "CSAFPID-115256", "CSAFPID-115257", "CSAFPID-115258", "CSAFPID-115259", "CSAFPID-115260", "CSAFPID-115261", "CSAFPID-115262", "CSAFPID-115263", "CSAFPID-115264", "CSAFPID-115265", "CSAFPID-115266", "CSAFPID-115268", "CSAFPID-115269", "CSAFPID-115270", "CSAFPID-115276", "CSAFPID-116857", "CSAFPID-185176", "CSAFPID-185177", "CSAFPID-185179", "CSAFPID-185180", "CSAFPID-185251", "CSAFPID-185252", "CSAFPID-185253", "CSAFPID-185254", "CSAFPID-185255", "CSAFPID-185256", "CSAFPID-185257", "CSAFPID-185258", "CSAFPID-185259", "CSAFPID-185260", "CSAFPID-188865", "CSAFPID-188866", "CSAFPID-188867", "CSAFPID-191201", "CSAFPID-191202", "CSAFPID-191203", "CSAFPID-191204", "CSAFPID-191205", "CSAFPID-191206", "CSAFPID-191207", "CSAFPID-191208", "CSAFPID-191209", "CSAFPID-191210", "CSAFPID-191211", "CSAFPID-191212", "CSAFPID-191213", "CSAFPID-191214", "CSAFPID-192947", "CSAFPID-194998", "CSAFPID-194999", "CSAFPID-195000", "CSAFPID-195001", "CSAFPID-195002", "CSAFPID-195003", "CSAFPID-195004", "CSAFPID-195005", "CSAFPID-195006", "CSAFPID-195007", "CSAFPID-195008", "CSAFPID-195009", "CSAFPID-198551", "CSAFPID-198552", "CSAFPID-198553", "CSAFPID-198554", "CSAFPID-198555", "CSAFPID-198556", "CSAFPID-198557", "CSAFPID-198558", "CSAFPID-198559", "CSAFPID-198560", "CSAFPID-198561", "CSAFPID-198562", "CSAFPID-198563", "CSAFPID-198564", "CSAFPID-198565", "CSAFPID-198566", "CSAFPID-202938", "CSAFPID-202940", "CSAFPID-202941", "CSAFPID-202942", "CSAFPID-202943", "CSAFPID-202944", "CSAFPID-202945", "CSAFPID-202946", "CSAFPID-202947", "CSAFPID-202948", "CSAFPID-202949", "CSAFPID-202950", "CSAFPID-202951", "CSAFPID-202952", "CSAFPID-202953", "CSAFPID-202954", "CSAFPID-202955", "CSAFPID-202956", "CSAFPID-202957", "CSAFPID-202958", "CSAFPID-202959", "CSAFPID-202960", "CSAFPID-204544", "CSAFPID-206218", "CSAFPID-206486", "CSAFPID-206487", "CSAFPID-206488", "CSAFPID-206489", "CSAFPID-206490", "CSAFPID-206491", "CSAFPID-206492", "CSAFPID-206493", "CSAFPID-206494", "CSAFPID-206495", "CSAFPID-206496", "CSAFPID-206497", "CSAFPID-206498", "CSAFPID-206499", "CSAFPID-206500", "CSAFPID-206501", "CSAFPID-206502", "CSAFPID-206503", "CSAFPID-206504", "CSAFPID-206505", "CSAFPID-207900", "CSAFPID-207903", "CSAFPID-207904", "CSAFPID-207905", "CSAFPID-207907", "CSAFPID-207908", "CSAFPID-207909", "CSAFPID-207911", "CSAFPID-208301", "CSAFPID-210982", "CSAFPID-210983", "CSAFPID-210984", "CSAFPID-210985", "CSAFPID-210986", "CSAFPID-210987", "CSAFPID-210988", "CSAFPID-210989", "CSAFPID-211050", "CSAFPID-211051", "CSAFPID-211052", "CSAFPID-211053", "CSAFPID-211054", "CSAFPID-211055", "CSAFPID-211056", "CSAFPID-211057", "CSAFPID-211058", "CSAFPID-211059", "CSAFPID-211060", "CSAFPID-212614", "CSAFPID-212704", "CSAFPID-212705", "CSAFPID-212706", "CSAFPID-212707", "CSAFPID-212708", "CSAFPID-214178", "CSAFPID-214179", "CSAFPID-214180", "CSAFPID-214181", "CSAFPID-220205", "CSAFPID-220206", "CSAFPID-220448", "CSAFPID-220596", "CSAFPID-220691", "CSAFPID-220692", "CSAFPID-220994", "CSAFPID-220995", "CSAFPID-220996", "CSAFPID-220997", "CSAFPID-220998", "CSAFPID-220999", "CSAFPID-221000", "CSAFPID-221001", "CSAFPID-221002", "CSAFPID-221003", "CSAFPID-221004", "CSAFPID-221005", "CSAFPID-221006", "CSAFPID-221007", "CSAFPID-221008", "CSAFPID-221009", "CSAFPID-221010", "CSAFPID-221011", "CSAFPID-221012", "CSAFPID-221013", "CSAFPID-221014", "CSAFPID-221015", "CSAFPID-221016", "CSAFPID-221017", "CSAFPID-221018", "CSAFPID-221019", "CSAFPID-221020", "CSAFPID-221021", "CSAFPID-221022", "CSAFPID-221023", "CSAFPID-221024", "CSAFPID-221025", "CSAFPID-221026", "CSAFPID-221027", "CSAFPID-221028", "CSAFPID-221029", "CSAFPID-221030", "CSAFPID-221032", "CSAFPID-223033", "CSAFPID-224844", "CSAFPID-224845", "CSAFPID-224847", "CSAFPID-224849", "CSAFPID-224850", "CSAFPID-224852", "CSAFPID-224853", "CSAFPID-224854", "CSAFPID-224855", "CSAFPID-224856", "CSAFPID-224857", "CSAFPID-224858", "CSAFPID-225827", "CSAFPID-225986", "CSAFPID-225987", "CSAFPID-225988", "CSAFPID-226358", "CSAFPID-226359", "CSAFPID-226360", "CSAFPID-227125", "CSAFPID-231291", "CSAFPID-231292", "CSAFPID-231293", "CSAFPID-231294", "CSAFPID-231295", "CSAFPID-231296", "CSAFPID-231297", "CSAFPID-231298", "CSAFPID-231299", "CSAFPID-231300", "CSAFPID-231301", "CSAFPID-231302", "CSAFPID-231303", "CSAFPID-231304", "CSAFPID-231305", "CSAFPID-232579", "CSAFPID-232580", "CSAFPID-232585", "CSAFPID-232586", "CSAFPID-232587", "CSAFPID-232588", "CSAFPID-232589", "CSAFPID-232590", "CSAFPID-232591", "CSAFPID-232592", "CSAFPID-232593", "CSAFPID-232594", "CSAFPID-232595", "CSAFPID-232596", "CSAFPID-232597", "CSAFPID-232598", "CSAFPID-232599", "CSAFPID-232600", "CSAFPID-232601", "CSAFPID-232602", "CSAFPID-232603", "CSAFPID-232604", "CSAFPID-232605", "CSAFPID-232606", "CSAFPID-232607", "CSAFPID-232608", "CSAFPID-232610", "CSAFPID-232611", "CSAFPID-232612", "CSAFPID-232615", "CSAFPID-232894", "CSAFPID-232895", "CSAFPID-232896", "CSAFPID-232897", "CSAFPID-232898", "CSAFPID-232899", "CSAFPID-232900", "CSAFPID-232901", "CSAFPID-232903", "CSAFPID-232904", "CSAFPID-232905", "CSAFPID-232908", "CSAFPID-232909", "CSAFPID-232910", "CSAFPID-232912", "CSAFPID-232913", "CSAFPID-232915", "CSAFPID-232916", "CSAFPID-232918", "CSAFPID-232919", "CSAFPID-232920", "CSAFPID-232921", "CSAFPID-232922", "CSAFPID-232923", "CSAFPID-232924", "CSAFPID-232925", "CSAFPID-232926", "CSAFPID-232927", "CSAFPID-232928", "CSAFPID-232929", "CSAFPID-232930", "CSAFPID-232931", "CSAFPID-232932", "CSAFPID-232933", "CSAFPID-247897", "CSAFPID-251753", "CSAFPID-272046", "CSAFPID-54555", "CSAFPID-54556", "CSAFPID-55253", "CSAFPID-55254", "CSAFPID-55255", "CSAFPID-55256", "CSAFPID-6588", "CSAFPID-70758", "CSAFPID-70759", "CSAFPID-70760", "CSAFPID-70761", "CSAFPID-70762", "CSAFPID-70763", "CSAFPID-70764", "CSAFPID-91003", "CSAFPID-91004", "CSAFPID-91005", "CSAFPID-91006", "CSAFPID-91009", "CSAFPID-91010", "CSAFPID-91011", "CSAFPID-91012", "CSAFPID-91013", "CSAFPID-91014", "CSAFPID-91015", "CSAFPID-91016", "CSAFPID-91017", "CSAFPID-91018", "CSAFPID-91019", "CSAFPID-91020", "CSAFPID-91021", "CSAFPID-91022", "CSAFPID-91088", "CSAFPID-91089", "CSAFPID-91090", "CSAFPID-91091", "CSAFPID-92319", "CSAFPID-92320", "CSAFPID-92321", "CSAFPID-92322", "CSAFPID-97260", "CSAFPID-97261", "CSAFPID-97262", "CSAFPID-99994", "CSAFPID-99996", "CSAFPID-99997" ] } ], "title": "Cisco Adaptive Security Appliance RCE and DoS Vulnerability" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.