MS08-068: Vulnerability in SMB could allow remote code execution

Applies To
Windows Server 2008 Datacenter without Hyper-V Windows Server 2008 Enterprise without Hyper-V Windows Server 2008 for Itanium-Based Systems Windows Server 2008 Standard without Hyper-V Windows Server 2008 Datacenter Windows Server 2008 Enterprise Windows Server 2008 Standard Windows Server 2008 Web Edition Windows Vista Business Windows Vista Enterprise Windows Vista Home Basic Windows Vista Home Premium Windows Vista Starter Windows Vista Ultimate Windows Vista Enterprise 64-bit Edition Windows Vista Home Basic 64-bit Edition Windows Vista Home Premium 64-bit Edition Windows Vista Ultimate 64-bit Edition Windows Vista Business 64-bit Edition Windows Vista Business Windows Vista Enterprise Windows Vista Home Basic Windows Vista Home Premium Windows Vista Starter Windows Vista Ultimate Windows Vista Enterprise 64-bit Edition Windows Vista Home Basic 64-bit Edition Windows Vista Home Premium 64-bit Edition Windows Vista Ultimate 64-bit Edition Windows Vista Business 64-bit Edition Microsoft Windows Server 2003 Service Pack 1 Microsoft Windows XP Professional x64 Edition Microsoft Windows Server 2003 Service Pack 2 Microsoft Windows XP Professional x64 Edition Microsoft Windows XP Service Pack 2 Microsoft Windows XP Home Edition Microsoft Windows XP Professional Microsoft Windows XP Service Pack 3 Microsoft Windows XP Home Edition Microsoft Windows XP Professional

Support for Windows Vista Service Pack 1 (SP1) ends on July 12, 2011. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, refer to this Microsoft web page: Support is ending for some versions of Windows.

Important This article contains information that shows you how to help lower security settings or how to turn off security features on a computer. You can make these changes to work around a specific problem. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this workaround in your particular environment. If you implement this workaround, take any appropriate additional steps to help protect the computer.

INTRODUCTION

Microsoft has released security bulletin MS08-068. To view the complete security bulletin, visit one of the following Microsoft Web sites:

How to obtain help and support for this security update

Help installing updates:
Support for Microsoft Update

Security solutions for IT professionals:
TechNet Security Troubleshooting and Support

Help protect your computer that is running Windows from viruses and malware:
Virus Solution and Security Center

Local support according to your country:
International Support

Known issues with this security update

Symptoms

After you apply this security update, applications such as Microsoft SQL Server or Internet Information Services (IIS) may fail when they make local NTLM authentication requests.

Cause

This problem occurs because of the way that NT LAN Manager (NTLM) treats different naming conventions as remote entities instead of as local entities. A local authentication failure might occur when the client calculates and caches the correct response to the NTLM challenge that is sent by the server in local "lsass" memory before the response is sent back to the server. When the server code for NTLM finds the received response in the local "lsass" cache, the code does not honor the authentication request and treats it as a replay attack. This behavior leads to a local authentication failure.

Workaround

 There are two methods to work around this issue. Use one of the following methods, as appropriate for your situation.

Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:

322756 How to back up and restore the registry in Windows

Method 1: Specify host names (the preferred method for NTLM authentication)

To specify the host names that are mapped to the loopback address and can connect to websites on your computer, follow these steps:

  1. Set the DisableStrictNameChecking registry entry to 1. For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:

    281308 Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-based computer may not work with an alias name

  2. Click Start, click Run, type regedit, and then click OK.

  3. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0

  4. Right-click MSV1_0, point to New, and then click Multi-String Value.

  5. Type BackConnectionHostNames, and then press ENTER.

  6. Right-click BackConnectionHostNames, and then click Modify.

  7. In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK.

  8. Exit Registry Editor, and then restart the IISAdmin service.

Method 2: Disable the loopback check (the less-recommended method)

Warning This workaround may make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.

The second method is to disable the loopback check by setting the DisableLoopbackCheck registry entry.

