Microsoft announced six security bulletins that contain nine vulnerabilities as part of the monthly security bulletin release on July 14, 2009. A summary of these bulletins is on the Microsoft website at http://www.microsoft.com/technet/security/bulletin/ms09-jul.mspx. This document highlights the vulnerabilities that can be effectively identified and/or mitigated using Cisco network devices.
The vulnerabilities that have a client software attack vector, require user interaction, or can be exploited via web-based threats (including ActiveX attacks, cross-site scripting, phishing, and web-based e-mail), e-mail attachments, and files stored on network shares are in the following list:
The vulnerabilities that have a network mitigation are in the following list. Cisco devices provide several countermeasures for the vulnerabilities that have a network attack vector, which will be discussed in detail later in this document.
The Microsoft Security Bulletin MS09-032 (ActiveX Kill Bits, 973346) is an update to the Microsoft Security Advisory (972890), Vulnerability in Microsoft Video ActiveX Control Could Allow Remote Code Execution. Information about this vulnerability is documented in the Cisco IntelliShield Vulnerability Alert that is available at 18595 and identification and mitigation solutions are documented in the Cisco Applied Mitigation Bulletin that is available at 18608. No additional information will be presented in this bulletin.
Information about affected and unaffected products is available in the respective Microsoft advisories and the IntelliShield alerts that are referenced in the following table. In addition, multiple Cisco products use Microsoft operating systems as their base operating system. Cisco products that may be affected by the vulnerabilities described in the referenced Microsoft advisories are detailed in the "Associated Products" table in the "Product Sets" section.
MS09-028, Vulnerabilities in Microsoft DirectShow Could Allow Remote Code Execution (971633): These vulnerabilities have been assigned CVE identifiers CVE-2009-1537, CVE-2009-1538, and CVE-2009-1539. These vulnerabilities can be exploited remotely without authentication and require user interaction.
Successful exploitation of these vulnerabilities may allow arbitrary code execution. The attack attack vector for exploitation of these vulnerabilities is through Microsoft DirectShow software and the manner in which it handles specially crafted QuickTime files. These vulnerabilities can be exploited via client software, web-based threats (including ActiveX attacks, cross-site scripting, phishing, and web-based e-mail), e-mail attachments, and files stored on network shares.
For additional information about cross-site scripting attacks and the methods used to exploit these vulnerabilities, refer to the Cisco Applied Mitigation Bulletin Understanding Cross-Site Scripting (XSS) Threat Vectors.
The vulnerabilities that have a client software attack vector, require user interaction, or can be exploited via web-based threats (including ActiveX attacks, cross-site scripting, phishing, and web-based e-mail), e-mail attachments, and files stored on network shares are in the following list:
These vulnerabilities are best mitigated at the endpoint through software updates, user education, desktop administration best practices, and endpoint protection software such as Cisco Security Agent Host Intrusion Prevention System (HIPS) or antivirus products.
The vulnerabilities that have a network mitigation are in the following list. Cisco devices provide several countermeasures for these vulnerabilities. This section of the document provides an overview of these techniques.
Effective exploit prevention can be provided by the Cisco ASA 5500 Series Adaptive Security Appliance, the Cisco PIX 500 Series Security Appliance, and the Firewall Services Module (FWSM) for Cisco Catalyst 6500 Series switches and Cisco 7600 Series routers using Application Layer Protocol Inspection.
Effective exploit prevention can also be provided by the Cisco ACE Application Control Engine Appliance and Module using Application Protocol Inspection.
Effective use of Cisco Intrusion Prevention System (IPS) event actions provides visibility into and protection against attacks that attempt to exploit these vulnerabilities as discussed later in this document.
Cisco ASA, Cisco PIX security appliances, FWSM firewalls and Cisco ACE Application Control Engine Appliance and Module can provide visibility through syslog messages or the counter values displayed in the output from show commands.
The Cisco Security Monitoring, Analysis, and Response System (Cisco Security MARS) appliance can also provide visibility through incidents, queries, and event reporting.
Risk Management
Organizations are advised to follow their standard risk evaluation and mitigation processes to determine the potential impact of these vulnerabilities. Triage refers to sorting projects and prioritizing efforts that are most likely to be successful. Cisco has provided documents that can help organizations develop a risk-based triage capability for their information security teams. Risk Triage for Security Vulnerability Announcements and Risk Triage and Prototyping can help organizations develop repeatable security evaluation and response processes.
Caution: The effectiveness of any mitigation technique depends on specific customer situations such as product mix, network topology, traffic behavior, and organizational mission. As with any configuration change, evaluate the impact of this configuration prior to applying the change.
Specific information about mitigation and identification is available for these devices:
Application layer protocol inspection is available beginning in Software Release 7.2(1) for the Cisco ASA 5500 Series Adaptive Security Appliance and the Cisco PIX 500 Series Security Appliance and in Software Release 4.0(1) for the Firewall Services Module. This advanced security feature performs deep packet inspection of traffic that transits the firewall. Administrators may construct an inspection policy for applications that require special handling through the configuration of inspect class maps and inspect policy maps, which are applied via a global or interface service policy.
Caution: Application layer protocol inspection will decrease firewall performance. Administrators are advised to test performance impact in a lab environment before this feature is deployed in production environments.
HTTP Application Inspection
By using the HTTP inspection engine on the Cisco ASA 5500 Series Adaptive Security Appliances, the Cisco PIX 500 Series Security Appliances, and the Firewall Services Module, administrators can configure regular expressions (regexes) for pattern matching and construct inspect class maps and inspect policy maps. These methods can help protect against specific vulnerabilities, such as the ones described in this document, and other threats that may be associated with HTTP traffic. The following HTTP application inspection configuration uses the Cisco Modular Policy Framework (MPF) to create a policy for inspection of traffic on TCP ports 80, 3128, 8000, 8010, 8080, 8888, and 24326, which are the default ports for the Cisco IPS #WEBPORTS variable. The HTTP application inspection policy will drop connections where the HTTP response body contains the regex that is configured to match the ActiveX control that is associated with these vulnerabilities.
Caution: The configured regex can match the text string at any location in the body of an HTML response. Care should be taken to ensure that legitimate business applications that use matching text strings without calling the ActiveX control are not affected. Additional information about regex syntax is in Creating a Regular Expression.
!-- Configure a user-defined regex for the ActiveX Class
!-- ID of "D51BD5A0-7548-11CF-A520-0080C77EF58A" that is
!-- associated with these vulnerabilities
!
regex CLSID_activeX "[Dd]51[Bb][Dd]5[Aa]0[-]7548[-]11[Cc][Ff][-] [Aa]520[-]0080[Cc]77[Ee][Ff]58[Aa]"
!
!-- Configure a regex class to match on the regular
!-- expression that is configured above
!
class-map type regex match-any vulnerable-activeX-Class
match regex CLSID_activeX
!
!-- Configure an object group for the default ports that
!-- are used by the Cisco IPS #WEBPORTS variable, which
!-- are TCP ports 80 (www), 3128, 8000, 8010, 8080, 8888,
!-- and 24326
!
object-group service WEBPORTS tcp
port-object eq www
port-object eq 3128
port-object eq 8000
port-object eq 8010
port-object eq 8080
port-object eq 8888
port-object eq 24326
!
!-- Configure an access list that uses the WEBPORTS object
!-- group, which will be used to match TCP packets for
!-- ports matching the #WEBPORTS variable that is used by
!-- a Cisco IPS device
!
access-list Webports-ACL extended permit tcp any any object-group WEBPORTS
!
!-- Configure a class that uses the above-configured
!-- access list to match TCP packets that are destined
!-- to the ports that are used by the Cisco IPS #WEBPORTS
!-- variable
!
class-map Webports-Class
match access-list Webports-ACL
!
!-- Configure an HTTP application inspection policy that
!-- looks for and drops connections that contain HTTP
!-- protocol violations and looks for and drops connections
!-- that contain the regexes for the affected ActiveX Class
!-- ID or Program ID that are configured above
!
policy-map type inspect http http-Policy
parameters
!
!-- "protocol-violation" below is not required to mitigate
!-- these vulnerabilities but is included to provide more
!-- robust protection against potential HTTP attacks. Care
!-- should be taken to ensure that legitimate applications
!-- that do not fully conform to HTTP protocol standards
!-- are not dropped by this inspection
!
protocol-violation action drop-connection
match response body regex class vulnerable-activeX-Class
drop-connection log
!
!-- Add the above-configured "Webports-Class" that matches
!-- TCP packets that are destined to the default ports that
!-- are used by the Cisco IPS #WEBPORTS variable to the
!-- default policy "global_policy" and use it to inspect
!-- HTTP traffic that transits the firewall
!
policy-map global_policy
class Webports-Class
inspect http http-Policy
!
!-- By default, the policy "global_policy" is applied
!-- globally, which results in the inspection of
!-- traffic that enters the firewall from all interfaces
!
service-policy global_policy global
!
For additional information about the configuration and use of object groups, reference the Cisco Security Appliance Command Reference for object-group.
Additional information about HTTP application inspection and the MPF is in the HTTP Inspection Overview section of the Cisco Security Appliance Command Line Configuration Guide.
Firewall syslog message 415007 will be generated when a HTTP message body matches a user-defined regular expression. The syslog message will identify the corresponding HTTP class and indicate the action that is applied to the HTTP packet. Additional information about this syslog message is in Cisco Security Appliance System Log Message - 415007.
In the following example, the show logging | grepregex command extracts syslog messages from the logging buffer on the firewall. These messages provide additional information about denied packets that could indicate attempts to exploit these vulnerabilities. Administrators can use different regular expressions with the grep keyword to search for specific data in the logged messages.
firewall#show logging | grep 415007
Jul 14 2009 14:35:54: %ASA-5-415007: HTTP - matched response
body regex class vulnerable-activeX-Class in policy-map
http-Policy, Body matched - Dropping connection from
outside:192.0.2.117/4369 to inside:192.168.60.65/80
Jul 14 2009 14:36:57: %ASA-5-415007: HTTP - matched response
body regex class vulnerable-activeX-Class in policy-map
http-Policy, Body matched - Dropping connection from
outside:192.0.2.150/4370 to inside:192.168.60.65/80
firewall#
With HTTP application inspection enabled, the show service-policy inspectprotocol command will identify the number of HTTP packets that are inspected and dropped by this feature. The following example shows output for show service-policy inspect http:
firewall#show service-policy inspect http
Global policy:
Service-policy: global_policy
Class-map: inspection_default
Class-map: Webports-Class
Inspect: http http-Policy, packet 3175, drop 44, reset-drop 0
protocol violations
packet 0
match response body regex class vulnerable-activeX-Class
drop-connection log, packet 44
firewall#
In the preceding example, 3175 HTTP packets have been inspected and 44 HTTP packets have been dropped.
Application layer protocol inspection is available for the Cisco ACE Application Control Engine Appliance and Module. This advanced security feature performs deep packet inspection of traffic that transits the Cisco ACE. Administrators can construct an inspection policy for applications that require special handling through the configuration of inspect class maps and inspect policy maps, which are applied via a global or interface service policy.
To conduct HTTP deep packet inspection, administrators can configure regular expressions (regexes) for pattern matching and construct inspect class maps and inspect policy maps. These methods can help protect against specific vulnerabilities, such as the ones described in this document, and other threats that may be associated with HTTP traffic. The following HTTP application protocol inspection configuration inspects traffic on TCP ports 80, 3128, 8000, 8010, 8080, 8888, and 24326, which are the default ports for the Cisco IPS #WEBPORTS variable. The HTTP application protocol inspection policy will drop connections where the HTTP content contains the regex that is configured to match the ActiveX control that is associated with these vulnerabilities.
Caution: The configured regex can match the text string at any location in the content of an HTML packet. Care should be taken to ensure that legitimate business applications that use matching text strings without calling the ActiveX control are not affected.
!-- Configure an HTTP application inspection class that
!-- matches HTTP packets which contain the regex for the
!-- ActiveX Class ID "D51BD5A0-7548-11CF-A520-0080C77EF58A"
!-- that is associated with these vulnerabilities
!
class-map type http inspect match-any vulnerable-activeX-http-class
match content ".*[Dd]51[Bb][Dd]5[Aa]0[-]7548[-]11[Cc][Ff][-] [Aa]520[-]0080[Cc]77[Ee][Ff]58[Aa].*"
!
!-- Configure an HTTP application inspection policy that
!-- looks for and resets connections that contain the
!-- regex for the ActiveX Class ID that is configured above
!
policy-map type inspect http all-match vulnerable-activeX-http-policy
class vulnerable-activeX-http-class
reset
!
!-- Configure an access list that matches TCP packets
!-- for ports matching the #WEBPORTS variable that is
!-- used by a Cisco IPS device
!
access-list WEBPORTS line 8 extended permit tcp any any eq www
access-list WEBPORTS line 16 extended permit tcp any any eq 3128
access-list WEBPORTS line 24 extended permit tcp any any eq 8000
access-list WEBPORTS line 32 extended permit tcp any any eq 8010
access-list WEBPORTS line 40 extended permit tcp any any eq 8080
access-list WEBPORTS line 48 extended permit tcp any any eq 8888
access-list WEBPORTS line 56 extended permit tcp any any eq 24326
!
!-- Configure a Layer 4 class that uses the above-configured
!-- access list to match TCP packets that are destined
!-- to the ports that are used by the Cisco IPS #WEBPORTS
!-- variable
!
class-map match-all L4-http-class
match access-list WEBPORTS
!
!-- Configure a Layer 4 policy that applies the HTTP application
!-- inspection policy configured above to TCP packets that
!-- are destined to the ports that are used by the Cisco IPS
!-- #WEBPORTS variable
!
policy-map multi-match L4-http-inspect-policy
class L4-http-class
inspect http policy vulnerable-activeX-http-policy
!
!-- Apply the configuration to a specific vlan interface,
!-- which results in the inspection of traffic that enters
!-- the ACE from this interface only
!
!-- The configuration could also be applied globally
!-- which is not shown here
!
interface vlan 200
service-policy input L4-http-inspect-policy
!
Identification: Application Protocol Inspection
HTTP Deep Packet Inspection
When HTTP deep packet inspection is enabled, the show service-policypolicynamedetail command will identify the number of HTTP connections that are inspected and dropped by this feature. The following example shows output for show service-policy L4-http-inspect-policy detail:
ACE/Admin# show service-policy L4-http-inspect-policy detail
Status : ACTIVE
-----------------------------------------
Interface: vlan 200
service-policy: L4-http-inspect-policy
class: L4-http-class
inspect http:
L7 inspect policy : vulnerable-activeX-http-policy
Url Logging: DISABLED
curr conns : 0 , hit count : 3
dropped conns : 0
client pkt count : 1953 , client byte count: 383883
server pkt count : 1839 , server byte count: 750891
conn-rate-limit : 0 , drop-count : 0
bandwidth-rate-limit : 0 , drop-count : 0
L4 policy stats:
Total Req/Resp: 542 , Total Allowed: 539
Total Dropped : 3 , Total Logged : 0L7 Inspect policy : vulnerable-activeX-http-policy
class/match : vulnerable-activeX-http-class
Inspect action :
reset
Total Inspected : 542 , Total Matched: 3
Total Dropped OnError: 0
ACE/Admin#
In the preceding example, 542 HTTP connections have been inspected and 3 HTTP connections have been dropped.
Administrators can use the Cisco Intrusion Prevention System (IPS) appliances and services modules to provide threat detection and help prevent attempts to exploit several of the vulnerabilities described in this document. The following table provides an overview of CVE identifiers and the respective Cisco IPS signatures that will trigger events on potential attempts to exploit these vulnerabilities.
CVE ID
Signature Release
Signature ID
Signature Name
Enabled
Severity
Fidelity*
Notes
CVE-2009-1537
S410
19219/0
DirectShow QuickTime Media Processing Arbitrary Code Execution
Yes
High
85
Meta
19219/1
DirectShow QuickTime Media Processing Arbitrary Code Execution
Yes
Info
60
Meta-Component #1 for 19219/0 and 19219/3
19219/2
DirectShow QuickTime Media Processing Arbitrary Code Execution
Yes
Info
60
Meta-Component #2 for 19219/0
19219/3
DirectShow QuickTime Media Processing Arbitrary Code Execution
Yes
High
85
Meta
19219/4
DirectShow QuickTime Media Processing Arbitrary Code Execution
Yes
Info
60
Meta-Component #2 for 19219/3
CVE-2009-1538
S414
19384/0
DirectX Pointer Validation Vulnerability
Yes
High
80
Meta
19384/1
DirectX Pointer Validation Vulnerability
Yes
Info
60
Meta-Component #1
19384/2
DirectX Pointer Validation Vulnerability
Yes
Info
60
Meta-Component #2
CVE-2009-1539
S414
19383/0
DirectX Size Validation Vulnerability
Yes
High
80
CVE-2009-0231
S414
19381/0
Embedded OpenType Font Heap Overflow Vulnerability
Yes
High
90
CVE-2009-0232
S414
19382/0
Embedded OpenType Font Integer Overflow Vulnerability
Yes
High
90
CVE-2009-0566
S414
19401/0
Microsoft Publisher File Parsing Vulnerability
Yes
High
90
CVE-2008-0015
S411
19339/0
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
S414
19339/1
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/2
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/3
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/4
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/5
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/6
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/7
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/8
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
19339/9
Microsoft DirectShow msvidctl.dll Code Execution
Yes
High
85
* Fidelity is also referred to as Signature Fidelity Rating (SFR) and is the relative measure of the accuracy of the signature (predefined). The value ranges from 0 through 100 and is set by Cisco Systems, Inc.
Administrators can configure Cisco IPS sensors to perform an event action when an attack is detected. The configured event action performs preventive or deterrent controls to help protect against an attack that is attempting to exploit the vulnerabilities listed in the preceding table.
Cisco IPS sensors are most effective when deployed in inline protection mode combined with the use of an event action. Automatic Threat Prevention for Cisco IPS 6.x sensors that are deployed in inline protection mode provides threat prevention against an attack that is attempting to exploit the vulnerabilities that are described in this document. Threat prevention is achieved through a default override that performs an event action for triggered signatures with a riskRatingValue greater than 90.
Cisco IPS 5.x sensors that are deployed in inline protection mode require an event action configured on a per-signature basis. Alternatively, administrators can configure an override that can perform an event action for any signatures that are triggered and are calculated as a high-risk threat. Using an event action on sensors deployed in inline protection mode provides the most effective exploit prevention.
The following data has been compiled through remote monitoring services provided by the Cisco Remote Management Services team from a sample group of Cisco IPS sensors running Cisco IPS Signature Update version S414 or greater. The purpose of this data is to provide visibility into attempts to exploit the vulnerabilities released as part of the Microsoft July Security Update released on July, 14, 2009. This data was gathered from events triggered on July 21, 2009.
CVE ID
Signature ID
Percentage of Sensors Reporting the Signature
Percentage of Sensors Reporting the Signature Among Top Ten Most-Seen Events
Identification: Cisco Security Monitoring, Analysis, and Response System Incidents
The Cisco Security Monitoring, Analysis, and Response System (Cisco Security MARS) appliance can create incidents on events for the following Microsoft Security Bulletins. After the S414 dynamic signature update has been downloaded, using the following keywords for each of the respective IPS signatures and a query type of All Matching Event Raw Messages on the Cisco Security MARS appliance will provide a report that lists the incidents created by these IPS signatures.
Microsoft ID
Signature ID(s)
MARS Query Keyword(s)
MS09-028
19219/0
NR-19219
19219/3
19384/0
NR-19384
19383/0
NR-19383
MS09-029
19381/0
NR-19381
19382/0
NR-19382
MS09-030
19401/0
NR-19401
MS09-032
19339/0
NR-19339
19339/1
19339/2
19339/3
19339/4
19339/5
19339/6
19339/7
19339/8
19339/9
Beginning with the 4.3.1 and 5.3.1 releases of Cisco Security MARS appliances, support for the Cisco IPS dynamic signature updates feature has been added. This feature downloads new signatures from Cisco.com or from a local web server, correctly processes and categorizes received events that match those signatures, and includes them in inspection rules and reports. These updates provide event normalization and event group mapping, and they also enable the MARS appliance to parse new signatures from the IPS devices.
Caution: If dynamic signature updates are not configured, events that match these new signatures appear as unknown event type in queries and reports. Because MARS will not include these events in inspection rules, incidents may not be created for potential threats or attacks that occur within the network.
By default, this feature is enabled but requires configuration. If it is not configured, the following Cisco Security MARS rule will be triggered:
System Rule: CS-MARS IPS Signature Update Failure
When this feature is enabled and configured, administrators can determine the current signature version downloaded by MARS by selecting Help > About and reviewing the IPS Signature Version value.
Additional information about dynamic signature updates and instructions for configuring dynamic signature updates are available for the Cisco Security MARS 4.3.1 and 5.3.1 releases.
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.
Complete information on reporting security vulnerabilities in Cisco products, obtaining assistance with security incidents, and registering to receive security information from Cisco, is available on Cisco's worldwide website at http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html. This includes instructions for press inquiries regarding Cisco security notices. All Cisco security advisories are available at http://www.cisco.com/go/psirt.
Version 2, July 17, 2009, 02:30 PM: IPS signature event data from Cisco Remote Management Services is available for IPS signatures from July 16, 2009.
Version 1, July 14, 2009, 02:57 PM: This initial version of the Cisco Applied Mitigation Bulletin addresses the Microsoft Security Bulletin Release for July 2009.
Datacenter Edition Base | Datacenter Edition, 64-bit Base | Enterprise Edition Base | Enterprise Edition, 64-bit Base | Essential Business Server Premium Base | Essential Business Server Premium, 64-bit Base | Essential Business Server Standard Base | Itanium-Based Systems Edition Base | Standard Edition Base | Standard Edition, 64-bit Base | Web Server Base | Web Server, 64-bit Base
Microsoft, Inc.
Windows Vista
Business Base, SP1 | Business x64 Edition Base, SP1 | Enterprise Base, SP1 | Enterprise x64 Edition Base, SP1 | Home Basic Base, SP1 | Home Basic x64 Edition Base, SP1 | Home Premium Base, SP1 | Home Premium x64 Edition Base, SP1 | Ultimate Base, SP1 | Ultimate x64 Edition Base, SP1
Microsoft, Inc.
Windows XP
Home Edition Base, SP1, SP2, SP3 | Original Release Base, SP1 | Professional Edition Base, SP1, SP2, SP3 | Professional x64 (AMD/EM64T) Base, SP2
Associated Products:
Cisco
Cisco Broadband Troubleshooter
3.1 Base | 3.2 Base | Original Release Base
Cisco
Cisco Building Broadband Service Manager (BBSM)
2.5 .1 | 3.0 Base | 4.0 .1, Base | 4.2 Base | 4.3 Base | 4.4 Base | 4.5 Base | 5.0 Base | 5.1 Base | 5.2 Base | Original Release Base
Cisco
Cisco CNS Network Registrar
2.5 Base | 3.0 Base | 3.5 .1, Base | 5.0 Base | 5.5 .13, Base | 6.0 .5, .5.2, .5.3, .5.4 | 6.1 .1, .1.1, .1.2, .1.3, .1.4, Base
Cisco
Cisco Collaboration Server
3.0 Base | 3.01 Base | 3.02 Base | 4.0 Base | 5.0 Base
Cisco
Cisco Collaboration Server Dynamic Content Adapter
1.0 Base | 2.0 (1)_SR2, Base | Original Release Base
Cisco IP Interoperability and Collaboration System
1.0 (1.1)
Cisco
Cisco IP Queue Manager
2.2 Base
Cisco
Cisco Media Blender
3.0 Base | 4.0 Base | 5.0 (0)_SR1, (0)_SR2, Base | Original Release Base
Cisco
Cisco Networking Services for Active Directory
Original Release Base
Cisco
Cisco Outbound Option
Original Release Base
Cisco
Cisco Personal Assistant
1.0 (1), Base | 1.1 Base | 1.3 .1, .2, .3, .4, Base | 1.4 .2, .3, .4, .5, .6, Base
Cisco
Cisco Remote Monitoring Suite Option
1.0 Base | 2.0 (0)_SR1, Base
Cisco
Cisco Secure Access Control Server (ACS) for Windo
2.6 Base | 2.6.3.2 Base | 2.6.4 Base | 2.6.4.4 Base | 3.0 Base | 3.0.1 Base | 3.0.1.40 Base | 3.0.2 Base | 3.0.3 Base | 3.0.3.6 Base | 3.0.4 Base | 3.1.1 Base | 3.1.1.27 Base | 3.1.2 Base | 3.2 Base | 3.2.1 Base | 3.2.3 Base | 3.3.1 Base | 3.3.1.16 Base | 3.3.2.2 Base | 3.3.3.11 Base | 4.0 Base | 4.0.1 Base | 4.0.1.27 Base | 4.1.1.23 Base
Cisco
Cisco Secure Access Control Server Solution Engine
3.1 .1, Base | 3.2 .1.20, .2.5 , .3, Base | 3.3 .1, .1.16, .2.2, .3, .4, .4.12, Base | 4.0 .1, .1.42, .1.44, .1.49, Base | 4.1 .1.23, .1.23.3, .3, .3.12, Base
Cisco
Cisco Secure User Registration Tool (URT)
1.2 .1, Base | 2.0 .7, .8, Base | 2.5 .1, .2, .3, .4, .5, Base | Original Release Base
2.0 Base | 2.1 Base | 2.2 .1, Base | 3.0 .1, .2, Base | 3.1 Base | 3.2 Base | 4.0 Base | 4.1 .4, .6, .6.6.1, Base | 4.6 Base | 4.7 Base | 5.0 .0.867.2, .1.873.2, .2, .2.105.1, .2.110.1, .2.92.1, .2.99.1, Base | 6.0 .0.405.1, .0.407.1, .0.412.1, Base | 7.0 .0.370.1, .0.372.1, .0.377.1 , .0.389.1, .0.400.1, .395.1, Base | 7.2 .0.199.1, Base | Original Release Base
Cisco
Cisco Unified Communications Manager
1.0 Base | 2.0 Base | 3.0 Base | 3.0.3(a) Base | 3.1 .1, .2, .3a, Base | 3.1(1) Base | 3.1(2) Base | 3.1(2)SR3 Base | 3.1(3) Base | 3.1(3)SR2 Base | 3.1(3)SR4 Base | 3.2 Base | 3.2(3)SR3 Base | 3.3 Base | 3.3(2)SPc Base | 3.3(3) Base | 3.3(3)ES61 Base | 3.3(3)SR3 Base | 3.3(3)SR4a Base | 3.3(3a) Base | 3.3(4) Base | 3.3(4)ES25 Base | 3.3(4)SR2 Base | 3.3(4c) Base | 3.3(5) Base | 3.3(5)ES24 Base | 3.3(5)SR1 Base | 3.3(5)SR1a Base | 3.3(5)SR2 Base | 3.3(5)SR2a Base | 3.3(5)SR3 Base | 3.3(59) Base | 3.3(61) Base | 3.3(63) Base | 3.3(64) Base | 3.3(65) Base | 3.3(66) Base | 3.3(67.5) Base | 3.3(68.1) Base | 3.3(71.0) Base | 3.3(74.0) Base | 3.3(76) Base | 3.3(78) Base | 4.0 .1, .2 | 4.0(2a)ES40 Base | 4.0(2a)ES56 Base | 4.0(2a)SR2b Base | 4.0(2a)SR2c Base | 4.1 Base | 4.1(17) Base | 4.1(19) Base | 4.1(2) Base | 4.1(2)ES33 Base | 4.1(2)ES50 Base | 4.1(2)SR1 Base | 4.1(22) Base | 4.1(23) Base | 4.1(25) Base | 4.1(26) Base | 4.1(27.7) Base | 4.1(28.2) Base | 4.1(3) Base | 4.1(3)ES Base | 4.1(3)ES07 Base | 4.1(3)ES24 Base | 4.1(3)SR Base | 4.1(3)SR1 Base | 4.1(3)SR2 Base | 4.1(3)SR3 Base | 4.1(3)SR3b Base | 4.1(3)SR3c Base | 4.1(3)SR4 Base | 4.1(3)SR4b Base | 4.1(3)SR4d Base | 4.1(3)SR5 Base | 4.1(30.4) Base | 4.1(36) Base | 4.1(39) Base | 4.1(4) Base | 4.1(9) Base | 4.2(1.02) Base | 4.2(1.05.3) Base | 4.2(1.06) Base | 4.2(1.07) Base | 4.2(1) Base | 4.2(1)SR1b Base | 4.2(3.08) Base | 4.2(3.13) Base | 4.2(3.2.3) Base | 4.2(3.3) Base | 4.2(3) Base | 4.2(3)SR1 Base | 4.2(3)SR2 Base | 4.3(1.57) Base | 4.3(1) Base | 4.3(1)SR Base | Original Release Base
4.3 Base | 5.2 Base | 5.3 Base | 5.4 Base | 6.0 Base
Cisco
Cisco Unified MeetingPlace Express
1.1 Base | 1.2 Base | 2.0 Base
Cisco
Cisco Unity
2.0 Base | 2.1 Base | 2.2 Base | 2.3 Base | 2.4 Base | 2.46 Base | 3.0 .1, Base | 3.1 .2, .3, .5, .6, Base | 3.2 Base | 3.3 Base | 4.0 .1, .2, .3, .3b, .4, .5, Base | 4.1 .1, Base | 4.2 .1, .1 ES27, Base | 5.0 (1) | 7.0 (2) | Original Release Base
Cisco
Cisco Unity Express
1.0.2 Base | 1.1.1 Base | 1.1.2 Base | 2.0.1 Base | 2.0.2 Base | 2.1.1 Base | 2.1.2 Base | 2.1.3 Base | 2.2.0 Base | 2.2.1 Base | 2.2.2 Base | 2.3.0 Base | 2.3.1 Base
Cisco
Cisco Wireless Control System (WCS) Software
1.0 Base | 2.0 44.14, 44.24, Base | 2.2 .0, .111.0 | 3.0 .101.0 , .105.0, Base | 3.1 .20.0, .33.0, .35.0, Base | 3.2 .23.0, .25.0, .40.0, .51.0, .64.0, Base | 4.0 .1.0, .43.0, .66.0, .81.0, .87.0, .96.0, .97.0, Base | 4.1 .83.0, Base
Cisco
CiscoWorks IP Telephony Environment Monitor (ITEM)
1.3 Base | 1.4 Base | 2.0 Base
Cisco
CiscoWorks LAN Management Solution (LMS)
1.3 Base | 2.2 Base | 2.5 Base | 2.6 Base
Cisco
CiscoWorks QoS Policy Manager (QPM)
2.0 .1, .2, .3, Base | 2.1 .2 | 3.0 .1, Base | 3.1 Base | 3.2 .1, .2, .3, Base
Cisco
CiscoWorks Routed WAN Management Solution (RWAN)
1.0 Base | 1.1 Base | 1.2 Base | 1.3 .1, Base
Cisco
CiscoWorks Small Network Management Solution (SNMS
1.0 Base | 1.5 Base
Cisco
CiscoWorks VPN/Security Management Solution (VMS)
1.0 Base | 2.0 Base | 2.1 Base | 2.2 Base | 2.3 Base
Alerts and bulletins on the Cisco Security Intelligence Operations Portal are highlighted by analysts in the
Cisco Threat Operations Center and represent a subset of the comprehensive content that is available through Cisco Security IntelliShield Alert Manager Service.
This customizable threat and vulnerability alert service provides security staff with access to timely, accurate, and credible information about threats and vulnerabilities that may affect their environment. Cisco is pleased to offer a free trial of the service.
To register for full access, please visit the IntelliShield trial registration page.
LEGAL DISCLAIMER The urgency and severity ratings of this alert are not tailored to individual users; users may value alerts differently based upon their network configurations and circumstances. THE ALERT, AND INFORMATION CONTAINED THEREIN, ARE PROVIDED ON AN "AS IS" BASIS AND DO NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE ALERT, AND INFORMATION CONTAINED THEREIN, OR MATERIALS LINKED FROM THE ALERT, IS AT YOUR OWN RISK. INFORMATION IN THIS ALERT AND ANY RELATED COMMUNICATIONS IS BASED ON OUR KNOWLEDGE AT THE TIME OF PUBLICATION AND IS SUBJECT TO CHANGE WITHOUT NOTICE. CISCO RESERVES THE RIGHT TO CHANGE OR UPDATE ALERTS AT ANY TIME.