AV:N/AC:L/Au:N/C:N/I:N/A:C/E:F/RL:OF/RC:C
-
Two crafted Protocol Independent Multicast (PIM) packet vulnerabilities exist in Cisco IOS software that may lead to a denial of service (DoS) condition. Cisco has released software updates that address these vulnerabilities. Workarounds that mitigate these vulnerabilities are available.
This advisory is posted at http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-multicast.
Note: The September 24, 2008 IOS Advisory bundled publication includes twelve Security Advisories. Eleven of the advisories address vulnerabilities in Cisco's IOS software, and one advisory addresses vulnerabilities in Cisco Unified Communications Manager. Each Advisory lists the releases that correct the vulnerability described in the Advisory.
Individual publication links are listed below:
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-iosips
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-ssl
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-sip
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-cucm
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-vpn
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-mfi
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-ipc
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-ubr
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-sccp
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-iosfw
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-l2tp
-
http://tools.cisco.com/security/center/content/CiscoSecurityAdvisory/cisco-sa-20080924-iosips
-
Vulnerable Products
Devices that are running Cisco IOS Software and configured for PIM have a vulnerability related to a specially crafted PIM packet. In addition, Cisco 12000 Series (GSR) routers running Cisco IOS Software have a second vulnerability related to a crafted multicast packet.
The show running-config | include ip pim command can be issued to verify that a Cisco IOS device is configured for PIM. In the following example, the Cisco IOS router is configured for PIM sparse-dense mode.
Router#show running-config | include ip pim ip pim sparse-dense-mode
Note that available PIM modes on a Cisco IOS device are dense mode, sparse mode, or sparse-dense mode. A device that is configured for any of these modes is affected by these vulnerabilities. The mode determines how the device populates its multicast routing table and how multicast packets are forwarded. PIM must be enabled in one of these modes on at least one interface in order for a device to process IP multicast routing. There is no default mode setting. Multicast routing is disabled by default. However, a Cisco IOS device is vulnerable if at least one interface is configured for PIM.
Additionally, To display information about interfaces configured for Protocol Independent Multicast (PIM), use the show ip pim interface command in user EXEC or privileged EXEC mode, as shown in the following example:
Router# show ip pim interface Address Interface Ver/ Nbr Query DR DR Mode Count Intvl Prior 10.1.0.1 GigabitEthernet0/0 v2/SD 0 30 1 10.1.0.1 10.6.0.1 GigabitEthernet0/1 v2/SD 1 30 1 10.6.0.2
In order to determine the software that runs on a Cisco IOS product, log in to the device and issue the show version command to display the system banner. Cisco IOS software identifies itself as "Internetwork Operating System Software" or simply "IOS." On the next line of output, the image name displays between parentheses, followed by "Version" and the Cisco IOS release name. Other Cisco devices do not have the show version command or give different output.
The following example shows output from a device that runs an IOS image:
router>show version Cisco IOS Software, 7200 Software (C7200-ADVSECURITYK9-M), Version 12.4(6)T2, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-2006 by Cisco Systems, Inc. Compiled Tue 16-May-06 16:09 by kellythw <more output removed for brevity>
Products Confirmed Not Vulnerable
Cisco IOS devices that are not configured for PIM are not vulnerable. Cisco IOS XR Software is not affected by this vulnerability. No other Cisco products are currently known to be affected by this vulnerability.
-
Two crafted Protocol Independent Multicast (PIM) packet vulnerabilities exist in Cisco IOS Software that may lead to a denial of service (DoS) condition. Devices that run Cisco IOS Software and are configured for PIM are affected by the first vulnerability. Only Cisco 12000 Series (GSR) routers that are configured for PIM are affected by the second vulnerability.
Available PIM modes on a Cisco IOS device are dense mode, sparse mode, or sparse-dense mode. The mode determines how the device populates its multicast routing table and how multicast packets are forwarded. PIM must be enabled in one of these modes on at least one interface in order for a device to process IP multicast routing.
Note: There is no default mode setting. Multicast routing is disabled by default. However, a Cisco IOS device is vulnerable if at least one interface is configured for PIM.
To configure PIM on an interface to be in dense mode, use the following command in interface configuration mode:
Router(config-if)# ip pim dense-mode
To configure PIM on an interface to be in sparse mode, use the following command in interface configuration mode:
Router(config-if)# ip pim sparse-mode
To configure PIM on an interface to be in sparse-dense mode, use the following command in interface configuration mode:
Router(config-if)# ip pim sparse-dense-mode
These vulnerabilities are documented in the following Cisco Bug IDs:
-
CSCsd95616 - Crafted PIM packets may cause an IOS device to
reload
-
CSCsl34355 - GSR may crash when processing a malformed multicast
packet
These vulnerabilities have been assigned the Common Vulnerabilities and Exposures (CVE) identifiers CVE-2008-3808 and CVE-2008-3809.
-
CSCsd95616 - Crafted PIM packets may cause an IOS device to
reload
-
There are no workarounds for the second vulnerability. The following workarounds only apply to the vulnerability addressed in Cisco bug ID CSCsd95616. A PIM router must receive PIM Hellos to establish PIM neighborship. PIM neighborship is also the basis for designated router (DR) election, DR failover, and accepting/sending PIM Join/Prune/Assert messages. To specify trusted PIM neighbors, use the ip pim neighbor-filter command, as shown in the following example:
Router(config)#access-list 1 permit host 10.10.10.123 !-- An access control list is created to allow a trusted PIM neighbor !-- in this example the neighbor is 10.10.10.123 ! Router(config)#interface fastEthernet 0/0 Router(config-if)#ip pim neighbor-filter 1 !-- The PIM neighbor filter is then applied to the respective interface(s)
The ip pim neighbor-filter command filters PIM packets from untrusted devices including Hellos, Join/Prune, and BSR packets.
Note: The vulnerabilities described in this document can be exploited by spoofed IP packets if the attacker knows the IP address of the trusted PIM neighbors listed in the ip pim neighbor-filter implementation.
To protect infrastructure devices and minimize the risk, impact, and effectiveness of direct infrastructure attacks, administrators are advised to deploy ACLs to perform policy enforcement of traffic sent to core infrastructure equipment. PIM is IP protocol 103. As an additional workaround, administrators can explicitly permit only authorized PIM (IP protocol 103) traffic sent to infrastructure devices in accordance with existing security policies and configurations. An ACL can be deployed as shown in the following example:
ip access-list extended Infrastructure-ACL-Policy ! !-- When applicable, include explicit permit statements for trusted !-- sources that require access on the vulnerable protocol !-- PIM routers need to communicate with the rendezvous point (RP). !-- In this example, 192.168.100.1 is the IP address of the !-- rendezvous point, which is a trusted host that requires access !-- to and from the affected PIM devices. ! permit pim host 192.168.100.1 192.168.60.0 0.0.0.255 permit pim 192.168.60.0 0.0.0.255 host 192.168.100.1 ! !-- Permit PIM segment traffic, packets have destination of: !-- 224.0.0.13 (PIMv2) !-- 224.0.0.2 (Required only by legacy PIMv1) ! permit pim 192.168.60.0 0.0.0.255 host 224.0.0.13 permit pim 192.168.60.0 0.0.0.255 host 224.0.0.2 ! !-- The following vulnerability-specific access control entries !-- (ACEs) can aid in identification of attacks ! deny pim any 192.168.60.0 0.0.0.255 ! !-- Explicit deny ACE for traffic sent to addresses configured within !-- the infrastructure address space ! deny ip any 192.168.60.0 0.0.0.255 ! !-- Permit/deny all other Layer 3 and Layer 4 traffic in accordance !-- with existing security policies and configurations ! !-- Apply iACL to interfaces in the ingress direction ! interface GigabitEthernet0/0 ip access-group Infrastructure-ACL-Policy in
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: http://tools.cisco.com/security/center/content/CiscoAppliedMitigationBulletin/cisco-amb-20080924-multicast.
-
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 Cisco IOS software table (below) names a Cisco IOS release train. If a given release train is vulnerable, then the earliest possible releases that contain the fix (along with the anticipated date of availability for each, if applicable) are listed in the "First Fixed Release" column of the table. The "Recommended Release" column indicates the releases which have fixes for all the published vulnerabilities at the time of this Advisory. 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. Cisco recommends upgrading to a release equal to or later than the release in the "Recommended Releases" column of the table.
Major Release
Ā Ā Ā Ā Ā Availability of Repaired Releases
Affected 12.0-Based Releases
First Fixed Release
Recommended Release
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Releases prior to 12.0(8)DA3 are vulnerable, release 12.0(8)DA3 and later are not vulnerable; first fixed in 12.2DA
12.2(12)DA13
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
12.0(32)S8
12.0(33)S
12.0(32)S11
12.0(33)S1
Vulnerable; first fixed in 12.0S
12.0(32)S11
12.0(33)S1
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.0S
12.0(32)S11
12.0(33)S1
Vulnerable; first fixed in 12.0S
12.0(32)S11
12.0(33)S1
12.0(32)SY5
12.0(32)SY7; Available on 29-SEP-08
12.0(30)SZ4
12.0(32)S11
12.0(33)S1
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.0(3c)W5(8)
Releases prior to 12.0(5)WC10 are vulnerable, release 12.0(5)WC10 and later are not vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Not Vulnerable
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Releases prior to 12.0(2)XC2 are vulnerable, release 12.0(2)XC2 and later are not vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Not Vulnerable
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Releases prior to 12.0(4)XI2 are vulnerable, release 12.0(4)XI2 and later are not vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Not Vulnerable
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Affected 12.1-Based Releases
First Fixed Release
Recommended Release
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2EY
12.2(46)SE
Releases prior to 12.1(22)AY1 are vulnerable, release 12.1(22)AY1 and later are not vulnerable; first fixed in 12.1EA
12.1(22)EA12
12.2(46)SE
Not Vulnerable
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2DA
12.2(12)DA13
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
12.1(27b)E2
12.2(18)SXF15
12.1(22)EA10
12.1(22)EA12
Vulnerable; contact TAC
Vulnerable; first fixed in 12.3BC
12.2(33)SCA1
12.3(23)BC4
Vulnerable; first fixed in 12.2SV
Vulnerable; first fixed in 12.2EWA
12.2(25)EWA14
12.2(31)SGA8
12.2(46)SG1
Not Vulnerable
Vulnerable; first fixed in 12.2
12.2(25)EWA14
12.2(31)SGA8
12.2(46)SG1
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; first fixed in 12.1E
12.2(18)SXF15
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Releases prior to 12.1(5)YE6 are vulnerable, release 12.1(5)YE6 and later are not vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Not Vulnerable
Affected 12.2-Based Releases
First Fixed Release
Recommended Release
12.2(26c)
12.2(27c)
12.2(28d)
12.2(29b)
12.2(46)
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.2(33)SCA1
12.3(23)BC4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.2(33)SB2; Available on 26-SEP-08
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.2(33)SCA1
12.3(23)BC4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.2(33)SCA1
12.3(23)BC4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2S
12.2(33)SB2; Available on 26-SEP-08
12.2(10)DA9
12.2(12)DA13
12.2(12)DA13
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.2EWA
12.2(25)EWA14
12.2(31)SGA8
12.2(46)SG1
12.2(25)EWA10
12.2(25)EWA11
12.2(25)EWA14
12.2(37)EX
12.2(35)EX2
12.2(37)EY
Vulnerable; first fixed in 12.2SEE
12.2(46)SE
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.2SE
12.2(46)SE
Not Vulnerable
Vulnerable; migrate to any release in 12.2IXE
12.2(18)IXG
Vulnerable; migrate to any release in 12.2IXE
12.2(18)IXG
Vulnerable; migrate to any release in 12.2IXE
12.2(18)IXG
Vulnerable; migrate to any release in 12.2IXE
12.2(18)IXG
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.2SW
12.2(25)SW12
12.4(15)T7
12.4(18c)
12.2(15)MC2i
12.4(15)T7
12.4(18c)
12.2(14)S18
12.2(18)S13
12.2(20)S13
12.2(25)S13
12.2(33)SB2; Available on 26-SEP-08
12.2(28)SB7
12.2(31)SB5
12.2(33)SB
12.2(33)SB2; Available on 26-SEP-08
Vulnerable; first fixed in 12.2SB
12.2(33)SB2; Available on 26-SEP-08
Not Vulnerable
12.2(35)SE4
12.2(37)SE
12.2(46)SE
Vulnerable; first fixed in 12.2SEE
12.2(46)SE
Vulnerable; first fixed in 12.2SEE
12.2(46)SE
Vulnerable; first fixed in 12.2SEE
12.2(46)SE
Vulnerable; first fixed in 12.2SEE
12.2(46)SE
12.2(25)SEE4
12.2(46)SE
Not Vulnerable
12.2(25)SEG3
12.2(25)SEG6
12.2(25)SG3
12.2(31)SG3
12.2(37)SG
12.2(46)SG1
12.2(31)SGA2
12.2(31)SGA8
Not Vulnerable
12.2(29)SM3
12.2(29)SM4
Vulnerable; first fixed in 12.2SV
12.2(33)SRA4
12.2(33)SRB4
12.2(33)SRC2
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
12.2(29b)SV1
Not Vulnerable
Not Vulnerable
Not Vulnerable
12.2(25)SW12
12.2(25)SW12
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
12.2(18)SXF9
12.2(18)SXF15
Not Vulnerable
Vulnerable; first fixed in 12.2S
12.2(33)SB2; Available on 26-SEP-08
Vulnerable; first fixed in 12.2S
12.2(33)SB2; Available on 26-SEP-08
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.2(33)SCA1
12.3(23)BC4
12.4(15)T7
12.4(18c)
Releases prior to 12.2(2)XG1 are vulnerable, release 12.2(2)XG1 and later are not vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
12.2(33)XN1
12.2(33)SB2; Available on 26-SEP-08
12.2(33)SRC2
12.2(33)XNA2
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Releases prior to 12.2(15)XR are vulnerable, release 12.2(15)XR and later are not vulnerable; first fixed in 12.3
12.3(8)JEA3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; contact TAC
Not Vulnerable
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; first fixed in 12.2SXF
12.2(18)SXF15
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; first fixed in 12.3
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
12.2(13)ZH9
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; contact TAC
Vulnerable; migrate to any release in 12.2SXH
12.2(33)SXH3
Vulnerable; first fixed in 12.2SB
12.2(33)SB2; Available on 26-SEP-08
Not Vulnerable
Not Vulnerable
Affected 12.3-Based Releases
First Fixed Release
Recommended Release
12.3(17c)
12.3(18a)
12.3(19a)
12.3(20a)
12.3(21)
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
12.3(17b)BC6
12.3(21)BC
12.3(23)BC4
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Not Vulnerable
12.3(2)XA7
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; contact TAC
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
12.3(7)XI10
12.2(33)SB2; Available on 26-SEP-08
Vulnerable; first fixed in 12.3YX
12.3(14)YX13
12.4(15)T7
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
12.3(7)XR7
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.3YX
12.3(14)YX13
12.4(15)T7
12.3(8)XX2d
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4
12.4(15)T7
12.4(18c)
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.3YX
12.3(14)YX13
12.4(15)T7
12.3(8)YG6
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
12.3(14)YM10
12.3(14)YM13; Available on 30-SEP-08
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
Vulnerable; first fixed in 12.4XB
12.4(2)XB10
12.4(9)XG3
12.4(15)T7
12.3(14)YX8
12.3(14)YX13
12.3(11)YZ3
Vulnerable; first fixed in 12.4T
12.4(15)T7
Affected 12.4-Based Releases
First Fixed Release
Recommended Release
12.4(10c)
12.4(12)
12.4(3h)
12.4(5c)
12.4(7e)
12.4(8d)
12.4(18c)
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
12.4(11)MR
12.4(19)MR
Not Vulnerable
12.4(11)T
12.4(2)T6
12.4(4)T8
12.4(6)T7
12.4(9)T3
12.4(15)T7
Vulnerable; first fixed in 12.4T
12.4(15)T7
12.4(2)XB6
12.4(2)XB10
Vulnerable; first fixed in 12.4T
12.4(15)T7
12.4(4)XD8
12.4(4)XD11; Available on 26-SEP-08
Vulnerable; first fixed in 12.4T
12.4(15)T7
Not Vulnerable
12.4(9)XG2
12.4(9)XG3
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Vulnerable; contact TAC
Not Vulnerable
Not Vulnerable
12.4(6)XT2
12.4(15)T7
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
Not Vulnerable
-
The Cisco PSIRT is not aware of any public announcements or malicious use of the vulnerabilities described in this advisory.
These vulnerabilities were found during internal testing.
-
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.
-
Revision 1.3
2009-April-16
Removed references to the combined software table, as it is now outdated.
Revision 1.2
2008-October-14
Workaround information update.
Revision 1.1
2008-September-27
Clarify that a Cisco IOS device is vulnerable if at least one interface is configured for PIM.
Revision 1.0
2008-September-24
Initial public release
-
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.