To set the DisableLoopbackCheck registry key, follow these steps:

  1. Set the DisableStrictNameChecking registry entry to 1. For more information about how to do this, click the following article number to view the article in the Microsoft Knowledge Base:

    281308 Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-based computer may not work with an alias name

  2. Click Start, click Run, type regedit, and then click OK.

  3. In Registry Editor, locate and then click the following registry key:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

  4. Right-click Lsa, point to New, and then click DWORD Value.

  5. Type DisableLoopbackCheck, and then press ENTER.

  6. Right-click DisableLoopbackCheck, and then click Modify.

  7. In the Value data box, type 1, and then click OK.

  8. Exit Registry Editor, and then restart your computer.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

896861 You receive error 401.1 when you browse a Web site that uses Integrated Authentication and is hosted on IIS 5.1 or IIS 6

887993 Users experience authentication issues when they access a Web page in IIS 6.0 or query Microsoft SQL Server 2000 after you install Windows Server 2003 Service Pack 1

926642 Error message when you try to access a server locally by using its FQDN or its CNAME alias after you install Windows Server 2003 Service Pack 1: "Access denied" or "No network provider accepted the given network path"

How to disable NTLM reflection protection for a particular SPN

You can disable NTLM reflection protection for a particular Service Principal Name (SPN) that is causing the corresponding authentication to break. To do this, follow these steps on the client computer:

  1. Click Start, click Run, type regedit in the Open box, and then click OK.

  2. Locate and then click the following subkey in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0

  3. On the Edit menu, point to New, and then click Multi-String Value.

  4. Type BackConnectionHostNames for the name of the Multi-String Value, and then press ENTER.

    Note If the BackConnectionHostNames registry entry exists as a REG_DWORD, you must delete the BackConnectionHostNames registry entry.

  5. Right-click BackConnectionHostNames, and then click Modify.

  6. In the Value data box, type the CNAME or the DNS alias that is used for the local shares on the computer, and then click OK.

    Note You must type each host name on a separate line.

  7. Exit Registry Editor, and then restart the computer.

Note You must restart the computer for this change to take effect.

The effect of disabling NTLM reflection protection for a particular SPN

Because NTLM reflection protection is part of the fix for this SMB vulnerability, disabling NTLM reflection protection on an affected system will return the system to a vulnerable state for the particular SPN for which the reflection protection was disabled.

How to re-enable NTLM reflection protection for a particular SPN

To do this, follow these steps on the client computer:

  1. Click Start, click Run, type regedit in the Open box, and then click OK.

  2. Locate and then click the following subkey in the registry:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0

  3. Right-click BackConnectionHostNames, and then click Modify.

  4. In the Value data box, delete the CNAME or the DNS alias that is used for the local shares on the computer, and then click OK.

    Note You must type each host name on a separate line.

  5. Exit Registry Editor, and then restart the computer.

Note You must restart the computer for this change to take effect.

File information

The English (United States) version of this software update installs files that have the attributes that are listed in the following tables. The dates and times for these files are listed in Coordinated Universal Time (UTC). The dates and times for these files on your local computer are displayed in your local time and with your current daylight saving time (DST) bias. Additionally, the dates and times may change when you perform certain operations on the files.

For all supported editions of Microsoft Windows 2000 Service Pack 4

File name File version File size Date Time Platform
Mrxsmb.sys 5.0.2195.7174 416,016 27-Aug-2008 16:29 x86
Msv1_0.dll 5.0.2195.6926 125,200 07-Apr-2005 23:21 x86
Netlogon.dll 5.0.2195.7011 366,864 07-Apr-2005 23:24 x86
Rdbss.sys 5.0.2195.7174 170,800 27-Aug-2008 16:28 x86
Sp3res.dll 5.0.2195.7151 6,276,608 29-Feb-2008 13:26 x86

