How to Fix CredSSP Encryption Oracle Remediation Error RDP on Windows 11

In some cases, you unable to RDP to Virtual Machine and getting this error code: CredSSP Encryption Oracle Remediation.

Symptoms

In this scenario, you receive the following error message:

An authentication error has occurred. The function requested is not supported. Remote computer: <computer name or IP>. This could be due to CredSSP encryption oracle remediation. For more information, see https://go.microsoft.com/fwlink/?linkid=866660.

Cause

This error occurs if you are trying to establish an insecure RDP connection, and the insecure RDP connection is blocked by an Encryption Oracle Remediation policy setting on the server or client. This setting defines how to build an RDP session by using CredSSP, and whether an insecure RDP is allowed.

See the following interoperability matrix for scenarios that are either vulnerable to this exploit or cause operational failures.

Examples

  • The client has the CredSSP update installed, and Encryption Oracle Remediation is set to Mitigated. This client will not RDP to a server that does not have the CredSSP update installed.
  • The server has the CredSSP update installed, and Encryption Oracle Remediation is set to Force updated clients. The server will block any RDP connection from clients that do not have the CredSSP update installed.

Resolution

Microsoft recommends you need to install CredSSP updates for both client and server so that RDP can be established in a secure manner. The issue would be solved automatically. For more information, see CVE-2018-0886 | CredSSP Remote Code Execution Vulnerability

If you cannot update the server system, you can try the following below methods:

Method 1: Allow RDP using Registry

The most common scenario is that the client has the CredSSP update installed, and the Encryption Oracle Remediation policy setting doesn’t allow an insecure RDP connection to a server that does not have the CredSSP update installed.

1. On the client machine, right-click on the Windows Start icon then select Windows Terminal (Admin).

2. Run the following command to add a registry value:

REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\System\CredSSP\Parameters\ /v AllowEncryptionOracle /t REG_DWORD /d 2
 

You can open Registry Editor to verify the registry value is created.

  • rdp, credssp, issue, windows, 11, Encryption Oracle Remediation
  • 1 Users Found This Useful
  • Was this answer helpful?

    Powered by WHMCompleteSolution