
AV:N/AC:M/Au:N/C:N/I:N/A:C/E:F/RL:OF/RC:C
-
A vulnerability in the Internet Group Management Protocol (IGMP) version 3 implementation of Cisco IOS® Software and Cisco IOS XE Software allows a remote unauthenticated attacker to cause a reload of an affected device. Repeated attempts to exploit this vulnerability could result in a sustained denial of service (DoS) condition. Cisco has released free software updates that address this vulnerability.
This advisory is posted at https://sec.cloudapps.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20100922-igmp.
Note: The September 22, 2010, Cisco IOS Software Security Advisory bundled publication includes six Cisco Security Advisories. Five of the advisories address vulnerabilities in Cisco IOS Software, and one advisory addresses vulnerabilities in Cisco Unified Communications Manager. Each advisory lists the releases that correct the vulnerability or vulnerabilities detailed in the advisory. The table at the following URL lists releases that correct all Cisco IOS Software vulnerabilities that have been published on September 22, 2010, or earlier:
Individual publication links are in "Cisco Event Response: Semiannual Cisco IOS Software Security Advisory Bundled Publication" at the following link:
http://www.cisco.com/web/about/security/intelligence/Cisco_ERP_sep10.html
-
Vulnerable Products
The following products are affected by this vulnerability:
- Cisco IOS Software
-
Cisco IOS XE Software
To determine the Cisco IOS Software release that is running on a Cisco product, administrators can log in to the device and issue the show version command to display the system banner. The system banner confirms that the device is running Cisco IOS Software by displaying text similar to "Cisco Internetwork Operating System Software" or "Cisco IOS Software." The image name displays in parentheses, followed by "Version" and the Cisco IOS Software release name. Other Cisco devices do not have the show version command or may provide different output.
The following example identifies a Cisco product that is running Cisco IOS Software Release 12.4(20)T with an installed image name of C1841-ADVENTERPRISEK9-M:
Router#show version Cisco IOS Software, 1841 Software (C1841-ADVENTERPRISEK9-M), Version 12.4(20)T, RELEASE SOFTWARE (fc3) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2008 by Cisco Systems, Inc. Compiled Thu 10-Jul-08 20:25 by prod_rel_team
Products Confirmed Not Vulnerable
No other Cisco products are currently known to be affected by this vulnerability. Cisco IOS XR Software is not affected by this vulnerability.
The IGMP version 1, IGMP version 2, and IPv6 Multicast Listener Discovery protocol (MLD) features in Cisco IOS and Cisco IOS XE Software are not affected by this vulnerability.
-
Internet Group Management Protocol (IGMP) is the protocol used by hosts and adjacent routers to manage membership in IP multicast groups. The IGMP version 3 protocol permits source-specific multicast which allows hosts to specify the IP address of the multicast source.
A malformed IGMP packet can cause a vulnerable device to reload. This vulnerability can only be exploited if the malformed IGMP packet is received on an interface that has been enabled for IGMP version 3 and Protocol Independent Multicast (PIM). The malformed IGMP packet destination address can be unicast, multicast, or broadcast and can be addressed to any IP address in the vulnerable device, including loopback addresses.
To exploit this vulnerability, a malformed packet must be received on a vulnerable interface, but it can be addressed to any IP address on the vulnerable device.
Transit traffic will not trigger this vulnerability.
A vulnerable interface configuration requires the PIM mode of operation (sparse-dense, sparse, or dense) to be configured in addition to the ip igmp version 3 command. The three possible configurations that permit exploitation of this vulnerability are:
!--- Interface configured for PIM sparse and IGMPv3 interface GigabitEthernet0/0 ip address 192.168.0.1 255.255.255.0 ip pim sparse-mode ip igmp version 3 !--- Interface configured for PIM sparse-dense and IGMPv3 interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip pim sparse-dense-mode ip igmp version 3 !--- Interface configured for PIM dense and IGMPv3 interface GigabitEthernet0/2 ip address 192.168.2.1 255.255.255.0 ip pim dense-mode ip igmp version 3
The IGMP version 3 lite feature is unrelated to this vulnerability, in that the presence or absence of the ip igmp v3lite command on an interface does not change the vulnerable condition of that interface.
The IP router alert option may or may not be present in packets attempting to exploit the vulnerability described in this document.
This vulnerability is documented in Cisco bug ID CSCte14603 ( registered customers only) . This vulnerability has been assigned Common Vulnerabilities and Exposures (CVE) ID CVE-2010-2830.
-
Additional mitigations that can be deployed on Cisco devices within the network are available in the Cisco Applied Mitigation Bulletin companion document for this advisory, which is available at the following link: https://sec.cloudapps.cisco.com/security/center/content/CiscoAppliedMitigationBulletin/cisco-amb-20100922-igmp.
IGMP version 2
Customers who do not require the Source Specific Multicast (SSM) functionality can use IGMP version 2 as a workaround.
interface GigabitEthernet0/0 ip address 192.168.0.1 255.255.255.0 ip pim sparse-mode ip igmp version 2
Control Plane Policing
A partial mitigation of the vulnerability described in this document is to block IGMP packets with an IP Time to Live (TTL) field value that is not equal to 1. RFC1054
, "Host Extensions for IP Multicasting" RFC2236
, "Internet Group Management Protocol Version 2", and RFC3376
, "Internet Group Management Protocol Version 3", indicate that every IGMP message is sent with an IP TTL of 1.
CoPP may be configured on a device to protect the management and control planes, and minimize the risk and effectiveness of direct infrastructure attacks by explicitly permitting only authorized traffic sent to infrastructure devices in accordance with existing security policies and configurations. The following example can be adapted to your network. Drop of IGMP packets with unicast IP destination addresses can also be implemented with CoPP if the network is using all multicast applications that utilize only multicast group destination addresses for IGMP packets.
! !-- The following access list is used !-- to determine what traffic needs to be dropped by a control plane !-- policy (the CoPP feature.) If the access list matches (permit), !-- then traffic will be dropped. If the access list does not !-- match (deny), then traffic will be processed by the router. !-- all IGMP packets with ttl different from 1 will be selected !-- by this acl and the "drop" action will be applied in the !-- corresponding CoPP polisy ! ip access-list extended IGMP-ACL permit igmp any any ttl neq 1 ! !-- Permit (Police or Drop)/Deny (Allow) all other Layer3 and Layer4 !-- traffic in accordance with existing security policies and !-- configurations for traffic that is authorized to be sent !-- to infrastructure devices. !-- Create a class map for traffic that will be policed by !-- the CoPP feature. ! class-map match-all drop-IGMP-class match access-group name IGMP-ACL ! !-- Create a policy map that will be applied to the !-- Control Plane of the device, and add the "drop-tcp-traffic" !-- class map. ! policy-map CoPP-policy class drop-IGMP-class drop ! !-- Apply the policy map to the control plane of the !-- device. ! control-plane service-policy input CoPP-policy
Additional information on the configuration and use of the CoPP feature is available in the Control Plane Policing Implementation Best Practices.
-
When considering software upgrades, also consult http://www.cisco.com/go/psirt 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) or your contracted maintenance provider for assistance.
Each row of the following Cisco IOS Software table corresponds to a Cisco IOS Software train. If a particular train is vulnerable, the earliest releases that contain the fix are listed in the First Fixed Release For This Advisory column. The First Fixed Release for All Advisories in the September 2010 Bundle Publication column lists the earliest possible releases that correct all the published vulnerabilities in the Cisco IOS Software Security Advisory bundled publication. Cisco recommends upgrading to the latest available release, where possible.
Major Release
Availability of Repaired Releases
Affected 12.0-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
There are no affected 12.0 based releases
Affected 12.1-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
There are no affected 12.1 based releases
Affected 12.2-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Releases up to and including 12.2(2)B7 are not vulnerable.
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.2SB
Releases up to and including 12.2(15)BX are not vulnerable.
Not Vulnerable
Vulnerable; first fixed in 12.4T
Releases up to and including 12.2(2)BY3 are not vulnerable.
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases up to and including 12.2(15)MC1 are not vulnerable. Releases 12.2(15)MC2b and later are not vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
12.2(33)MRB2
Not Vulnerable
Releases prior to 12.2(30)S are vulnerable, release 12.2(30)S and later are not vulnerable
Not Vulnerable
12.2(31)SB19; Releases prior to 12.2(33)SB5 are vulnerable, release 12.2(33)SB5 and later are not vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.2SB
Not Vulnerable
Vulnerable; first fixed in 12.2SCB
Not Vulnerable
12.2(33)SCB9
Not Vulnerable
12.2(33)SCC5
Not Vulnerable
12.2(33)SCD3
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases prior to 12.2(40)SG are vulnerable, release 12.2(40)SG and later are not vulnerable; migrate to any release in 12.2SGA
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases prior to 12.2(33)SRA6 are vulnerable, release 12.2(33)SRA6 and later are not vulnerable
Not Vulnerable
Releases prior to 12.2(33)SRB1 are vulnerable, release 12.2(33)SRB1 and later are not vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
12.2(33)SRE1
12.2(33)SRE1
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Releases prior to 12.2(29b)SV1 are vulnerable, release 12.2(29b)SV1 and later are not vulnerable; migrate to any release in 12.2SVD
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases up to and including 12.2(21)SW1 are not vulnerable. Releases 12.2(25)SW12 and later are not vulnerable; first fixed in 12.4T
Not Vulnerable
Releases up to and including 12.2(14)SX2 are not vulnerable.
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Releases prior to 12.2(18)SXF11 are vulnerable, releases 12.2(18)SXF11 and later are not vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.2SB
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Please see Cisco IOS-XE Software Availability
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Releases prior to 12.2(11)YV1 are vulnerable, release 12.2(11)YV1 and later are not vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases up to and including 12.2(8)ZB are not vulnerable.
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Affected 12.3-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Releases up to and including 12.3(2)JK3 are not vulnerable. Releases 12.3(8)JK1 and later are not vulnerable; first fixed in 12.4T
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4
Releases up to and including 12.3(11)T11 are not vulnerable.
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Releases prior to 12.3(7)XI11 are vulnerable, release 12.3(7)XI11 and later are not vulnerable; first fixed in 12.2SB
Not Vulnerable
Vulnerable; first fixed in 12.4XR
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4XR
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Not Vulnerable
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
12.3(14)YX17
Vulnerable; first fixed in 12.4XR
Not Vulnerable
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Not Vulnerable
Vulnerable; first fixed in 12.4T
Affected 12.4-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
12.4(25d)
12.4(25d)
12.4(24)GC2
12.4(24)GC2
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
12.4(24)MD2
12.4(24)MD2
12.4(24)MDA1
12.4(22)MDA4
12.4(22)MDA4
Vulnerable; first fixed in 12.4MRA
Vulnerable; first fixed in 12.4MRA
12.4(20)MRA1
12.4(20)MRA1
Releases prior to 12.4(15)SW6 are vulnerable, release 12.4(15)SW6 and later are not vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
12.4(24)T3
12.4(22)T5
12.4(20)T5
12.4(15)T14
12.4(15)T14
12.4(20)T6
12.4(24)T4
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Releases prior to 12.4(6)XE5 are vulnerable, release 12.4(6)XE5 and later are not vulnerable; first fixed in 12.4T
Releases prior to 12.4(6)XE5 are vulnerable, release 12.4(6)XE5 and later are not vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
12.4(15)XQ6; Available on 22-SEP-10
12.4(15)XQ6; Available on 22-SEP-10
12.4(15)XR9
12.4(22)XR7
12.4(15)XR9
12.4(22)XR7
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
Vulnerable; first fixed in 12.4T
12.4(22)YB6
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
Vulnerable; Contact your support organization per the instructions in Obtaining Fixed Software section of this advisory
12.4(24)YE1
12.4(22)YE4
12.4(24)YE1
12.4(24)YG3
12.4(24)YG3
Affected 15.0-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
15.0(1)M2
15.0(1)M3
Cisco 7600 and 10000 Series routers: Not vulnerable
Cisco ASR 1000 Series routes: Please see Cisco IOS-XE Software Availability
Cisco 7600 and 10000 Series routers: 15.0(1)S1 (Available early October 2010)
Cisco ASR 1000 Series routes: Please see Cisco IOS-XE Software Availability
Vulnerable; migrate to any release in 15.1T
Vulnerable; first fixed in 15.1T
Not Vulnerable
Not Vulnerable
Affected 15.1-Based Releases
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
There are no affected 15.1 based releases
Cisco IOS XE Software
Cisco IOS XE Release
First Fixed Release for This Advisory
First Fixed Release for All Advisories in the September 2010 Bundle Publication
2.1.x
Not Vulnerable
Not Vulnerable
2.2.x
Not Vulnerable
Not Vulnerable
2.3.x
Not Vulnerable
Not Vulnerable
2.4.x
Not Vulnerable
Not Vulnerable
2.5.x
2.5.2
Vulnerable; migrate to 2.6.2 or later
2.6.x
Not Vulnerable
2.6.2
3.1.xS
Not Vulnerable
Not Vulnerable
To map Cisco IOS XE Software releases to Cisco IOS Software releases, refer to the Cisco IOS XE 2 and Cisco IOS XE 3S Release Notes.
Cisco IOS XR Software Table
Cisco IOS XR Software is not affected by the vulnerabilities disclosed in the September 22, 2010, Cisco IOS Software Security Advisory bundle publication.
-
The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerability described in this advisory.
This vulnerability was reported to Cisco by a customer.
-
To learn about Cisco security vulnerability disclosure policies and publications, see the Security Vulnerability Policy. This document also contains instructions for obtaining fixed software and receiving security vulnerability information from Cisco.
-
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 stand-alone 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.