Windows XP and Windows Server 2003 file information notes

  • The files that apply to a specific milestone (RTM, SPn) and service branch (QFE, GDR) are noted in the "SP requirement" and "Service branch" columns.
  • GDR service branches contain only those fixes that are widely released to address widespread, critical issues. QFE service branches contain hotfixes in addition to widely released fixes.
  • In addition to the files that are listed in these tables, this software update also installs an associated security catalog file (KBnumber.cat) that has a Microsoft digital signature.

For all supported x86-based versions of Windows XP

File name File version File size Date Time Platform SP requirement Service branch
Mrxsmb.sys 5.1.2600.3467 453,632 24-Oct-2008 11:10 x86 SP2 SP2GDR
Mrxsmb.sys 5.1.2600.3467 455,936 24-Oct-2008 11:25 x86 SP2 SP2QFE
Mrxsmb.sys 5.1.2600.5700 455,296 24-Oct-2008 11:21 x86 SP3 SP3GDR
Mrxsmb.sys 5.1.2600.5700 455,936 24-Oct-2008 11:41 x86 SP3 SP3QFE

For all supported x64-based versions of Windows Server 2003 and of Windows XP Professional x64 edition

File name File version File size Date Time Platform SP requirement Service branch
Mrxsmb.sys 5.2.3790.3206 786,944 08-Sep-2008 16:17 x64 SP1 SP1GDR
Mrxsmb.sys 5.2.3790.3206 786,944 08-Sep-2008 16:18 x64 SP1 SP1QFE
Mrxsmb.sys 5.2.3790.4369 786,944 08-Sep-2008 16:24 x64 SP2 SP2GDR
Mrxsmb.sys 5.2.3790.4369 786,944 08-Sep-2008 16:17 x64 SP2 SP2QFE

For all supported x86-based versions of Windows Server 2003

File name File version File size Date Time Platform SP requirement Service branch
Mrxsmb.sys 5.2.3790.3206 437,248 05-Sep-2008 12:43 x86 SP1 SP1GDR
Mrxsmb.sys 5.2.3790.3206 438,272 05-Sep-2008 12:59 x86 SP1 SP1QFE
Mrxsmb.sys 5.2.3790.4369 438,784 05-Sep-2008 15:29 x86 SP2 SP2GDR
Mrxsmb.sys 5.2.3790.4369 438,784 05-Sep-2008 13:42 x86 SP2 SP2QFE

For all supported IA-64-based versions of Windows Server 2003

File name File version File size Date Time Platform SP requirement Service branch
Mrxsmb.sys 5.2.3790.3206 1,170,944 08-Sep-2008 16:17 IA-64 SP1 SP1GDR
Mrxsmb.sys 5.2.3790.3206 1,171,968 08-Sep-2008 16:17 IA-64 SP1 SP1QFE
Mrxsmb.sys 5.2.3790.4369 1,171,968 08-Sep-2008 16:21 IA-64 SP2 SP2GDR
Mrxsmb.sys 5.2.3790.4369 1,172,480 08-Sep-2008 16:17 IA-64 SP2 SP2QFE

Windows Vista and Windows Server 2008 file information notes

  • The files that apply to a specific product, milestone (RTM, SPn), and service branch (LDR, GDR) can be identified by examining the file version numbers as shown in the following table.

    Version Product Milestone Service branch
    6.0.600
    0.16xxx
    Windows Vista RTM GDR
    6.0.600
    0.20xxx
    Windows Vista RTM LDR
    6.0.600
    1.18xxx
    Windows Vista SP1 and Windows Server 2008 SP1 SP1 GDR
    6.0.600
    1.22xxx
    Windows Vista SP1 and Windows Server 2008 SP1 SP1 LDR
  • Service Pack 1 is integrated into the release version of Windows Server 2008. Therefore, RTM milestone files apply only to Windows Vista. RTM milestone files have a 6.0.0000. xxxxxx version number.

  • GDR service branches contain only those fixes that are widely released to address widespread, critical issues. LDR service branches contain hotfixes in addition to widely released fixes.

  • The MANIFEST files (.manifest) and the MUM files (.mum) that are installed for each environment are listed separately. MUM and MANIFEST files, and the associated security catalog (.cat) files, are critical to maintaining the state of the updated component. The security catalog files (attributes not listed) have a Microsoft digital signature.

