cisco-sa-20190925-ftp
Vulnerability from csaf_cisco
Published
2019-09-25 16:00
Modified
2019-11-20 15:15
Summary
Cisco IOS XE Software FTP Application Layer Gateway for NAT, NAT64, and ZBFW Denial of Service Vulnerability
Notes
Summary
A vulnerability in the FTP application layer gateway (ALG) functionality used by Network Address Translation (NAT), NAT IPv6 to IPv4 (NAT64), and the Zone-Based Policy Firewall (ZBFW) in Cisco IOS XE Software could allow an unauthenticated, remote attacker to cause an affected device to reload.
The vulnerability is due to a buffer overflow that occurs when an affected device inspects certain FTP traffic. An attacker could exploit this vulnerability by performing a specific FTP transfer through the device. A successful exploit could allow the attacker to cause the device to reload.
Cisco has released software updates that address this vulnerability. There are workarounds that address this vulnerability.
This advisory is available at the following link:
https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp ["https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp"]
This advisory is part of the September 25, 2019, release of the Cisco IOS and IOS XE Software Security Advisory Bundled Publication, which includes 12 Cisco Security Advisories that describe 13 vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: September 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication ["https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72547"].
Vulnerable Products
This vulnerability affects devices if they are running a vulnerable release of Cisco IOS XE Software and they are configured with NAT, NAT64, or ZBFW with FTP inspection enabled.
For more information about which Cisco IOS XE Software releases are vulnerable, see the Fixed Software ["#fs"] section of this advisory.
Note: This vulnerability can be triggered by traffic that transits an affected device and is inspected by the ALG function. This vulnerability can also be triggered by traffic that is destined to an affected device if the ZBFW is configured to inspect FTP traffic for the self zone.
Determine Whether NAT Is Configured
To assess whether a device is configured to perform NAT, administrators can determine whether NAT is active on the device (preferred) or whether NAT commands are present in the device configuration.
To determine whether NAT is active on a device, administrators can log in to the device and use the show ip nat statistics command in the CLI. If NAT is active, the Outside interfaces and Inside interfaces sections of the command output will include at least one interface.
The following example shows the output of the show ip nat statistics command for a device on which NAT is active:
Router#show ip nat statistics
Total active translations: 0 (0 static, 0 dynamic; 0 extended) Peak translations: 10, occurred 00:24:01 ago Outside interfaces: FastEthernet0/0 Inside interfaces: FastEthernet0/1 Hits: 134280 Misses: 0 CEF Translated packets: 134270, CEF Punted packets: 10 Expired translations: 11 Dynamic mappings: -- Inside Source [Id: 1] access-list NET-192.168.20.0_24 pool POOL-NET-192.168.1.0_24 refcount 0 pool POOL-NET-192.168.1.0_24: netmask 255.255.255.0 start 192.168.1.120 end 192.168.1.128 type generic, total addresses 9, allocated 0 (0%), misses 0 Total doors: 0 Appl doors: 0 Normal doors: 0 Queued Packets: 0 Router#
If the output of the show ip nat statistics command does not list any interfaces, NAT is not active on the device.
Alternatively, administrators can determine whether NAT is active on a device by issuing the show running-config command in the CLI and assessing whether NAT commands are present in the device configuration. If NAT is active on the device, the output of the show running-config command will include the ip nat inside and ip nat outside interface commands.
Determine Whether the NAT ALG Function Is Enabled for FTP
By default, the NAT ALG function is enabled for FTP and the function does not appear in the running configuration information for a device.
To determine whether a device is configured with NAT ALG for FTP, administrators can log in to the device and use the show running-config | include ip nat service ftp command in the CLI. If the command output shows the ip nat service ftp command with no preceding it, the NAT ALG is disabled for FTP. The following example demonstrates this condition:
Router#show running-config | include ip nat service ftp
no ip nat service ftp Router#
If there is no output for the show running-config | include ip nat service ftp command, the NAT ALG is enabled with FTP.
Determine Whether NAT64 Is Configured
To assess whether a device is configured to perform NAT64, administrators can determine whether NAT64 is active on the device (preferred) or whether NAT64 commands are present in the device configuration.
To determine whether NAT64 is active on a device, administrators can log in to the device and use the show nat64 statistics command in the CLI. If NAT64 is active, the Interface Statistics sections of the command output will include at least one interface.
The following example shows the output of the show nat64 statistics command for a device on which NAT64 is active:
Router#show nat64 statistics
NAT64 Statistics Total active translations: 2 (1 static, 1 dynamic; 1 extended) Sessions found: 155 Sessions created: 1 Expired translations: 0 Global Stats: Packets translated (IPv4 -> IPv6) Stateless: 0 Stateful: 81 MAP-T: 0 Packets translated (IPv6 -> IPv4) Stateless: 0 Stateful: 75 MAP-T: 0 Interface Statistics GigabitEthernet1 (IPv4 not configured, IPv6 configured): Packets translated (IPv4 -> IPv6) Stateless: 0 Stateful: 0 MAP-T: 0 Packets translated (IPv6 -> IPv4) Stateless: 0 Stateful: 75 MAP-T: 0 Packets dropped: 0 GigabitEthernet2 (IPv4 configured, IPv6 not configured): Packets translated (IPv4 -> IPv6) Stateless: 0 Stateful: 81 MAP-T: 0 Packets translated (IPv6 -> IPv4) Stateless: 0 Stateful: 0 MAP-T: 0 Packets dropped: 0 Dynamic Mapping Statistics v6v4 Limit Statistics
If the output of the show nat64 statistics command does not list any interfaces, NAT64 is not active on the device.
Alternatively, administrators can determine whether NAT64 is active on a device by issuing the show running-config command in the CLI and assessing whether NAT64 commands are present in the device configuration. If NAT64 is active on the device, the output of the show running-config command will include the nat64 enable interface commands.
Determine Whether the NAT64 ALG Function Is Enabled for FTP
By default, the NAT64 ALG function is enabled for FTP and the function does not appear in the running configuration information for a device.
To determine whether a device is configured with NAT64 ALG for FTP, administrators can log in to the device and use the show running-config | include nat64 service ftp command in the CLI. If the command output shows the nat64 service ftp command with no preceding it, the NAT64 ALG is disabled for FTP. The following example demonstrates this condition:
Router#show running-config | include nat64 service ftp
no nat64 service ftp Router#
If there is no output for the show running-config | include nat64 service ftp command, the NAT64 ALG is enabled with FTP.
Determine Whether a Zone-Based Policy Firewall Is Configured
To assess whether a device is configured with a ZBFW, administrators can log in to the device and use the show zone security command in the CLI. If the command output shows a member interface under a zone name, the device is vulnerable.
The following example shows the output of the command for a device that has ZBFW rules configured on both the GigabitEthernet0/0 and GigabitEthernet0/1 member interfaces:
Router#show zone security
zone self
Description: System defined zone
zone inside
Description: *** Inside Network ***
Member Interfaces:
GigabitEthernet0/0
zone outside
Description: *** Outside Network ***
Member Interfaces:
GigabitEthernet0/1
Router#
Determine Whether the ZBFW ALG Function Is Inspecting FTP
By default, the ZBFW ALG is disabled for FTP.
If the ZBFW ALG function has been configured with no protocol defined for the class being inspected, the ZBFW ALG function defaults to inspecting all protocols. A device with this configuration is vulnerable.
The device is also vulnerable if the ZBFW ALG function is configured to inspect FTP, FTPS, or both. To determine the status of the ZBFW ALG function for FTP, administrators can log in to the device and use the show policy-map type inspect zone-pair | include Match: protocol ftp command in the CLI to determine whether FTP inspection has been explicitly configured. If the output returns a match on ftp or ftps, the device is vulnerable. The following example demonstrates this condition:
Router#show policy-map type inspect zone-pair | include Match: protocol ftp
Match: protocol ftp Match: protocol ftps
Products Confirmed Not Vulnerable
Only products listed in the Vulnerable Products ["#vp"] section of this advisory are known to be affected by this vulnerability.
Cisco has confirmed that this vulnerability does not affect Cisco IOS Software, Cisco IOS XR Software, or Cisco NX-OS Software.
Workarounds
As a workaround, administrators can disable the FTP ALG function by using the following commands on an affected device until a software upgrade is performed:
To disable the use of NAT ALG for FTP, administrators can use the no ip nat service ftp command in global configuration mode.
To disable the use of NAT64 ALG for FTP, administrators can use the no nat64 service ftp command in global configuration mode.
To disable the use of FTP inspection in the ZBFW, remove the commands match protocol ftp and match protocol ftps from the inspection class map.
Note: Disable the FTP ALG function only if it is not required in the environment. Disabling FTP ALG will prevent FTP transactions through the device from working properly.
Fixed Software
Cisco has released free software updates that address the vulnerability described in this advisory. Customers may only install and expect support for software versions and feature sets for which they have purchased a license. By installing, downloading, accessing, or otherwise using such software upgrades, customers agree to follow the terms of the Cisco software license:
https://www.cisco.com/c/en/us/products/end-user-license-agreement.html ["https://www.cisco.com/c/en/us/products/end-user-license-agreement.html"]
Additionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.
When considering software upgrades ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes"], customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page ["https://www.cisco.com/go/psirt"], to determine exposure and a complete upgrade solution.
In all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.
Customers Without Service Contracts
Customers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC:
https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html ["https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html"]
Customers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.
Cisco IOS and IOS XE Software
To help customers determine their exposure to vulnerabilities in Cisco IOS and IOS XE Software, Cisco provides a tool, the Cisco IOS Software Checker ["https://sec.cloudapps.cisco.com/security/center/softwarechecker.x"], that identifies any Cisco Security Advisories that impact a specific software release and the earliest release that fixes the vulnerabilities described in each advisory (“First Fixed”). If applicable, the tool also returns the earliest release that fixes all the vulnerabilities described in all the advisories identified (“Combined First Fixed”).
Customers can use this tool to perform the following tasks:
Initiate a search by choosing one or more releases from a drop-down list or uploading a file from a local system for the tool to parse
Enter the output of the show version command for the tool to parse
Create a custom search by including all previously published Cisco Security Advisories, a specific advisory, or all advisories in the most recent bundled publication
To determine whether a release is affected by any published Cisco Security Advisory, use the Cisco IOS Software Checker ["https://sec.cloudapps.cisco.com/security/center/softwarechecker.x"] on Cisco.com or enter a Cisco IOS or IOS XE Software release—for example, 15.1(4)M2 or 3.13.8S—in the following field:
By default, the Cisco IOS Software Checker includes results only for vulnerabilities that have a Critical or High Security Impact Rating (SIR). To include results for Medium SIR vulnerabilities, use the Cisco IOS Software Checker on Cisco.com and check the Medium check box in the Impact Rating drop-down list.
For a mapping of Cisco IOS XE Software releases to Cisco IOS Software releases, refer to the Cisco IOS XE 2 Release Notes ["https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/2/release/notes/rnasr21/rnasr21_gen.html#wp3000032"], Cisco IOS XE 3S Release Notes ["https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/3/release/notes/asr1k_rn_3s_rel_notes/asr1k_rn_3s_sys_req.html#wp3069754"], or Cisco IOS XE 3SG Release Notes ["https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_24726.html#pgfId-2570252"], depending on the Cisco IOS XE Software release.
Vulnerability Policy
To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy ["https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.
Exploitation and Public Announcements
The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.
Source
This vulnerability was found during the resolution of a Cisco TAC support case.
Legal Disclaimer
THIS DOCUMENT IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.
A standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.
{ "document": { "acknowledgments": [ { "summary": "This vulnerability was found during the resolution of a Cisco TAC support case." } ], "category": "csaf_security_advisory", "csaf_version": "2.0", "notes": [ { "category": "summary", "text": "A vulnerability in the FTP application layer gateway (ALG) functionality used by Network Address Translation (NAT), NAT IPv6 to IPv4 (NAT64), and the Zone-Based Policy Firewall (ZBFW) in Cisco IOS XE Software could allow an unauthenticated, remote attacker to cause an affected device to reload.\r\n\r\nThe vulnerability is due to a buffer overflow that occurs when an affected device inspects certain FTP traffic. An attacker could exploit this vulnerability by performing a specific FTP transfer through the device. A successful exploit could allow the attacker to cause the device to reload.\r\n\r\nCisco has released software updates that address this vulnerability. There are workarounds that address this vulnerability.\r\n\r\nThis advisory is available at the following link:\r\nhttps://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp [\"https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp\"]\r\n\r\nThis advisory is part of the September 25, 2019, release of the Cisco IOS and IOS XE Software Security Advisory Bundled Publication, which includes 12 Cisco Security Advisories that describe 13 vulnerabilities. For a complete list of the advisories and links to them, see Cisco Event Response: September 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication [\"https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72547\"].", "title": "Summary" }, { "category": "general", "text": "This vulnerability affects devices if they are running a vulnerable release of Cisco IOS XE Software and they are configured with NAT, NAT64, or ZBFW with FTP inspection enabled.\r\n\r\nFor more information about which Cisco IOS XE Software releases are vulnerable, see the Fixed Software [\"#fs\"] section of this advisory.\r\n\r\nNote: This vulnerability can be triggered by traffic that transits an affected device and is inspected by the ALG function. This vulnerability can also be triggered by traffic that is destined to an affected device if the ZBFW is configured to inspect FTP traffic for the self zone.\r\n Determine Whether NAT Is Configured\r\nTo assess whether a device is configured to perform NAT, administrators can determine whether NAT is active on the device (preferred) or whether NAT commands are present in the device configuration.\r\n\r\nTo determine whether NAT is active on a device, administrators can log in to the device and use the show ip nat statistics command in the CLI. If NAT is active, the Outside interfaces and Inside interfaces sections of the command output will include at least one interface.\r\n\r\nThe following example shows the output of the show ip nat statistics command for a device on which NAT is active:\r\n\r\n\r\nRouter#show ip nat statistics\r\n Total active translations: 0 (0 static, 0 dynamic; 0 extended) Peak translations: 10, occurred 00:24:01 ago Outside interfaces: FastEthernet0/0 Inside interfaces: FastEthernet0/1 Hits: 134280 Misses: 0 CEF Translated packets: 134270, CEF Punted packets: 10 Expired translations: 11 Dynamic mappings: -- Inside Source [Id: 1] access-list NET-192.168.20.0_24 pool POOL-NET-192.168.1.0_24 refcount 0 pool POOL-NET-192.168.1.0_24: netmask 255.255.255.0 start 192.168.1.120 end 192.168.1.128 type generic, total addresses 9, allocated 0 (0%), misses 0 Total doors: 0 Appl doors: 0 Normal doors: 0 Queued Packets: 0 Router#\r\n\r\n If the output of the show ip nat statistics command does not list any interfaces, NAT is not active on the device.\r\n\r\nAlternatively, administrators can determine whether NAT is active on a device by issuing the show running-config command in the CLI and assessing whether NAT commands are present in the device configuration. If NAT is active on the device, the output of the show running-config command will include the ip nat inside and ip nat outside interface commands.\r\n Determine Whether the NAT ALG Function Is Enabled for FTP\r\nBy default, the NAT ALG function is enabled for FTP and the function does not appear in the running configuration information for a device.\r\n To determine whether a device is configured with NAT ALG for FTP, administrators can log in to the device and use the show running-config | include ip nat service ftp command in the CLI. If the command output shows the ip nat service ftp command with no preceding it, the NAT ALG is disabled for FTP. The following example demonstrates this condition:\r\n\r\nRouter#show running-config | include ip nat service ftp\r\nno ip nat service ftp Router#\r\n\r\nIf there is no output for the show running-config | include ip nat service ftp command, the NAT ALG is enabled with FTP.\r\n Determine Whether NAT64 Is Configured\r\nTo assess whether a device is configured to perform NAT64, administrators can determine whether NAT64 is active on the device (preferred) or whether NAT64 commands are present in the device configuration.\r\n\r\nTo determine whether NAT64 is active on a device, administrators can log in to the device and use the show nat64 statistics command in the CLI. If NAT64 is active, the Interface Statistics sections of the command output will include at least one interface.\r\n\r\nThe following example shows the output of the show nat64 statistics command for a device on which NAT64 is active:\r\n\r\n\r\nRouter#show nat64 statistics\r\nNAT64 Statistics Total active translations: 2 (1 static, 1 dynamic; 1 extended) Sessions found: 155 Sessions created: 1 Expired translations: 0 Global Stats: Packets translated (IPv4 -\u003e IPv6) Stateless: 0 Stateful: 81 MAP-T: 0 Packets translated (IPv6 -\u003e IPv4) Stateless: 0 Stateful: 75 MAP-T: 0 Interface Statistics GigabitEthernet1 (IPv4 not configured, IPv6 configured): Packets translated (IPv4 -\u003e IPv6) Stateless: 0 Stateful: 0 MAP-T: 0 Packets translated (IPv6 -\u003e IPv4) Stateless: 0 Stateful: 75 MAP-T: 0 Packets dropped: 0 GigabitEthernet2 (IPv4 configured, IPv6 not configured): Packets translated (IPv4 -\u003e IPv6) Stateless: 0 Stateful: 81 MAP-T: 0 Packets translated (IPv6 -\u003e IPv4) Stateless: 0 Stateful: 0 MAP-T: 0 Packets dropped: 0 Dynamic Mapping Statistics v6v4 Limit Statistics\r\n\r\nIf the output of the show nat64 statistics command does not list any interfaces, NAT64 is not active on the device.\r\n\r\nAlternatively, administrators can determine whether NAT64 is active on a device by issuing the show running-config command in the CLI and assessing whether NAT64 commands are present in the device configuration. If NAT64 is active on the device, the output of the show running-config command will include the nat64 enable interface commands.\r\n Determine Whether the NAT64 ALG Function Is Enabled for FTP\r\nBy default, the NAT64 ALG function is enabled for FTP and the function does not appear in the running configuration information for a device.\r\n\r\nTo determine whether a device is configured with NAT64 ALG for FTP, administrators can log in to the device and use the show running-config | include nat64 service ftp command in the CLI. If the command output shows the nat64 service ftp command with no preceding it, the NAT64 ALG is disabled for FTP. The following example demonstrates this condition:\r\n\r\n\r\nRouter#show running-config | include nat64 service ftp\r\n no nat64 service ftp Router#\r\n\r\nIf there is no output for the show running-config | include nat64 service ftp command, the NAT64 ALG is enabled with FTP.\r\n Determine Whether a Zone-Based Policy Firewall Is Configured\r\nTo assess whether a device is configured with a ZBFW, administrators can log in to the device and use the show zone security command in the CLI. If the command output shows a member interface under a zone name, the device is vulnerable.\r\n\r\nThe following example shows the output of the command for a device that has ZBFW rules configured on both the GigabitEthernet0/0 and GigabitEthernet0/1 member interfaces:\r\n\r\n\r\nRouter#show zone security\r\nzone self\r\nDescription: System defined zone\r\n\r\nzone inside\r\nDescription: *** Inside Network ***\r\nMember Interfaces:\r\nGigabitEthernet0/0\r\n\r\nzone outside\r\nDescription: *** Outside Network ***\r\nMember Interfaces:\r\nGigabitEthernet0/1\r\n\r\nRouter#\r\n Determine Whether the ZBFW ALG Function Is Inspecting FTP\r\nBy default, the ZBFW ALG is disabled for FTP.\r\n\r\nIf the ZBFW ALG function has been configured with no protocol defined for the class being inspected, the ZBFW ALG function defaults to inspecting all protocols. A device with this configuration is vulnerable.\r\n\r\n The device is also vulnerable if the ZBFW ALG function is configured to inspect FTP, FTPS, or both. To determine the status of the ZBFW ALG function for FTP, administrators can log in to the device and use the show policy-map type inspect zone-pair | include Match: protocol ftp command in the CLI to determine whether FTP inspection has been explicitly configured. If the output returns a match on ftp or ftps, the device is vulnerable. The following example demonstrates this condition:\r\n\r\n\r\nRouter#show policy-map type inspect zone-pair | include Match: protocol ftp\r\n Match: protocol ftp Match: protocol ftps", "title": "Vulnerable Products" }, { "category": "general", "text": "Only products listed in the Vulnerable Products [\"#vp\"] section of this advisory are known to be affected by this vulnerability.\r\n\r\nCisco has confirmed that this vulnerability does not affect Cisco IOS Software, Cisco IOS XR Software, or Cisco NX-OS Software.", "title": "Products Confirmed Not Vulnerable" }, { "category": "general", "text": "As a workaround, administrators can disable the FTP ALG function by using the following commands on an affected device until a software upgrade is performed:\r\n\r\nTo disable the use of NAT ALG for FTP, administrators can use the no ip nat service ftp command in global configuration mode.\r\nTo disable the use of NAT64 ALG for FTP, administrators can use the no nat64 service ftp command in global configuration mode.\r\nTo disable the use of FTP inspection in the ZBFW, remove the commands match protocol ftp and match protocol ftps from the inspection class map.\r\n\r\nNote: Disable the FTP ALG function only if it is not required in the environment. Disabling FTP ALG will prevent FTP transactions through the device from working properly.", "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:\r\nhttps://www.cisco.com/c/en/us/products/end-user-license-agreement.html [\"https://www.cisco.com/c/en/us/products/end-user-license-agreement.html\"]\r\n\r\nAdditionally, customers may only download software for which they have a valid license, procured from Cisco directly, or through a Cisco authorized reseller or partner. In most cases this will be a maintenance upgrade to software that was previously purchased. Free security software updates do not entitle customers to a new software license, additional software feature sets, or major revision upgrades.\r\n\r\nWhen considering software upgrades [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes\"], customers are advised to regularly consult the advisories for Cisco products, which are available from the Cisco Security Advisories and Alerts page [\"https://www.cisco.com/go/psirt\"], to determine exposure and a complete upgrade solution.\r\n\r\nIn all cases, customers should ensure that the devices to be upgraded contain sufficient memory and confirm that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, customers are advised to contact the Cisco Technical Assistance Center (TAC) or their contracted maintenance providers.\r\n Customers Without Service Contracts\r\nCustomers who purchase directly from Cisco but do not hold a Cisco service contract and customers who make purchases through third-party vendors but are unsuccessful in obtaining fixed software through their point of sale should obtain upgrades by contacting the Cisco TAC:\r\nhttps://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html [\"https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html\"]\r\n\r\nCustomers should have the product serial number available and be prepared to provide the URL of this advisory as evidence of entitlement to a free upgrade.\r\n Cisco IOS and IOS XE Software\r\nTo help customers determine their exposure to vulnerabilities in Cisco IOS and IOS XE Software, Cisco provides a tool, the Cisco IOS Software Checker [\"https://sec.cloudapps.cisco.com/security/center/softwarechecker.x\"], that identifies any Cisco Security Advisories that impact a specific software release and the earliest release that fixes the vulnerabilities described in each advisory (\u201cFirst Fixed\u201d). If applicable, the tool also returns the earliest release that fixes all the vulnerabilities described in all the advisories identified (\u201cCombined First Fixed\u201d).\r\n\r\nCustomers can use this tool to perform the following tasks:\r\n\r\nInitiate a search by choosing one or more releases from a drop-down list or uploading a file from a local system for the tool to parse\r\nEnter the output of the show version command for the tool to parse\r\nCreate a custom search by including all previously published Cisco Security Advisories, a specific advisory, or all advisories in the most recent bundled publication\r\n\r\nTo determine whether a release is affected by any published Cisco Security Advisory, use the Cisco IOS Software Checker [\"https://sec.cloudapps.cisco.com/security/center/softwarechecker.x\"] on Cisco.com or enter a Cisco IOS or IOS XE Software release\u2014for example, 15.1(4)M2 or 3.13.8S\u2014in the following field:\r\n\r\n\r\n\r\nBy default, the Cisco IOS Software Checker includes results only for vulnerabilities that have a Critical or High Security Impact Rating (SIR). To include results for Medium SIR vulnerabilities, use the Cisco IOS Software Checker on Cisco.com and check the Medium check box in the Impact Rating drop-down list.\r\n\r\nFor a mapping of Cisco IOS XE Software releases to Cisco IOS Software releases, refer to the Cisco IOS XE 2 Release Notes [\"https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/2/release/notes/rnasr21/rnasr21_gen.html#wp3000032\"], Cisco IOS XE 3S Release Notes [\"https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/3/release/notes/asr1k_rn_3s_rel_notes/asr1k_rn_3s_sys_req.html#wp3069754\"], or Cisco IOS XE 3SG Release Notes [\"https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_24726.html#pgfId-2570252\"], depending on the Cisco IOS XE Software release.", "title": "Fixed Software" }, { "category": "general", "text": "To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy [\"https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html\"]. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.", "title": "Vulnerability Policy" }, { "category": "general", "text": "The Cisco Product Security Incident Response Team (PSIRT) is not aware of any public announcements or malicious use of the vulnerability that is described in this advisory.", "title": "Exploitation and Public Announcements" }, { "category": "general", "text": "This vulnerability was found during the resolution of a Cisco TAC support case.", "title": "Source" }, { "category": "legal_disclaimer", "text": "THIS DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE THIS DOCUMENT AT ANY TIME.\r\n\r\nA standalone copy or paraphrase of the text of this document that omits the distribution URL is an uncontrolled copy and may lack important information or contain factual errors. The information in this document is intended for end users of Cisco products.", "title": "Legal Disclaimer" } ], "publisher": { "category": "vendor", "contact_details": "Emergency Support:\r\n+1 877 228 7302 (toll-free within North America)\r\n+1 408 525 6532 (International direct-dial)\r\nNon-emergency Support:\r\nEmail: psirt@cisco.com\r\nSupport requests that are received via e-mail are typically acknowledged within 48 hours.", "issuing_authority": "Cisco product security incident response is the responsibility of the Cisco Product Security Incident Response Team (PSIRT). The Cisco PSIRT is a dedicated, global team that manages the receipt, investigation, and public reporting of security vulnerability information that is related to Cisco products and networks. The on-call Cisco PSIRT works 24x7 with Cisco customers, independent security researchers, consultants, industry organizations, and other vendors to identify possible security issues with Cisco products and networks.\r\nMore information can be found in Cisco Security Vulnerability Policy available at https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html", "name": "Cisco", "namespace": "https://wwww.cisco.com" }, "references": [ { "category": "self", "summary": "Cisco IOS XE Software FTP Application Layer Gateway for NAT, NAT64, and ZBFW Denial of Service Vulnerability", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp" }, { "category": "external", "summary": "Cisco Event Response: September 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication", "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72547" }, { "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-20190925-ftp", "url": "https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20190925-ftp" }, { "category": "external", "summary": "Cisco Event Response: September 2019 Semiannual Cisco IOS and IOS XE Software Security Advisory Bundled Publication", "url": "https://sec.cloudapps.cisco.com/security/center/viewErp.x?alertId=ERP-72547" }, { "category": "external", "summary": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html", "url": "https://www.cisco.com/c/en/us/products/end-user-license-agreement.html" }, { "category": "external", "summary": "considering software upgrades", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html#fixes" }, { "category": "external", "summary": "Cisco Security Advisories and Alerts page", "url": "https://www.cisco.com/go/psirt" }, { "category": "external", "summary": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html", "url": "https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html" }, { "category": "external", "summary": "Cisco\u0026nbsp;IOS Software Checker", "url": "https://sec.cloudapps.cisco.com/security/center/softwarechecker.x" }, { "category": "external", "summary": "Cisco\u0026nbsp;IOS Software Checker", "url": "https://sec.cloudapps.cisco.com/security/center/softwarechecker.x" }, { "category": "external", "summary": "Cisco\u0026nbsp;IOS XE 2 Release Notes", "url": "https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/2/release/notes/rnasr21/rnasr21_gen.html#wp3000032" }, { "category": "external", "summary": "Cisco\u0026nbsp;IOS XE 3S Release Notes", "url": "https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/3/release/notes/asr1k_rn_3s_rel_notes/asr1k_rn_3s_sys_req.html#wp3069754" }, { "category": "external", "summary": "Cisco\u0026nbsp;IOS XE 3SG Release Notes", "url": "https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/release/note/OL_24726.html#pgfId-2570252" }, { "category": "external", "summary": "Security Vulnerability Policy", "url": "https://sec.cloudapps.cisco.com/security/center/resources/security_vulnerability_policy.html" } ], "title": "Cisco IOS XE Software FTP Application Layer Gateway for NAT, NAT64, and ZBFW Denial of Service Vulnerability", "tracking": { "current_release_date": "2019-11-20T15:15:59+00:00", "generator": { "date": "2022-09-03T03:29:53+00:00", "engine": { "name": "TVCE" } }, "id": "cisco-sa-20190925-ftp", "initial_release_date": "2019-09-25T16:00:00+00:00", "revision_history": [ { "date": "2019-09-25T15:53:28+00:00", "number": "1.0.0", "summary": "Initial public release." }, { "date": "2019-11-20T15:15:59+00:00", "number": "1.1.0", "summary": "Described configuration that causes the ZBFW ALG function to inspect all protocols." } ], "status": "final", "version": "1.1.0" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "branches": [ { "category": "service_pack", "name": "3.16.8S", "product": { "name": "3.16.8S", "product_id": "CSAFPID-238937" } }, { "category": "service_pack", "name": "3.16.9S", "product": { "name": "3.16.9S", "product_id": "CSAFPID-244912" } } ], "category": "product_version", "name": "3.16S" }, { "branches": [ { "category": "service_pack", "name": "16.3.7", "product": { "name": "16.3.7", "product_id": "CSAFPID-239264" } } ], "category": "product_version", "name": "16.3" }, { "branches": [ { "category": "service_pack", "name": "16.6.4", "product": { "name": "16.6.4", "product_id": "CSAFPID-233155" } }, { "category": "service_pack", "name": "16.6.5", "product": { "name": "16.6.5", "product_id": "CSAFPID-241736" } }, { "category": "service_pack", "name": "16.6.4s", "product": { "name": "16.6.4s", "product_id": "CSAFPID-244900" } }, { "category": "service_pack", "name": "16.6.4a", "product": { "name": "16.6.4a", "product_id": "CSAFPID-247629" } }, { "category": "service_pack", "name": "16.6.5a", "product": { "name": "16.6.5a", "product_id": "CSAFPID-252235" } }, { "category": "service_pack", "name": "16.6.5b", "product": { "name": "16.6.5b", "product_id": "CSAFPID-258170" } } ], "category": "product_version", "name": "16.6" }, { "branches": [ { "category": "service_pack", "name": "16.9.1", "product": { "name": "16.9.1", "product_id": "CSAFPID-225856" } }, { "category": "service_pack", "name": "16.9.2", "product": { "name": "16.9.2", "product_id": "CSAFPID-232008" } }, { "category": "service_pack", "name": "16.9.1a", "product": { "name": "16.9.1a", "product_id": "CSAFPID-242308" } }, { "category": "service_pack", "name": "16.9.1b", "product": { "name": "16.9.1b", "product_id": "CSAFPID-243362" } }, { "category": "service_pack", "name": "16.9.1s", "product": { "name": "16.9.1s", "product_id": "CSAFPID-244530" } }, { "category": "service_pack", "name": "16.9.1c", "product": { "name": "16.9.1c", "product_id": "CSAFPID-245375" } }, { "category": "service_pack", "name": "16.9.1d", "product": { "name": "16.9.1d", "product_id": "CSAFPID-248242" } }, { "category": "service_pack", "name": "16.9.2a", "product": { "name": "16.9.2a", "product_id": "CSAFPID-251166" } }, { "category": "service_pack", "name": "16.9.2s", "product": { "name": "16.9.2s", "product_id": "CSAFPID-252272" } } ], "category": "product_version", "name": "16.9" }, { "branches": [ { "category": "service_pack", "name": "16.10.1", "product": { "name": "16.10.1", "product_id": "CSAFPID-225858" } }, { "category": "service_pack", "name": "16.10.1a", "product": { "name": "16.10.1a", "product_id": "CSAFPID-250629" } }, { "category": "service_pack", "name": "16.10.1b", "product": { "name": "16.10.1b", "product_id": "CSAFPID-252045" } }, { "category": "service_pack", "name": "16.10.1s", "product": { "name": "16.10.1s", "product_id": "CSAFPID-252913" } }, { "category": "service_pack", "name": "16.10.1c", "product": { "name": "16.10.1c", "product_id": "CSAFPID-254688" } }, { "category": "service_pack", "name": "16.10.1e", "product": { "name": "16.10.1e", "product_id": "CSAFPID-257955" } }, { "category": "service_pack", "name": "16.10.1d", "product": { "name": "16.10.1d", "product_id": "CSAFPID-258900" } } ], "category": "product_version", "name": "16.10" }, { "branches": [ { "category": "service_pack", "name": "17.9.7b", "product": { "name": "17.9.7b", "product_id": "CSAFPID-306388" } } ], "category": "product_version", "name": "17.9" }, { "branches": [ { "category": "service_pack", "name": "17.11.99SW", "product": { "name": "17.11.99SW", "product_id": "CSAFPID-296860" } } ], "category": "product_version", "name": "17.11SW" } ], "category": "product_family", "name": "Cisco IOS XE Software" } ], "category": "vendor", "name": "Cisco" } ] }, "vulnerabilities": [ { "cve": "CVE-2019-12655", "ids": [ { "system_name": "Cisco Bug ID", "text": "CSCvn02419" } ], "notes": [ { "category": "other", "text": "Complete.", "title": "Affected Product Comprehensiveness" } ], "product_status": { "known_affected": [ "CSAFPID-225856", "CSAFPID-225858", "CSAFPID-232008", "CSAFPID-233155", "CSAFPID-238937", "CSAFPID-239264", "CSAFPID-241736", "CSAFPID-242308", "CSAFPID-243362", "CSAFPID-244530", "CSAFPID-244900", "CSAFPID-244912", "CSAFPID-245375", "CSAFPID-247629", "CSAFPID-248242", "CSAFPID-250629", "CSAFPID-251166", "CSAFPID-252045", "CSAFPID-252235", "CSAFPID-252272", "CSAFPID-252913", "CSAFPID-254688", "CSAFPID-257955", "CSAFPID-258170", "CSAFPID-258900", "CSAFPID-296860", "CSAFPID-306388" ] }, "release_date": "2019-09-25T16:00:00+00:00", "remediations": [ { "category": "vendor_fix", "details": "Cisco has released software updates that address this vulnerability.", "product_ids": [ "CSAFPID-225856", "CSAFPID-225858", "CSAFPID-232008", "CSAFPID-233155", "CSAFPID-238937", "CSAFPID-239264", "CSAFPID-241736", "CSAFPID-242308", "CSAFPID-243362", "CSAFPID-244530", "CSAFPID-244900", "CSAFPID-244912", "CSAFPID-245375", "CSAFPID-247629", "CSAFPID-248242", "CSAFPID-250629", "CSAFPID-251166", "CSAFPID-252045", "CSAFPID-252235", "CSAFPID-252272", "CSAFPID-252913", "CSAFPID-254688", "CSAFPID-257955", "CSAFPID-258170", "CSAFPID-258900", "CSAFPID-296860", "CSAFPID-306388" ], "url": "https://software.cisco.com" } ], "scores": [ { "cvss_v3": { "baseScore": 8.6, "baseSeverity": "HIGH", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H", "version": "3.0" }, "products": [ "CSAFPID-225856", "CSAFPID-225858", "CSAFPID-232008", "CSAFPID-233155", "CSAFPID-238937", "CSAFPID-239264", "CSAFPID-241736", "CSAFPID-242308", "CSAFPID-243362", "CSAFPID-244530", "CSAFPID-244900", "CSAFPID-244912", "CSAFPID-245375", "CSAFPID-247629", "CSAFPID-248242", "CSAFPID-250629", "CSAFPID-251166", "CSAFPID-252045", "CSAFPID-252235", "CSAFPID-252272", "CSAFPID-252913", "CSAFPID-254688", "CSAFPID-257955", "CSAFPID-258170", "CSAFPID-258900", "CSAFPID-296860", "CSAFPID-306388" ] } ], "title": "Cisco IOS XE Software FTP Application Layer Gateway for NAT, NAT64, and ZBFW Denial of Service 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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.
Loading…
Loading…