navbarPDF
Strip_SecurityAdvisories

Cisco Security Advisory: Crafted ICMP Messages Can Cause Denial of Service

Document ID: 64520

Advisory ID: cisco-sa-20050412-icmp

http://www.cisco.com/warp/public/707/cisco-sa-20050412-icmp.shtml

Revision 1.3

Last Updated 2005 April 28 2230 UTC (GMT)

For Public Release 2005 April 12 1200 UTC (GMT)


Please provide your feedback on this document.


Contents

Summary
Affected Products
Details
Impact
Software Versions and Fixes
Workarounds
Obtaining Fixed Software
Exploitation and Public Announcements
Status of This Notice: FINAL
Distribution
Revision History
Cisco Security Procedures

Summary

A document that describes how the Internet Control Message Protocol (ICMP) could be used to perform a number of Denial of Service (DoS) attacks against the Transmission Control Protocol (TCP) has been made publicly available. This document has been published through the Internet Engineering Task Force (IETF) Internet Draft process, and is entitled "ICMP Attacks Against TCP" (draft-gont-tcpm-icmp-attacks-03.txt leavingcisco.com).

These attacks, which only affect sessions terminating or originating on a device itself, can be of three types:

  1. Attacks that use ICMP "hard" error messages
  2. Attacks that use ICMP "fragmentation needed and Don't Fragment (DF) bit set" messages, also known as Path Maximum Transmission Unit Discovery (PMTUD) attacks
  3. Attacks that use ICMP "source quench" messages

Successful attacks may cause connection resets or reduction of throughput in existing connections, depending on the attack type.

Multiple Cisco products are affected by the attacks described in this Internet draft.

Cisco has made free software available to address these vulnerabilities. In some cases there are workarounds available to mitigate the effects of the vulnerability.

This advisory is posted at http://www.cisco.com/warp/public/707/cisco-sa-20050412-icmp.shtml.

The disclosure of these vulnerabilities is being coordinated by the National Infrastructure Security Coordination Centre leavingcisco.com (NISCC), based in the United Kingdom. NISCC is working with multiple vendors whose products are potentially affected. Its posting can be found at: http://www.niscc.gov.uk/niscc/docs/re-20050412-00303.pdf?lang=en.

Affected Products

This section provides details on affected products.

Vulnerable Products

Cisco IOS

Cisco products that run Cisco IOSŪ and that have PMTUD enabled, either by default or because they have been explicitly configured to do PMTUD, are affected. All versions of IOS are impacted. The severity of the exposure depends upon the protocols and applications that rely on specific ICMP messages to perform PMTUD. IOS is not vulnerable to attacks that make use of ICMP "hard" error or "source quench" messages.

To determine the software running on a Cisco product, log in to the device and issue the show version command to display the system banner. Cisco IOS Software will identify itself as "Internetwork Operating System Software" or simply "IOS." The image name will be displayed between parentheses shortly after this identification (possibly in the next line), followed by "Version" and the IOS release name. Other Cisco devices will not have the show version command or will give different output.

The following example identifies a Cisco product running IOS release 12.2(15)T14 with an installed image name of C806-K9OSY6-M:

gw>show version
Cisco Internetwork Operating System Software
IOS (tm) C806 Software (C806-K9OSY6-M), Version 12.2(15)T14, RELEASE SOFTWARE (fc4)
[...]

The following protocols make use of PMTUD and if enabled in the network may cause IOS devices to be vulnerable to PMTUD attacks.

In addition to IOS-based routers, the following devices also run Cisco IOS or software based on Cisco IOS and are therefore vulnerable:

Non-IOS Products

The following non-IOS-based products are also vulnerable:

Products Confirmed Not Vulnerable

The following products are not vulnerable:

Summary of Vulnerable Products

The following table summarizes how Cisco products are affected by the vulnerabilities described in this document:

Product

Hard Error

PMTUD

Source Quench

IOS

Not affected

Affected

Not affected

IOS XR

Affected

Affected

Not affected

IP Phones

Affected

Affected

Affected

Cisco PIX Security Appliance

Not affected

Affected

Not affected

Catalyst 6608 and 6624

Affected

Not affected

Affected

Cisco 11000 and 11500

Not affected

Not affected