For all supported x86-based versions of Windows Server 2008 and of Windows Vista

File name File version File size Date Time Platform
Mrxsmb10.sys 6.0.6000.16738 211,456 26-Aug-2008 01:11 x86
Mrxsmb10.sys 6.0.6000.20904 211,968 27-Aug-2008 00:48 x86
Mrxsmb10.sys 6.0.6001.18130 212,480 27-Aug-2008 01:05 x86
Mrxsmb10.sys 6.0.6001.22252 212,480 27-Aug-2008 00:52 x86

For all supported x64-based versions of Windows Server 2008 and of Windows Vista

File name File version File size Date Time Platform
Mrxsmb10.sys 6.0.6000.16738 271,872 26-Aug-2008 01:37 x64
Mrxsmb10.sys 6.0.6000.20904 271,872 27-Aug-2008 01:08 x64
Mrxsmb10.sys 6.0.6001.18130 272,896 27-Aug-2008 01:26 x64
Mrxsmb10.sys 6.0.6001.22252 272,896 27-Aug-2008 01:25 x64

For all supported IA-64-based versions of Windows Server 2008

File name File version File size Date Time Platform
Mrxsmb10.sys 6.0.6001.18130 655,872 27-Aug-2008 01:05 IA-64
Mrxsmb10.sys 6.0.6001.22252 656,384 27-Aug-2008 01:01 IA-64

Additional file information for Windows Server 2008 and for Windows Vista

Additional files for all supported x86-based versions of Windows Server 2008 and of Windows Vista

File name Package_1_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,748
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_1_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,455
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,911
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,622
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,753
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,460
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_4_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,753
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_4_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,462
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_5_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,753
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_5_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,462
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_6_for_kb957097_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,749
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_6_for_kb957097~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 2,457
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,416
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_0~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,435
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_1_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,357
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_1~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,376
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,691
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,722
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,411
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,431
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,413
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,432
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,415
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,434
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,421
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,440
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,412
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,431
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,420
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,439
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_0_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,410
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_0~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,429
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_bf~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,414
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe~31bf3856ad364e35~x86~~6.0.1.0.mum
File version Not Applicable
File size 1,433
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 3,493
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name X86_0c20904b73abeb2138dfb45b47553d7e_31bf3856ad364e35_6.0.6001.22252_none_64ef4c954b41025e.manifest
File version Not Applicable
File size 701
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name X86_96e9319f58af269cd07de0efd9f2b702_31bf3856ad364e35_6.0.6000.16738_none_fbd48a81eeac34e5.manifest
File version Not Applicable
File size 701
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name X86_b82081a1214ff330fc8bbaed3bc6dcd6_31bf3856ad364e35_6.0.6001.18130_none_3cdce46baf44fc41.manifest
File version Not Applicable
File size 701
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name X86_c03364b959ac2ecb8e84a8778c9bcba5_31bf3856ad364e35_6.0.6000.20904_none_8246b5248ff7dc3f.manifest
File version Not Applicable
File size 701
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.16738_none_86a5e1554e593846.manifest
File version Not Applicable
File size 7,160
Date (UTC) 26-Aug-2008
Time (UTC) 04:17
Platform Not Applicable
File name X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.20904_none_874beea267621c08.manifest
File version Not Applicable
File size 7,160
Date (UTC) 27-Aug-2008
Time (UTC) 03:44
Platform Not Applicable
File name X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_88841dab4b86fe7f.manifest
File version Not Applicable
File size 7,160
Date (UTC) 27-Aug-2008
Time (UTC) 04:31
Platform Not Applicable
File name X86_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_88fa1b3264b308d9.manifest
File version Not Applicable
File size 7,160
Date (UTC) 27-Aug-2008
Time (UTC) 04:15
Platform Not Applicable

