7.10 Ensure AES 128/128 Cipher Suite is Disabled

Information

The AES 128/128 Cipher Suite is not considered secure and therefore should be disabled, if possible.

Rationale:

This item is Scored for the following reasons and should be disabled:

Enabling AES 256/256 is recommended.

This cipher does not suffer from known practical attacks.

Impact:

Warning: Enabling AES 128/128 may be required for client compatibility.

Solution

Perform the following to disable AES 128/128 cipher:

Set the following Registry key to 0.

HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\AES 128/128:Enabled

To disable using PowerShell enter the following command:

(Get-Item 'HKLM:\').OpenSubKey('SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers', $true).CreateSubKey('AES 128/128')

New-ItemProperty -path 'HKLM:\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\AES 128/128' -name 'Enabled' -value '0' -PropertyType 'DWord' -Force | Out-Null

See Also

https://workbench.cisecurity.org/benchmarks/13949

Item Details

Category: ACCESS CONTROL, IDENTIFICATION AND AUTHENTICATION, SYSTEM AND COMMUNICATIONS PROTECTION

References: 800-53|AC-17(2), 800-53|IA-5, 800-53|IA-5(1), 800-53|SC-8, 800-53|SC-8(1), CSCv7|14.4

Plugin: Windows

Control ID: b870bea70858dd284179ecea7fc2ba5df392272a0863e6f47634de7e31d33724