Affected

Cisco GSS

Not affected

Not affected

Affected

MDS 9000

Not affected

Affected

Affected

Cisco VPN 5000 Concentrator

Not affected

Affected

Not affected

Some ONS products

Not affected

Affected

Not affected

Cisco MGX-8250 and MGX-8850

Affected

Affected

Affected

Cisco Content Switching Module

Not affected

Not affected

Affected

Voice and IP Communication Products Using Cisco-Customized Microsoft Windows

Affected

Affected

Not affected

Cisco ACS Solution Engine

Affected

Affected

Not affected

Please refer to the Details section for additional information since within one product family different models may be affected differently.

Details

The Internet Control Message Protocol is an integral part of the Transmission Control Protocol/Internet Protocol (TCP/IP) protocol suite that is used to report error conditions and provide diagnostic information. ICMP error messages can be generated by both end systems and intermediate systems, i.e., routers. End systems and intermediate systems react to error messages received via ICMP in different ways depending on the type of error that is being reported. The types of errors that can be reported via ICMP fall into two categories: "soft" errors and "hard" errors.

RFC 1122 ("Requirements for Internet Hosts - Communications Layers" - http://www.ietf.org/rfc/rfc1122.txt leavingcisco.com), defines three "hard" errors ("protocol unreachable", "port unreachable", and "fragmentation needed and Don't Fragment bit set") and five "soft" errors ("network unreachable", "host unreachable", "source route failed", "time exceeded", and "parameter problem".) "Source quench" is another ICMP error message that can be generated by Internet hosts, and while RFC 1122 leavingcisco.com does not clearly classify it as "soft" or "hard", it should be considered as a soft error because of the way this message type should be handled by hosts that receive it: hosts should cut back for a period of time the rate at which they are sending data to the host that generated the ICMP "source quench" message, and then gradually increase the transmission rate again.

It is important to note that the "fragmentation needed and Don't Fragment bit set" (type 3, code 4) message is used by an important mechanism called Path MTU Discovery, documented in RFC 1191 ("Path MTU discovery" - http://www.ietf.org/rfc/rfc1191.txt leavingcisco.com). PMTUD allows some protocols of the TCP/IP protocol suite to dynamically find the MTU of a path so IP fragmentation is minimized and bandwidth can be used more efficiently. This mechanism is not mandatory for Internet hosts, but those that implement it need to treat ICMP "fragmentation needed and DF bit set" messages as "soft" errors. A good reference to understand how IP fragmentation works and the role that PMTUD plays in reducing fragmentation is the Cisco white paper "IP Fragmentation and PMTUD", available at http://www.cisco.com/en/US/tech/tk827/tk369/technologies_white_paper09186a00800d6979.shtml.

Making a distinction between the types of errors ("soft" versus "hard") that can be reported via ICMP is important because it dictates how Internet hosts will respond to them. In general, connection-oriented protocols like TCP should abort an existing connection in response to an ICMP "hard" error message, and Internet hosts should try to correct the error condition that elicited the receipt of an ICMP "soft" error message.

An IETF Internet Draft entitled "ICMP Attacks Against TCP" (draft-gont-tcpm-icmp-attacks-03.txt leavingcisco.com) that describes how the ICMP protocol can be used to perform a number of Denial of Service attacks against the TCP protocol has been made publicly available. These attacks require knowledge of the IP addresses and ports (in the case of TCP) that two Internet hosts are using to communicate with each other and can cause connection resets and reduction of throughput in existing connections.

Note: these attacks only affect sessions terminating or originating on a device itself, not transit traffic; i.e., traffic that passes through a device, but is destined elsewhere is not affected.

Attacks Based on Crafted Hard ICMP Error Messages

Upon receipt of a "hard" ICMP error message, an Internet host must abort the connection with the host to which the ICMP error message applies. This host is not necessarily the system that generated the ICMP message, but it is uniquely identified through the IP header and transport protocol data embedded in the ICMP payload. The reason for this is that "hard" errors represent serious network problems for which there is not a possibility for recovery. Crafted "hard" ICMP error messages could cause an Internet host to incorrectly abort an existing connection when in reality there are no network problems. This type of attack is classified as a "blind connection-reset" attack in the Internet Draft draft-gont-tcpm-icmp-attacks-03.txt leavingcisco.com.

PMTUD Attacks

Crafted "fragmentation needed and DF bit set" ICMP messages can be used to set a connection's Path MTU to a very low, impractical value, if an Internet host is performing PMTUD. This value can cause higher layer protocols to start timing out because of a very low throughput, even though the connection is still in the established state. This type of attack is classified as a "throughput-reduction" attack in the Internet Draft draft-gont-tcpm-icmp-attacks-03.txt leavingcisco.com.

Per the PMTUD algorithm described in RFC 1191 leavingcisco.com, implementations must "age" cached MTU values, which means that the MTU will go back to its optimum size, a process that can take up to 10 minutes ( RFC 1191 leavingcisco.com suggests 10 minutes, but this is not a requirement and therefore it is implementation-dependent.) Please note, however, that if an attacker continues to send crafted ICMP "fragmentation needed and DF bit set" messages to a vulnerable host, the cached MTU will never age, causing a continuous denial-of-service condition.

As mentioned before, the ICMP "fragmentation needed and DF bit set" message is considered a "hard" error per RFC 1122 leavingcisco.com if the Internet host receiving it is not performing PMTUD. This means that a PMTUD attack also has the potential to cause a connection reset.

For protocols that make use of a "transport layer" MTU to minimize the risk of fragmentation, like TCP and its Maximum Segment Size (MSS) variable, a good way to determine if a connection is suffering from a successful attack is to monitor the value of this "transport layer" MTU - an unreasonably low value may indicate that an attack has been performed. An example of how to do this in Cisco IOS will be provided later in this document.

Note: several common protocols make use of TCP, and therefore may be affected by PMTUD attacks. Some examples include BGP, the Hyper Text Transfer Protocol (HTTP - used in the World Wide Web), the Simple Mail Transfer Protocol (SMTP - used for transferring electronic mail), and Secure Shell (SSH). Some protocols in the IBM suite like Data-Link Switching (DLSw), Serial Tunneling (STUN), and Block Serial Tunneling (BSTUN) can be configured to use TCP as their transport protocol. The Domain Name System (DNS) normally uses User Datagram Protocol (UDP) but in some situations (large zone transfers, for example) it also uses TCP.

Attacks Based on Crafted Source Quench ICMP Messages

As mentioned before, Internet hosts are supposed to cut back the rate at which they send data to another host that generated an ICMP "source quench" message. While the actual response to an ICMP "source quench" message varies by TCP/IP implementation and by the transport layer protocol in use, in general, hosts receiving an ICMP "source quench" message should trigger a congestion avoidance algorithm.

In the case of a host using TCP to communicate with another, if an ICMP "source quench" message is received the recommended procedure per RFC 1122 leavingcisco.com is to trigger a "slow start", as if a retransmission timeout had occurred. RFC 2001 ("TCP Slow Start, Congestion Avoidance, Fast Retransmit, and Fast Recovery Algorithms" - http://www.ietf.org/rfc/rfc2001.txt leavingcisco.com) describes the "slow start" and "congestion avoidance" algorithms used in modern implementations of TCP and states that in practice, the "slow start" and "congestion avoidance" algorithms are implemented together.

The lower rate at which the sending host transmits data allows the host that generated the ICMP "source quench" message to process and empty its receive buffers.

Crafted "source quench" ICMP messages can be used to decrease the rate at which a host is sending data. While over time, as long as no additional Source Quench messages are received, the window size will increase to a reasonable value, a crafted "source quench" message can potentially reduce communication efficiency significantly. If an attacker succeeds in periodic transmission of crafted ICMP "source quench" messages to a vulnerable device, a prolonged degradation of service for that connection may occur.

This type of attack is classified as a "throughput-reduction" attack in the Internet Draft draft-gont-tcpm-icmp-attacks-03.txt.

How Cisco Products Are Affected

Different Cisco products are affected in different ways to the ICMP attacks described in this document. In some cases, some products are affected when specific configurations or network protocols are in use. What follows is a description of how vulnerable products are affected and under what configurations. Information about specific Cisco bug IDs for each product is presented.

Cisco IOS

Cisco IOS is not vulnerable to attacks that make use of ICMP "hard" error messages because IOS checks whether a connection is in the "established" state, and takes action only for connections in the "non-established" state.

In addition, IOS does not process ICMP "source quench" messages and therefore, is not vulnerable to attacks that are based on crafting this type of message.

IOS is vulnerable to PMTUD attacks as described in the Vulnerable Products section. This means that an attacker could change the Path MTU by crafting an ICMP "fragmentation needed and DF bit set" message ("packet too big" message in the case of IPv6.) The following list provides the Cisco bug IDs for the PMTUD vulnerabilities in different protocols in IOS:

IOS XR

IOS XR is vulnerable to attacks based on ICMP "hard" error messages, as well as to PMTUD attacks. The Cisco Bug ID that documents this vulnerability is CSCef45332 ( registered customers only) -- CRS-1 connections may be vulnerable to crafted ICMP packets. IOS XR does not process ICMP "source quench" messages, so it is not vulnerable to attacks based on this type of message.

Cisco IP Phones

Different models of Cisco IP Phones are vulnerable to attacks based on ICMP "hard" error messages, ICMP "source quench" messages, and/or PMTUD attacks.

Cisco PIX Security Appliance

A PIX Security Appliance with IPSec configured will actively participate in PMTUD per RFC 1191 leavingcisco.com and RFC 2401 ("Security Architecture for the Internet Protocol" - http://www.ietf.org/rfc/rfc2401.txt leavingcisco.com.) This means that the PIX Security Appliance can dynamically discover and adjust its path MTU for a given IPSec flow when it receives an ICMP "fragmentation needed and DF bit set" message.

Under this scenario, the PIX Security Appliance is also vulnerable to crafted ICMP type 3 code 4 messages that try to set the path MTU to a very low value. This vulnerability is documented in the Cisco Bug ID CSCef57566 ( registered customers only) -- A PIX Security Appliance with IPSec configured can be susceptible to crafted ICMP packets suggesting a very small PMTU for a path or a Security Association. This symptom is observed when IPSec is configured for PMTUD, which is turned on automatically when IPSec is configured on the PIX Security Appliance.

Catalyst 6608 and 6624

The Cisco Catalyst 6000 Voice E1/T1 and Services Module (WS-X6608-E1 and WS-X6608-T1) running Digital PRI Gateway, Conference Bridge, or Transcoder/MTP firmware Cisco 6000 FXS Analog Interface Module (WS-X6624-FXS) are vulnerable to attacks based on ICMP "hard" error and "source quench" messages. The Cisco Bug ID that documents these vulnerabilities is CSCsa60692 ( registered customers only) -- ICMP Hard error handling.

Cisco 11000 and 11500 Content Services Switches

The Cisco 11000 and 11500 Content Services Switches are vulnerable to attacks based on ICMP "source quench" messages on the management port; they are not vulnerable on the network ports. The CSS does not perform PMTUD and therefore is not vulnerable to PMTUD attacks. The Cisco Bug ID that documents the vulnerability to ICMP "source quench" messages is CSCeh45454 ( registered customers only) -- ICMP error packet attacks against TCP.

Cisco Global Site Selector

The Cisco Global Site Selector version 1.2 and earlier is vulnerable to attacks based on ICMP "source quench" messages. It is not vulnerable to attacks based on ICMP "hard" error messages or to PMTUD attacks. The Cisco Bug ID that documents the vulnerability to ICMP "source quench" messages is CSCeh20083 ( registered customers only) -- ICMP error packet attacks against TCP.

Cisco MDS 9000 Series Multilayer Switches

The Cisco MDS 9000 Series Multilayer Switch is vulnerable to PMTUD and "source quench" attacks. The Cisco Bug ID that documents this vulnerability is CSCeh04183 ( registered customers only) -- ICMP attacks against TCP.

Cisco ONS Products

The affected Cisco ONS products are vulnerable to PMTUD attacks only.

VPN 5000 Concentrator

The VPN 5000 concentrator is vulnerable to PMTUD attacks. ICMP "source quench" messages are only processed to keep message counts, but not for avoiding congestion. Therefore, this device is not vulnerable to attacks based on this type of messages. The Cisco Bug ID that documents the PMTUD vulnerability is CSCeh59823 ( registered customers only) -- ICMP 3/4 messages may affect IPSec sessions.

Cisco MGX-8250 and MGX-8850

The Cisco MGX1 (PXM1) and MGX2 (PXM45s, PXM1E) are vulnerable to ICMP "source quench" attacks, PMTUD attacks, and ICMP "hard" error attacks on the management side. Please note that this affects management TCP connections (telnet, SSH) and not switching services. The Cisco Bug IDs that track these vulnerabilities are CSCeh65337 ( registered customers only) for the Cisco MGX1 and CSCeh63449 ( registered customers only) for the Cisco MGX2.

Cisco Content Switching Module

The Cisco Content Switching Module is vulnerable to ICMP "source quench" attacks on TCP-based management connections to the device. Traffic going through the device is not impacted.

Cisco Products That Include Versions of Microsoft Windows

Voice and IP communication products that use a Cisco-customized version of Microsoft Windows, and the ACS Solution Engine, which also includes a version of Microsoft Windows, are vulnerable to PMTUD attacks and to attacks based on ICMP "hard" error messages. For details about these vulnerabilities in Microsoft Windows, please refer to Microsoft Security Bulletin MS05-019 leavingcisco.com.

There is no Cisco Bug ID to track these vulnerabilities in the voice and IP communication products. For the ACS Solution Engine, the Cisco Bug ID used to track these vulnerabilities is CSCeh62307 ( registered customers only) .

Impact

Successful exploitation of attacks using crafted ICMP "hard" error messages may result in connections being dropped.

Successful exploitation of attacks based on "fragmentation needed and DF bit set" (or PMTUD attacks) and ICMP "source quench" error messages may result in connections being throttled to very low throughput. While throughput is low, the output buffer of a sending host could overflow or packets could be dropped or be unnecessarily fragmented, which may affect applications and communication efficiency. Accordingly, crafted ICMP packets could interfere with network protocols, such as the Border Gateway Protocol, Label Distribution Protocol (LDP) and DLSw.

In addition to causing low throughput, a PMTUD attack can also cause high Central Processing Unit (CPU) utilization and extra memory consumption on the receiving host because the CPU will spend time and memory buffers to reassemble the incoming fragmented packets.

In all cases, these attacks may result in Denial-of-Service conditions. No remote code execution or unauthorized access results from these types of attacks.

For devices that are vulnerable only on the control plane, it is important to note that switching services for traffic traversing the device, i.e. the data plane, are not impacted.

Software Versions and Fixes

When considering software upgrades, please also consult http://www.cisco.com/en/US/products/products_security_advisories_listing.html and any subsequent advisories to determine exposure and a complete upgrade solution.

In all cases, customers should exercise caution to be certain the devices to be upgraded contain sufficient memory and that current hardware and software configurations will continue to be supported properly by the new release. If the information is not clear, contact the Cisco Technical Assistance Center ("TAC") for assistance.

IOS-based Products

Each row of the Cisco IOS software table (below) describes a release train and the platforms or products for which it is intended. If a given release train is vulnerable, then the earliest possible releases that contain the fix (the "First Fixed Release") and the anticipated date of availability for each are listed in the "Rebuild" and "Maintenance" columns. A device running a release in the given train that is earlier than the release in a specific column (less than the First Fixed Release) is known to be vulnerable. The release should be upgraded at least to the indicated release or a later version (greater than or equal to the First Fixed Release label).

For further information on the terms "Rebuild" and "Maintenance" please consult the following URL:

http://www.cisco.com/warp/public/620/1.html

Due to differences in software availability and in the feature scenarios in which Cisco IOS is vulnerable, the table of first fixed releases has been broken down based on the different vulnerabilities that affect each technology. There are four different groups:

  1. TCPv4: represents CSCed78149 ( registered customers only) and CSCef60659 ( registered customers only) . The first Cisco Bug ID tracks TCP's vulnerability to PMTUD attacks, and the second Cisco Bug ID tracks the vulnerability that affects all protocols that make use of PMTUD, with the exception of TCP over IPv6, which is not affected by this vulnerability.
  2. Tunnels: represents CSCef60659 ( registered customers only) , CSCef43691 ( registered customers only) , CSCsa61864 ( registered customers only) , CSCsa59600 ( registered customers only) , and CSCef44699 ( registered customers only) . These are the Cisco Bug IDs that track vulnerabilities in most of the affected tunneling protocols (GRE, L2TPv3, and IPSec.)
  3. TCPv6: represents CSCef61610 ( registered customers only) , which is the Cisco Bug ID that tracks TCP's vulnerability to PMTUD attacks when running over IPv6.
  4. L2TPv2: represents CSCsa52807 ( registered customers only) , which is the Cisco Bug ID that tracks L2TPv2's vulnerability to PMTUD attacks.

Major Release

Availability of Repaired Releases

Affected 12.0-Based Release

Rebuild

Maintenance

12.0

TCPv4 and Tunnels

12.0(28c)

 

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0DA

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(12)DA8 or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0DB

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(14)T or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0DC

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(15)BC2f or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0S

TCPv4 and Tunnels

12.0(27)S5, available 23-May-05

12.0(31)S, available 28-Apr-05

12.0(28)S3, available 25-Apr-05

12.0(30)S1

TCPv6

12.0(27)S5, available 23-May-05

12.0(31)S, available 28-Apr-05

12.0(28)S3, available 25-Apr-05

12.0(30)S1

L2TPv2

Not vulnerable

12.0SC

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(15)BC2f or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0SL

TCPv4 and Tunnels

Vulnerable; migrate to 12.0S or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0SP

TCPv4 and Tunnels

Vulnerable; migrate to 12.0S or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0ST

TCPv4 and Tunnels

Vulnerable; migrate to 12.0S or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0SX

TCPv4 and Tunnels

Vulnerable; contact TAC

TCPv6

Vulnerable; contact TAC

L2TPv2

Not vulnerable

12.0SZ

TCPv4 and Tunnels

Vulnerable; migrate to 12.0S or later

TCPv6

Vulnerable; migrate to 12.0S or later

L2TPv2

Not vulnerable

12.0T

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0W5

TCPv4 and Tunnels

12.0(25)W5(27c)

12.0(28)W5(31a)

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0WC

TCPv4 and Tunnels

12.0(5)WC12, available 25-July-05

 

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XA

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XB

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XC

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XD

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XE

TCPv4 and Tunnels

Vulnerable; migrate to 12.1E latest

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XF

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XG

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XH

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XI

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XJ

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XK

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XL

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XM

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XN

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XQ

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XR

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XS

TCPv4 and Tunnels

Vulnerable; migrate to 12.1E latest

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.0XV

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(27) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

Affected 12.1-Based Release

Rebuild

Maintenance

12.1

TCPv4 and Tunnels

 

12.1(27)

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1AA

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1AX

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(25)EY or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1AZ

TCPv4 and Tunnels

Vulnerable; migrate to 12.1(22)EA4 or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1DA

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(12)DA8 or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1DB

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(14)T or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1DC

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(15)BC2f or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1E

TCPv4 and Tunnels

12.1(22)E6, available 02-May-05

12.1(23)E3, available 02-May-05

12.1(26)E1

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EA

TCPv4 and Tunnels

12.1(22)EA4

 

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EB

TCPv4 and Tunnels

Vulnerable; contact TAC

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EC

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(15)BC2f or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EO

TCPv4 and Tunnels

12.1(19)EO4, available 26-May-05

 

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EU

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(20)EU or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EV

TCPv4 and Tunnels

Vulnerable; contact TAC

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EW

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(18)EW3 or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EX

TCPv4 and Tunnels

Vulnerable; migrate to 12.1E latest

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1EY

TCPv4 and Tunnels

Vulnerable; migrate to 12.1E latest

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1T

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XA

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XB

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XC

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XD

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XE

TCPv4 and Tunnels

Vulnerable; migrate to 12.1E latest

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XF

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XG

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XH

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XI

TCPv4 and Tunnels

Vulnerable; migrate to 12.2(28) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XJ

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XL

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XM

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XP

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XQ

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XR

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XT

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XU

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1XV

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YA

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YB

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YC

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YD

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YE

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YF

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YH

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable

12.1YI

TCPv4 and Tunnels

Vulnerable; migrate to 12.3(13) or later

TCPv6

Not vulnerable

L2TPv2

Not vulnerable