1. Home
  2. Security Hardening
  3. DISA Windows Server 2012 And 2012 R2 DC STIG V3R3
  4. WN12-00-000160 – The Server Message Block (SMB) v1 protocol must be disabled on Windows 2012 R2.

WN12-00-000160 – The Server Message Block (SMB) v1 protocol must be disabled on Windows 2012 R2.

Details

SMBv1 is a legacy protocol that uses the MD5 algorithm as part of SMB. MD5 is known to be vulnerable to a number of attacks such as collision and preimage attacks as well as not being FIPS compliant.

Disabling SMBv1 support may prevent access to file or print sharing resources with systems or devices that only support SMBv1. File shares and print services hosted on Windows Server 2003 are an example, however Windows Server 2003 is no longer a supported operating system. Some older network attached devices may only support SMBv1.

Solution

Run ‘Windows PowerShell’ with elevated privileges (run as administrator).
Enter the following:
Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol

Alternately:
Search for ‘Features’.
Select ‘Turn Windows features on or off’.
De-select ‘SMB 1.0/CIFS File Sharing Support’.

The system must be restarted for the changes to take effect.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Windows.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles