Windows Azure Guest OS Releases and SDK Compatibility Matrix
Updated: May 21, 2013
This topic contains the following:
-
An explanation of what a Windows Azure Guest operating system (Guest OS) is and how releases are numbered.
-
The support status of various releases of the Guest OS.
-
Information showing which Windows Azure SDK versions are compatible with which Guest OS releases.
-
A list of MSRC patches contained in various Guest OS releases and the date those patches were introduced.
-
Information on what occurs when Guest OS families and versions are retired.
You may not need to use the information on this page at all if you configure your roles to use automatic Guest OS updates as described in Configure Settings for the Windows Azure Guest OS.
Subscribe to the Guest OS Update RSS Feed to receive notification when Microsoft modifies, releases or retires a Guest OS family or version.
June 11, 2013 - In addition to regular MSRC updates, the latest Guest OS release (3.3, 2.15, 1.23) includes enhanced security configuration registry settings for all of the Guest OS families (1.X , 2.X and 3.X). We don’t expect it to affect many installations, but review the changes at KB article 2859054 to be sure. These changes are permanent and thus will stay in future Guest OS releases.
Be sure you are familiar with the Guest OS Retirement policy section of this page. This policy was announced May 2013.
The Guest OS versions are based on released versions of Microsoft Windows Server. They are the underlying operating system that Cloud Services run on. Each Guest OS has a family, version and release.
A "Guest OS family" refers to Windows Server operating system release that a Guest OS is based on. For example, family 1 is based on Windows Server 2008, family 2 is based on Windows Server 2008 R2 and family 3 is based on Windows Server 2012.
A "Guest OS version" is the family OS image plus specific Microsoft Security Response Center (MSRC) patches available at the date the new Guest OS version is produced. Not all patches may be included. Numbers start at 0 and each time new updates are added to the image, the version increments by 1. Trailing zeros are only shown if important. That is, version 2.10 is a different, much later version than version 2.1.
A "Guest OS release" refers to the number of times that a particular Guest OS version has been released. A rerelease will always include at least the same base image and set of MSRC patches as previous releases. In some cases, one or two additional patches may be added. The latest release always supersedes any previous releases. That is, if release 3 is out, no customers will be able to use release 1 or 2 of the same Guest OS version. A rerelease occurs when issues found during testing require it. Some rereleases occur before the general public can manually choose a Guest OS. For this reason, this page may not list some releases because customers could never explicitly choose them.
In the example below, 2 is the family, 12 is the version and "rel2" is the release.
Guest OS release - 2.12 rel2
Configuration string for this release - WA-GUEST-OS-2.12_201208-02
The configuration string for a Guest OS has this same information embedded in it, along with a date showing which MSRC patches were considered for that release. In this example, MSRC patches produced for Windows Server 2008 R2 up to and including August 2012 were considered for inclusion. Information on the specific individual patches included in each Guest OS version appears later on this page.
When a new release of the Guest OS is published, it can take time to fully propagate across Windows Azure. As services are updated to the new Guest OS, they are rebooted honoring update domains. Services set to use "Automatic" updates will get a release first. After the update, you’ll see the new Guest OS version listed for your service in the Windows Azure Management Portal. Rereleases may occur during this period. Some versions may be deployed over longer periods of time and automatic upgrade reboots may not occur for many weeks after the official release date. After a Guest OS is completely rolled out to all of Windows Azure, you can then explicitly choose that version from the portal or in your configuration file. For more information, see Update the Windows Azure Guest OS from the Management Portal and Update the Windows Azure Guest OS by Modifying the Service Configuration File.
For more information on restarts due to Guest and Host OS updates, see this MSDN blog post titled Role Instance Restarts Due to OS Upgrades.
If you manually update your Guest OS, please read the important information below on Guest OS support and retirement.
Microsoft has a new policy regarding which Guest OS it supports. For more information see the Windows Azure Support and Lifecycle Policy. This
A short summary of the policy is
-
Microsoft will support the latest two families of the Guest OS. When a family is retired, customers will have 12 months from the official retirement date to update to a newer supported Guest OS family.
-
Microsoft will support the latest release of the latest two versions of the supported Guest OS families. When a version is retired, customers will have 60 days from the official release date of the new version to update to a later version.
-
Microsoft will support the latest two versions of the Windows Azure SDK. When a version of the SDK is retired, customers will have 12 months from the official retirement date to update to a newer version.
At times more than two families or releases may be supported for short times. Official Guest OS support information will appear on this page.
The following FAQ Questions provide additional information.
When will a Guest OS family or version be retired?
A new Guest OS family is introduced sometime after the release of a new official version of the Windows Server operating system. Past releases include Windows Server 2008 (family 1), Windows Server 2008 R2 (family 2) and Windows Server 2012 (family 3). Whenever a new Guest OS family is introduced, Microsoft will retire the oldest Guest OS family. New versions of the Guest OS within families are introduced on a regular basis to include MSRC patches and other features to keep them up to date.
What can I expect during and after the 12 months of notification period?
Windows Azure will wait 12 months after the retirement announcement before the older family is officially unsupported. This 12 months is known as the "notification period".
A gradual retirement process will begin 6 months into the notification period. Events that would occur include
-
Microsoft will notify customers of the retirement.
-
The newer version of Cloud Services SDK won’t support the retired Guest OS family.
-
New deployments of Cloud Services will not be permitted on the retired family
At the end of the 12 month notification period, Windows Azure will stop providing the latest/patched version for a retired OS family. The cloud services using the retired OS family will be unsupported and will be stopped.
What can I expect during and after the 60 day grace period for a Guest OS version expires?
When a Guest OS Version is retired, customers with the manual upgrade option will have 60 days to upgrade their services to a supported Guest OS version. During the 60 days, new deployments with the expired version will still be allowed. After this grace period expires, Cloud Services using the retired OS version will be force updated to a supported Guest OS version.
How will customers be notified of a Guest OS family or version Retirement?
-
Family retirement - Microsoft will use blog posts and management portal notification. Customers who are still using a retired Guest OS family will be notified through direct communication (email, portal messages, phone call) to assigned service administrators. All changes will be posted to this page and the RSS feed listed at the beginning of this page.
-
Version Retirement - All changes will be posted to this page and the RSS feed listed at the beginning of this page, including the official date of the 60 day grace period.
How can I mitigate the impacts of migration?
You should use latest Guest OS family for designing your Cloud Services. Start planning your migration to a newer family early. Set up temporary test deployments to test your Cloud Service running on the new family. Set your Guest OS version to "Automatic" ("*" in the .CSCFG file) so the migration to new Guest OS versions occurs automatically. For more information, see Update the Windows Azure Guest OS from the Management Portal and Update the Windows Azure Guest OS by Modifying the Service Configuration File.
What if my web application requires deeper integration with the OS?
If your web application architecture requires deeper dependency on the underlying Operating System, use platform supported capabilities such as "Startup Tasks" () or other extensibility mechanisms which may exist in the future. Alternatively, you can also use Windows Azure Virtual Machines (IaaS – Infrastructure as a Service), which has a wider selection of Operating Systems.
Important |
|---|
| To ensure that your service works as expected, you must deploy it to Guest OS release that is compatible with the version of the Windows Azure SDK used to develop your service. If you do not, the deployed service may exhibit errors in the cloud that were not apparent in the development environment. |
To view the patches included in each Guest OS, see the MSRC Patches Section also on this page.
Guest OS family 3 is substantially compatible with Windows Server 2012 and supports the .NET Framework 4.0 and 4.5. Currently, there are limitations moving from versions 1.x or 2.x to version 3.x. The same limitation applies moving from version 3.x to versions 2.x or 1.x. See Overview of Updating a Windows Azure Service for more information.
Guest OS family 2 is substantially compatible with Windows Server 2008 R2 and supports the .NET Framework 3.5 and 4.0. The 2.11 release and later are substantially compatible with Windows Server 2008 R2 SP1.
Guest OS family 1 is substantially compatible with Windows Server 2008 SP2 and supports the .NET Framework 3.5 and 4.0.
If you have trouble viewing the tables on this page, click here
Warning |
|---|
| In addition to regular MSRC updates, the latest Guest OS release (3.3, 2.15, 1.23) includes enhanced security configuration registry settings for all of the Guest OS families (1.X , 2.X and 3.X). We don’t expect it to affect many installations, but review the changes at KB article 2859054 to be sure. These changes are permanent and thus will stay in future Guest OS releases. |
|
Guest OS |
Configuration String |
Release Date |
SDK Compatibility |
|
3.3 |
WA-GUEST-OS-3.3_201305-01 |
June 11 2013 |
1.8 (Oct 2012) and newer |
|
2.15 |
WA-GUEST-OS-2.15_201305-01 |
June 11 2013 |
1.8 and newer |
|
1.23 |
WA-GUEST-OS-1.23_201305-01 |
June 11 2013 |
1.8 and newer |
The following Guest OS families and versions are in the transition periods on the way to being retired. The official expiration date is when a version is removed from the system. Cloud Services still running on a version when it expires will be stopped, deleted or force upgraded to a newer version depending on the policies listed earlier on this page.
If you have trouble viewing the tables on this page, click here
|
Guest OS |
Configuration string |
Release Date |
Official Expiration date |
SDK Compatibility |
|
3.2 rel4 |
WA-GUEST-OS-3.2_201302-04 |
May 18 2013 |
Aug 11 2013 |
1.8 and newer |
|
2.14 rel4 |
WA-GUEST-OS-2.14_201302-04 |
May 18 2013 |
Aug 11 2013 |
1.8 and newer |
|
1.22 rel4 |
WA-GUEST-OS-1.22_201302-04 |
May 18 2013 |
Aug 11 2013 |
1.8 and newer |
|
3.2 rel3 |
WA-GUEST-OS-3.2_201302-03 |
Feb 26 2013 |
Aug 01 2013 |
1.8 and newer |
|
3.1 rel1 |
WA-GUEST-OS-3.1_201210-01 |
Nov 22 2012 |
Aug 01 2013 |
1.8 and newer |
|
2.14 rel3 |
WA-GUEST-OS-2.14_201302-03 |
Feb 26 2013 |
Aug 01 2013 |
1.3 and newer |
|
2.13 rel1 |
WA-GUEST-OS-2.13_201210-01 |
Nov 22 2012 |
Aug 01 2013 |
1.3 and newer |
|
1.22 rel3 |
WA-GUEST-OS-1.22_201302-03 |
Feb 26 2013 |
Aug 01 2013 |
1.8 and newer |
|
1.21 rel1 |
WA-GUEST-OS-1.21_201210-01 |
Nov 22 2012 |
Aug 01 2013 |
1.8 and newer |
|
3.2 rel2 |
WA-GUEST-OS-3.2_201301-02 |
Jan 30 2013 |
Aug 01 2013 |
1.8 and newer |
|
2.14 rel2 |
WA-GUEST-OS-2.14_201301-02 |
Jan 30 2013 |
Aug 01 2013 |
1.3 and newer |
|
1.22 rel3 |
WA-GUEST-OS-1.22_201302-03 |
Feb 26 2013 |
Aug 01 2013 |
1.8 and older |
|
1.22 rel2 |
WA-GUEST-OS-1.22_201301-02 |
Jan 30 2013 |
Aug 01 2013 |
1.8 and older |
|
1.21 rel1 |
WA-GUEST-OS-1.21_201210-01 |
Nov 22 2012 |
Aug 012013 |
1.8 and older |
|
1.19 rel2 |
WA-GUEST-OS-1.19_201204-02 |
Jul 30 2012 |
Aug 01 2013 |
1.7 and older |
|
1.19 rel1 |
WA-GUEST-OS-1.19_201204-01 |
Jul 27 2012 |
Aug 01 2013 |
1.7 and older |
|
1.18 rel1 |
WA-GUEST-OS-1.18_201202-01 |
Apr 13 2012 |
Aug 01 2013 |
1.7 and older |
|
1.17 rel3 |
WA-GUEST-OS-1.17_201112-03 |
Mar 13 2012 |
Aug 01 2013 |
1.6 and older |
The following versions have been retired and are no longer supported. In the past, these versions have also been known as "deprecated" versions
If you have trouble viewing the tables on this page, click here
|
Guest OS |
Release Date |
Retired on |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.0 rel2 |
Oct 26 2012 |
Dec 19 2012 |
|
2.12 rel2 |
Sep 20 2012 |
Dec 19 2012 |
|
2.12 rel2 |
Sep 20 2012 |
Dec 19 2012 |
|
1.22 rel2 |
Jan 30 2013 |
Feb 26 2012 |
|
1.20 rel2 |
Sep 20 2012 |
Dec 19 2012 |
|
1.17 rel2 |
Feb 17 2012 |
Oct 3 2012 |
|
2.9 rel2 |
Feb 17 2012 |
Oct 3 2012 |
|
1.17 rel1 |
Feb 7 2012 |
Oct 3 2012 |
|
2.9 rel1 |
Feb 7 2012 |
Oct 3 2012 |
|
2.8 rel3 |
Dec 28 2011 |
Oct 3 2012 |
|
1.16 rel3 |
Dec 28 2011 |
Oct 3 2012 |
|
2.8 rel2 |
Nov 16 2011 |
Oct 3 2012 |
|
1.16 rel2 |
Nov 16 2011 |
Oct 3 2012 |
|
2.8 rel1 |
Oct 28 2011 |
Oct 3 2012 |
|
1.16 rel1 |
Oct 28 2011 |
Oct 3 2012 |
|
2.7 rel1 |
Sep 26 2011 |
Oct 3 2012 |
|
1.15 rel1 |
Sep 26 2011 |
Oct 3 2012 |
|
2.6 rel1 |
Jul 15 2011 |
Oct 3 2012 |
|
1.14 rel1 |
Jul 15 2011 |
Oct 3 2012 |
|
2.5 rel1 |
Jun 3 2011 |
Oct 3 2012 |
|
1.13 rel1 |
Jun 3 2011 |
Oct 3 2012 |
|
2.4 rel1 |
May 4 2011 |
Oct 3 2012 |
|
1.12 rel1 |
May 4 2011 |
Oct 3 2012 |
|
2.3 rel1 |
Mar 28 2011 |
Oct 3 2012 |
|
1.11 rel1 |
Mar 28 2011 |
Oct 3 2012 |
|
2.2 rel1 |
Feb 15 2011 |
Oct 3 2012 |
|
1.10 rel1 |
Feb 15 2011 |
Oct 3 2012 |
|
2.1 rel1 |
Dec 13 2010 |
Oct 3 2012 |
|
1.9 rel1 |
Dec 13 2010 |
Oct 3 2012 |
|
2.0 rel1 |
Nov 22 2010 |
Oct 3 2012 |
|
1.8 rel1 |
Nov 7 2010 |
Oct 3 2012 |
|
1.7 rel1 |
Oct 1 2010 |
Oct 3 2012 |
|
1.6 rel1 |
Sep 1 2010 |
Oct 3 2012 |
|
1.5 rel1 |
Jul 20 2010 |
Oct 3 2012 |
|
1.4 rel1 |
Jun 17 2010 |
Oct 3 2012 |
|
1.3 rel1 |
Apr 30 2010 |
Oct 3 2012 |
|
1.2 rel1 |
Apr 5 2010 |
Oct 3 2012 |
|
1.1 rel1 |
Jan 30 2010 |
Oct 3 2012 |
|
1.0 rel1 |
Dec 7 2009 |
Oct 3 2012 |
The following table shows the MSRC updates and the dates those updates were first introduced into a Windows Azure Guest OS version. Search this section if you want to know if a particular update applies to your Guest OS version and family. Updates always carry forward in a particular family. For example, if you are running version 2.14, updates which were introduced in 2.13, 2.12, 2.11, etc. all the way down to 2.0 are included in 2.14. Each family is listed explicitly (1.x, 2.x, 3.x).
If you have trouble viewing the tables on this page, click here
|
Bulletin ID |
Parent KB Article |
Vulnerability Description |
Guest OS |
Date First Introduced |
|
Vulnerabilities in Kernel-Mode Drivers Could Allow Elevation Of Privilege |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerabilities in .NET Framework Could Allow Spoofing |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerability in HTTP.sys Could Allow Denial of Service |
3.3 |
June 11 2013 |
||
|
Security Update for Internet Explorer |
2.15, 1.23 |
June 11 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerabilities in Kernel-Mode Driver Could Allow Elevation Of Privilege |
3.3, 1.23 |
June 11 2013 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem (CSRSS) Could Allow Elevation of Privilege |
1.23 |
June 11 2013 |
||
|
Vulnerability in Active Directory Could Lead to Denial of Service |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerability in Remote Desktop Client Could Allow Remote Code Execution |
2.15, 1.23 |
June 11 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerabilities in Kernel-Mode Drivers Could Allow Elevation Of Privilege |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.3, 2.15, 1.23 |
June 11 2013 |
||
|
Vulnerability in HTTP.sys Could Allow Denial of Service |
3.2 rel4 |
May 18 2013 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem (CSRSS) Could Allow Elevation of Privilege |
2.14 |
Mar 18 2013 |
||
|
Vulnerability in TCP/IP Could Allow Denial of Service |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerabilities in Windows Kernel-Mode Driver Could Allow Elevation of Privilege |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerability in Vector Markup Language Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerability in Microsoft Windows Could Allow Security Feature Bypass |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerability in Windows Kernel-Mode Driver Could Allow Elevation of Privilege |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege |
3.2, 2.14, 1.22 |
Mar 18 2013 |
||
|
Vulnerabilities in Microsoft XML Core Services Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerability in Windows Print Spooler Components Could Allow Remote Code Execution |
2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerability in IP-HTTPS Component Could Allow Security Feature Bypass |
3.2, 2.14 1.22 |
Feb 26 2013 |
||
|
Vulnerability in DirectPlay Could Allow Remote Code Execution |
3.2,2 .14, 1.22 |
Feb 26 2013 |
||
|
Vulnerability in Windows File Handling Component Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in Microsoft Excel Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in .NET Framework Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in Microsoft Internet Information Services (IIS) Could Allow Information Disclosure |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerabilities in Windows Shell Could Allow Remote Code Execution |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Cumulative Security Update for Internet Explorer |
3.2, 2.14, 1.22 |
Feb 26 2013 |
||
|
Vulnerability in Windows Kernel Could Allow Elevation of Privilege |
1.21, 2.13 |
Nov 22 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.21, 2.13 |
Nov 22 2012 |
||
|
Vulnerability in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.21, 2.13 |
Nov 22 2012 |
||
|
Vulnerabilities in Windows Networking Components Could Allow Remote Code Execution |
1.21, 2.13 |
Nov 22 2012 |
||
|
Microsoft Security Advisory: Compatibility issues affecting signed Microsoft binaries |
1.21, 2.13, 3.1 |
Nov 22 2012 |
||
|
Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution |
1.21, 2.13 |
Nov 22 2012 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.21, 2.13 |
Nov 22 2012 |
||
|
|
Windows 8 Client and Windows Server 2012 General Availability Cumulative Update |
3.1 |
Nov 22 2012 |
|
|
|
Microsoft Security Advisory: Compatibility issues affecting signed Microsoft binaries |
1.21, 2.13 |
Nov 22 2012 |
|
|
Vulnerability in JScript and VBScript Engines Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in Windows Networking Components Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in TLS Could Allow Information Disclosure |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Windows Shell Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Microsoft Data Access Components Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in Remote Desktop Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Remote Code Execution |
1.20, 2.12 |
Sep 20 2012 |
||
|
Combined Security Update for Microsoft Office, Windows, .NET Framework, and Silverlight |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in Windows Partition Manager Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
Vulnerability in TCP/IP Could Allow Elevation of Privilege |
1.20, 2.12 |
Sep 20 2012 |
||
|
|
Reliability Update 2 for the .NET Framework 4 |
1.20, 2.12 |
Sep 20 2012 |
|
|
|
Update 4.0.3 for Microsoft .NET Framework 4 – Runtime Update |
1.20, 2.12 |
Sep 20 2012 |
|
|
Vulnerability in Remote Desktop Could Allow Remote Code Execution |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in Windows Could Allow Remote Code Execution |
1.19, 2.11 |
Jul 27 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerabilities in Remote Desktop Could Allow Remote Code Execution |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in DirectWrite Could Allow Denial of Service |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in Windows kernel-mode drivers could allow elevation of privilege |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerability in DNS Server Could Allow Denial of Service |
1.19, 2.11 |
Jul 27 2012 |
||
|
Vulnerabilities in .NET Framework and Microsoft Silverlight Could Allow Remote Code Execution |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerability in C Run-Time Library Could Allow Remote Code Execution |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerability in Color Control Panel Could Allow Remote Code Execution |
1.18, 2.10 |
Apr 13 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerabilities in Ancillary Function Driver Could Allow Elevation of Privilege |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerability in SSL/TLS Could Allow Information Disclosure |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerability in Microsoft Windows Could Allow Remote Code Execution |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerabilities in Windows Media Could Allow Remote Code ExecutionSecurity update for Windows Multimedia Library |
1.18 |
Apr 13 2012 |
||
|
Vulnerabilities in Windows Media Could Allow Remote Code ExecutionSecurity update for DirectShow |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.18 |
Apr 13 2012 |
||
|
Vulnerability in Windows Kernel Could Allow Security Feature Bypass |
1.18, 2.10 |
Apr 13 2012 |
||
|
Vulnerabilities in Remote Desktop Could Allow Remote Code Execution |
1.17 rel3, 2.9 rel3 |
Mar 13 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of PrivilegeSecurity Update for Microsoft .NET Framework 3.5 Service Pack 1 on Windows Server 2008 |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of PrivilegeSecurity Update for the .NET Framework 4 on Windows Server 2008 |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of PrivilegeSecurity Update for Microsoft .NET Framework 2.0 Service Pack 2 Windows Server 2008 Service Pack 2 |
1.17 |
Feb 7 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of PrivilegeSecurity Update for Microsoft .NET Framework 3.5 Service Pack 1 on Windows Server 2008 |
1.17 |
Feb 7 2012 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of PrivilegeSecurity Update for the .NET Framework 4 on Windows Server 2008 |
1.17 |
Feb 7 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.17, 2.9 |
Feb 7 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Active Directory Could Allow Remote Code Execution |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Active Directory Could Allow Remote Code ExecutionSecurity update for Active Directory. |
1.17 |
Feb 7 2012 |
||
|
Cumulative Security Update for ActiveX Kill Bits |
1.17, 2.9 |
Feb 7 2012 |
||
|
Cumulative Security Update for ActiveX Kill Bits |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Windows kernel-mode drivers could allow remote code execution |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Windows kernel-mode drivers could allow remote code execution |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Active Directory Could Allow Elevation of Privilege |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Active Directory Could Allow Elevation of Privilege |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Windows Mail and Windows Meeting Space Could Allow Remote Code Execution |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Windows Mail and Windows Meeting Space Could Allow Remote Code Execution |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in TCP/IP Could Allow Remote Code Execution |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in TCP/IP Could Allow Remote Code Execution |
1.17 |
Feb 7 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.17, 2.9 |
Feb 7 2012 |
||
|
Cumulative Security Update for Internet Explorer |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in .NET Framework and Microsoft Silverlight Could Allow Remote Code ExecutionSecurity update for the .NET Framework 2.0 SP2 for Windows Server 2008 SP2 |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in .NET Framework and Microsoft Silverlight Could Allow Remote Code ExecutionSecurity update for the .NET Framework 2.0 SP2 for Windows Server 2008 SP2 |
1.17 |
Feb 7 2012 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.17 |
Feb 7 2012 |
||
|
Vulnerability in Microsoft Active Accessibility Could Allow Remote Code ExecutionSecurity update for Active Accessibility in Windows |
1.17, 2.9 |
Feb 7 2012 |
||
|
Vulnerability in Microsoft Active Accessibility Could Allow Remote Code ExecutionSecurity update for Active Accessibility in Windows |
1.17 |
Feb 7 2012 |
||
|
|
|
|
1.17, 2.9 |
Feb 7 2012 |
|
|
|
|
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Security update for Active Directory. |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Security Update for Microsoft .NET Framework 2.0 Service Pack 2 Windows Server 2008 Service Pack 2 |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
|
1.17, 2.9 |
Feb 7 2012 |
|
|
|
|
1.17, 2.9 |
Feb 7 2012 |
|
|
Slow system response together with many other performance issues occur on a virtualization server that is running Windows Server 2008 and that has the Hyper-V role installed |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Microsoft Security Advisory: Fraudulent digital certificates could allow spoofing |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Update to the AutoPlay functionality in Windows |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Microsoft Security Advisory: Fraudulent digital certificates could allow spoofing |
1.17, 2.9 |
Feb 7 2012 |
|
|
|
Slow system response together with many other performance issues occur on a virtualization server that is running Windows Server 2008 and that has the Hyper-V role installed |
1.17 |
Feb 7 2012 |
|
|
|
Microsoft Security Advisory: Fraudulent digital certificates could allow spoofing |
1.17 |
Feb 7 2012 |
|
|
|
Update to the AutoPlay functionality in Windows |
1.17 |
Feb 7 2012 |
|
|
|
Microsoft Security Advisory: Fraudulent digital certificates could allow spoofing |
1.17 |
Feb 7 2012 |
|
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege Security Update for Microsoft .NET Framework 2.0 Service Pack 2 Windows Server 2008 Service Pack 2 |
1.16rel3 |
Dec 28 2011 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege Security Update for Microsoft .NET Framework 3.5 Service Pack 1 on Windows Server 2008 |
1.16 rel3 |
Dec 28 2011 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege Security Update for the .NET Framework 4 on Windows Server 2008 |
1.16 rel3 |
Dec 28 2011 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege Security Update for Microsoft .NET Framework 3.5.1 on Windows Server 2008 R2 Service Pack 1 |
2.8 rel3 |
Dec 28 2011 |
||
|
Vulnerabilities in .NET Framework Could Allow Elevation of Privilege Security Update for the .NET Framework 4 on Windows Server 2008 R2 |
2.8 rel3 |
Dec 28 2011 |
||
|
Vulnerability in TCP/IP could allow remote code execution |
1.16 rel2 |
Dec 28 2011 |
||
|
Vulnerability in TCP/IP could allow remote code execution |
2.8 rel2 |
Nov 16 2011 |
||
|
Vulnerability in Windows Components Could Allow Remote Code Execution |
1.16, 2.8 |
Oct 28 2011 |
||
|
Vulnerability in WINS Could Allow Elevation of Privilege |
1.16 |
Oct 28 2011 |
||
|
Vulnerability in .NET Framework Could Allow Information Disclosure |
1.16, 2.8 |
Oct 28 2011 |
||
|
Vulnerability in Windows Kernel Could Allow Denial of Service |
1.16, 2.8 |
Oct 28 2011 |
||
|
Vulnerabilities in TCP/IP Stack Could Allow Denial of Service |
1.16, 2.8 |
Oct 28 2011 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.16, 2.8 |
Oct 28 2011 |
||
|
Vulnerability in Remote Desktop Web Access could allow elevation of privilege |
2.8 |
Oct 28 2011 |
||
|
Vulnerability in Data Access Components Could Allow Remote Code Execution |
2.8 |
Oct 28 2011 |
||
|
Vulnerabilities in DNS Server Could Allow Remote Code Execution |
1.16, 2.8 |
Oct 28 2011 |
||
|
Cumulative Security Update for Internet Explorer |
1.16, 2.8 |
Oct 28 2011 |
||
|
|
Microsoft Security Advisory: Update Rollup for ActiveX Kill Bits |
1.16, 2.8 |
Oct 28 2011 |
|
|
|
An SVG graphic that has attributes that use large values may not be parsed correctly (App-compat) |
1.16, 2.8 |
Oct 28 2011 |
|
|
|
August 2011 cumulative time zone update for Windows operating systems |
1.16, 2.8 |
Oct 28 2011 |
|
|
|
Reliability Update 1 for the .NET Framework 4 |
1.16, 2.8 |
Oct 28 2011 |
|
|
|
Update for the .NET Framework 4 |
1.16, 2.8 |
Oct 28 2011 |
|
|
|
Microsoft Security Advisory: Fraudulent digital certificates could allow spoofing |
1.16, 2.8 |
Oct 28 2011 |
|
|
Vulnerabilities in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in Vector Markup Language Could Allow Remote Code Execution |
2.7 |
26-Sep-11 |
||
|
Vulnerability in Active Directory Certificate Services Web Enrollment Could Allow Elevation of Privilege |
1.15, 2.7 |
Sep 26 2011 |
||
|
Cumulative Security Update for Internet Explorer |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in SMB Server Could Allow Denial of Service |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in Microsoft Hyper-V could Cause Denial of Service |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in Ancillary Function Driver Could Allow Elevation of Privilege |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
2518870 |
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
|
|
Vulnerability in SMB Client Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerabilities in Distributed File System Could Allow Remote Code Execution |
1.15 |
Sep 26 2011 |
||
|
Vulnerability in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in .NET Framework and Microsoft Silverlight Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in .NET Framework and Microsoft Silverlight Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in OLE Automation Could Allow Remote Code Execution |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in MHTML Could Allow Information Disclosure |
1.15, 2.7 |
Sep 26 2011 |
||
|
Vulnerability in WINS Could Allow Remote Code Execution |
1.14, 2.6 |
Jul 15 2011 |
||
|
|
Microsoft .NET Framework 4 Platform Update 1 - Runtime Update |
1.14, 2.6 |
Jul 15 2011 |
|
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in the OpenType Compact Font Format (CFF) Driver Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in JScript and VBScript Scripting Engines Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in DNS Resolution Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in GDI+ Could Allow Remote Code Execution |
1.13 |
Jun 3 2011 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Cumulative Security Update for ActiveX Kill Bits |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in MHTML Could Allow Information Disclosure |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerability in Windows Fax Cover Page Editor Could Allow Remote Code Execution |
2.5 |
Jun 3 2011 |
||
|
Vulnerability in SMB Server Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Vulnerabilities in SMB Client Could Allow Remote Code Execution |
1.13, 2.5 |
Jun 3 2011 |
||
|
Cumulative Security Update for Internet Explorer |
1.13, 2.5 |
Jun 3 2011 |
||
|
|
Fraudulent Digital Certificates could allow spoofing |
1.13, 2.5 |
Jun 3 2011 |
|
|
Vulnerability in Remote Desktop Client Could Allow Remote Code Execution |
1.12, 2.4 |
May 4 2011 |
||
|
Vulnerabilities in Microsoft Office Groove Could Allow Remote Code Execution |
1.12, 2.4 |
May 4 2011 |
||
|
Vulnerabilities in Windows Media Could Allow Remote Code Execution |
1.12, 2.4 |
May 4 2011 |
||
|
|
Windows Server 2008 R2 Service Pack 1 |
2.4 |
May 4 2011 |
|
|
|
Configure Schannel to no longer send the list of trusted root certificate authorities during the TLS/SSL handshake process (See Section Workaround – Method 3) |
1.12, 2.4 |
May 4 2011 |
|
|
Vulnerabilities in Kerberos Could Allow Elevation of Privilege |
2.3 |
Mar 28 2011 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.11, 2.3 |
Mar 28 2011 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
1.11, 2.3 |
Mar 28 2011 |
||
|
Vulnerability in JScript and VBScript Scripting Engines Could Allow Information Disclosure |
2.3 |
Mar 28 2011 |
||
|
Vulnerability in the OpenType Compact Font Format (CFF) Driver Could Allow Remote Code Execution |
1.11, 2.3 |
Mar 28 2011 |
||
|
Vulnerability in Windows Shell Graphics Processing Could Allow Remote Code Execution |
1.11 |
Mar 28 2011 |
||
|
Vulnerability in Internet Information Services (IIS) FTP Service Could Allow Remote Code Execution |
2.3 |
Mar 28 2011 |
||
|
Cumulative Security Update for Internet Explorer |
1.11, 2.3 |
Mar 28 2011 |
||
|
Vulnerabilities in Microsoft Data Access Components Could Allow Remote Code Execution |
1.11, 2.3 |
Mar 28 2011 |
||
|
Vulnerability in Hyper-V Could Allow Denial of Service |
1.1, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in Windows Netlogon Service Could Allow Denial of Service |
1.1, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in Consent User Interface Could Allow Elevation of Privilege |
1.1, 2.2 |
Feb 15 2011 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in Windows Address Book Could Allow Remote Code Execution |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in Microsoft Windows Could Allow Remote Code Execution |
2.2 |
Feb 15 2011 |
||
|
Vulnerability in Task Scheduler Could Allow Elevation of Privilege |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerabilities in the OpenType Font (OTF) Driver Could Allow Remote Code Execution |
1.10, 2.2 |
Feb 15 2011 |
||
|
Cumulative Security Update for Internet Explorer |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerability in ASP.NET Could Allow Information Disclosure |
1.10, 2.2 |
Feb 15 2011 |
||
|
Vulnerabilities in SChannel could allow Denial of Service |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in COM validation in Windows Shell and Wordpad could allow remote code execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in Windows Media Player Could Allow Remote Code Execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in Windows Common Control Library Could Allow Remote Code Execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in .NET Framework Could Allow Remote Code Execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in the Embedded OpenType Font Engine Could Allow Remote Code Execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in Microsoft Foundation Classes Could Allow Remote Code Execution |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.9, 2.1 |
Dec 13 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.9, 2.1 |
Dec 13 2010 |
||
|
Vulnerability in ASP.NET could allow information disclosure |
2.0 |
Nov 22 2010 |
||
|
Vulnerability in Windows Client/Server Run-time Subsystem Could Allow Elevation of Privilege |
1.8, 2.0 |
Nov 7 2010 |
||
|
Vulnerability in Local Security Authority Subsystem Service Could Allow Elevation of Privilege |
1.8, 2.0 |
Nov 7 2010 |
||
|
Vulnerabilities in Microsoft Internet Information Services (IIS) Could Allow Remote Code Execution |
1.8, 2.0 |
Nov 7 2010 |
||
|
Vulnerability in Unicode Scripts Processor Could Lead to Remote Code Execution |
1.8 |
Nov 7 2010 |
||
|
Vulnerability in ASP.NET Could Allow Information Disclosure |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in the Microsoft .NET Common Language Runtime and in Microsoft Silverlight Could Allow Remote Code Execution |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in the Tracing Feature for Services Could Allow an Elevation of Privilege |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in TCP/IP could cause Elevation of Privilege |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in SMB Server Could Allow Remote Code Execution |
1.7 |
Oct 1 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.7 |
Oct 1 2010 |
||
|
Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in SChannel could allow Remote Code Execution |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Elevation of Privilege |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in Windows Kernel could allow Elevation of Privilege |
1.7 |
Oct 1 2010 |
||
|
Vulnerabilities in the Microsoft .NET Framework Could Allow Tampering |
1.6 |
Sep 1 2010 |
||
|
Vulnerability in Internet Information Services could allow Remote Code Execution |
1.6 |
Sep 1 2010 |
||
|
Vulnerability in the OpenType Compact Font Format (CFF) Driver Could Allow Elevation of Privilege |
1.6 |
Sep 1 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.6 |
Sep 1 2010 |
||
|
Cumulative Security Update of ActiveX Kill Bits |
1.6 |
Sep 1 2010 |
||
|
Vulnerabilities in Media Decompression Could Allow Remote Code Execution |
1.6 |
Sep 1 2010 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.6 |
Sep 1 2010 |
||
|
Vulnerability in Microsoft Visual Basic for Applications Could Allow Remote Code Execution |
1.5 |
Jul 20 2010 |
||
|
Vulnerability in Outlook Express and Windows Mail Could Allow Remote Code Execution |
1.5 |
Jul 20 2010 |
||
|
Component Could Lead to Denial of Service |
1.4 |
Jun 17 2010 |
||
|
Vulnerability in Microsoft MPEG Layer-3 Codec Could Cause Remote Code Execution |
1.4 |
Jun 17 2010 |
||
|
Vulnerabilities in Microsoft Exchange and Windows SMTP Service could allow Denial of Service |
1.4 |
Jun 17 2010 |
||
|
Vulnerability in VBScript Could Allow Remote Code Execution |
1.4 |
Jun 17 2010 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
1.4 |
Jun 17 2010 |
||
|
Vulnerabilities in SMB Client Could Allow Remote Code Execution |
1.4 |
Jun 17 2010 |
||
|
Vulnerabilities in Windows Could Allow Remote Code Execution |
1.4 |
Jun 17 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.3 |
Apr 30 2010 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
1.2 |
Apr 5 2010 |
||
|
Vulnerability in Microsoft DirectShow Could Allow Remote Code Execution |
1.2 |
Apr 5 2010 |
||
|
Vulnerabilities in SMB Server Could Allow Remote Code Execution |
1.2 |
Apr 5 2010 |
||
|
Vulnerability in Windows Server 2008 Hyper-V Could Allow Denial of Service |
1.2 |
Apr 5 2010 |
||
|
Vulnerabilities in Windows TCP/IP Could Allow Remote Code Execution |
1.2 |
Apr 5 2010 |
||
|
Cumulative Security Update of ActiveX Kill Bits |
1.2 |
Apr 5 2010 |
||
|
Vulnerabilities in SMB Client Could Allow Remote Code Execution |
1.2 |
Apr 5 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.2 |
Apr 5 2010 |
||
|
Cumulative Security Update for Internet Explorer |
1.1 |
Jan 30 2010 |
||
|
"Date and Time" window of Control Panel will incorrectly display an error message. |
1.1 |
Jan 30 2010 |
||
|
Vulnerabilities in Internet Authentication Service Could Allow Remote Code Execution |
1.1 |
Jan 30 2010 |
||
|
Cumulative time zone update for Microsoft Windows operating systems |
1.1 |
Jan 30 2010 |
||
|
Vulnerabilities in Windows Kernel-Mode Drivers Could Allow Remote Code Execution |
1.1 |
Jan 30 2010 |
||
|
HTTP changes to go with 968389 |
1.1 |
Jan 30 2010 |
||
|
WinHttp changes to go with 968389 |
1.1 |
Jan 30 2010 |
||
|
Vulnerability in Web Services on Devices API Could Allow Remote Code Execution |
1.1 |
Jan 30 2010 |
||
|
XHTML parsing failure |
1.1 |
Jan 30 2010 |
||
|
IIS changes to go with 968389 |
1.1 |
Jan 30 2010 |
||
|
Vulnerabilities in GDI+ Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerability in the .NET Common Language Runtime can allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in Microsoft Active Template Library (ATL) ActiveX Controls for Microsoft Office Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerability in Local Security Authority Subsystem Service Could Allow Denial of Service |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in Windows Kernel Could Allow Elevation of Privilege |
1.0 |
Dec 7 2009 |
||
|
Vulnerability in Indexing Service Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in Windows CryptoAPI Could Allow Spoofing |
1.0 |
Dec 7 2009 |
||
|
Cumulative Security Update of ActiveX Kill Bit |
1.0 |
Dec 7 2009 |
||
|
Cumulative Security Update for Internet Explorer |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in FTP Service for Internet Information Services Could Cause Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerability in Windows Media Player Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in Windows Media Runtime Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
||
|
Vulnerabilities in SMBv2 Could Allow Remote Code Execution |
1.0 |
Dec 7 2009 |
See Also
Important
Warning