Additional files for all supported x64-based versions of Windows Server 2008 and of Windows Vista

File name Amd64_7ad42327a8285cb436f079aab5de390a_31bf3856ad364e35_6.0.6000.20904_none_552afcf5a4a37253.manifest
File version Not Applicable
File size 705
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Amd64_af449dfe147ee908dbdaaef7d8f14825_31bf3856ad364e35_6.0.6001.18130_none_ab42f8a82c48353d.manifest
File version Not Applicable
File size 705
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Amd64_b8d8f2116f9614f96ea03615b78f1630_31bf3856ad364e35_6.0.6000.16738_none_fd8c4d3862b0f875.manifest
File version Not Applicable
File size 705
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Amd64_f1b071c9d0162519c2540329531a8d47_31bf3856ad364e35_6.0.6001.22252_none_08d61f9983de80b3.manifest
File version Not Applicable
File size 705
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.16738_none_e2c47cd906b6a97c.manifest
File version Not Applicable
File size 7,427
Date (UTC) 26-Aug-2008
Time (UTC) 04:46
Platform Not Applicable
File name Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6000.20904_none_e36a8a261fbf8d3e.manifest
File version Not Applicable
File size 7,427
Date (UTC) 27-Aug-2008
Time (UTC) 04:12
Platform Not Applicable
File name Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_e4a2b92f03e46fb5.manifest
File version Not Applicable
File size 7,427
Date (UTC) 27-Aug-2008
Time (UTC) 05:24
Platform Not Applicable
File name Amd64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_e518b6b61d107a0f.manifest
File version Not Applicable
File size 7,427
Date (UTC) 27-Aug-2008
Time (UTC) 05:23
Platform Not Applicable
File name Package_1_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,758
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_1_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,469
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,923
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,638
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,763
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,474
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_4_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,763
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_4_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,476
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_5_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,763
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_5_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,476
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_6_for_kb957097_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,759
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_6_for_kb957097~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 2,471
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,424
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_0~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,443
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,365
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_1~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,384
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,701
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_client~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,732
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,419
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,439
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,421
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,440
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,423
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,442
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,429
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,448
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,420
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,439
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,428
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,447
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_0_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,418
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_0~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,437
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe_bf~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,422
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpe~31bf3856ad364e35~amd64~~6.0.1.0.mum
File version Not Applicable
File size 1,441
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 3,519
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable

Additional files for all supported IA-64-based versions of Windows Server 2008

File name Ia64_26a37aaf2558e76df860da8512ff4cfb_31bf3856ad364e35_6.0.6001.22252_none_e6bfcdbd541872d6.manifest
File version Not Applicable
File size 703
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Ia64_684521406c27e1e46d01fbb9e01ab870_31bf3856ad364e35_6.0.6001.18130_none_58b8113a1d8315e2.manifest
File version Not Applicable
File size 703
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Ia64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.18130_none_8885c1a14b85077b.manifest
File version Not Applicable
File size 7,420
Date (UTC) 27-Aug-2008
Time (UTC) 04:50
Platform Not Applicable
File name Ia64_microsoft-windows-smb10-minirdr_31bf3856ad364e35_6.0.6001.22252_none_88fbbf2864b111d5.manifest
File version Not Applicable
File size 7,420
Date (UTC) 27-Aug-2008
Time (UTC) 05:24
Platform Not Applicable
File name Package_1_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,753
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_1_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 2,462
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,758
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_2_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 2,467
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,758
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_3_for_kb957097~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 2,467
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,415
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_0~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,434
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,416
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_sc~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,436
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,419
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_0~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,438
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,424
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_server~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,444
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,416
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_0~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,435
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv_bf~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,423
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Package_for_kb957097_winpesrv~31bf3856ad364e35~ia64~~6.0.1.0.mum
File version Not Applicable
File size 1,443
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable
File name Update-bf.mum
File version Not Applicable
File size 2,381
Date (UTC) 27-Aug-2008
Time (UTC) 17:32
Platform Not Applicable