If you happen to encounter the CredSSP Encryption Oracle Remediation on Windows Server 2016 and 2022, fret not. This post offers you two tested solutions to address the issue.
I’m trying to make a remote desktop (RDP) connection to the server from the local client (Windows Server 2016) and only receive the following error message. It says that this is an authentication error and could be due to CredSSP encryption oracle remediation. What does this mean and how can I solve it?”
- Question from Server Fault
The Server 2016 CredSSP encryption oracle remediation is a security feature introduced by Microsoft to address a vulnerability in the Credential Security Support Provider (CredSSP) protocol. This vulnerability, identified as CVE-2018-0886, could potentially allow an attacker to execute remote code on a target system through a man-in-the-middle (MITM) attack.
The CredSSP protocol is used in Windows operating systems to enable secure authentication and communication in various scenarios, including Remote Desktop Protocol (RDP) and Windows Remote Management (WinRM). The vulnerability arises from the way CredSSP handles authentication requests during the initial connection setup.
Here's a simplified explanation of what causes the CredSSP encryption oracle remediation:
Here in this part, we provide you with two solutions to fix CredSSP encryption oracle remediation on Windows Server 2016 and 2022.
To fix CredSSP encryption oracle remediation RDP on Windows Server 2016 and 2022, install CredSSP updates on both the client and server. This ensures a secure establishment of Remote Desktop Protocol (RDP).
Step 1. Log in to the Azure portal, go to "Virtual Machine," and select your VM.
Step 2. Scroll down to the Help section, click on "Serial console."
Step 3. Type "cmd" to open a CMD instance.
Step 4. Type "ch -si 1" to switch to the CMD channel.
Step 5. Press Enter, enter your admin login credentials.
Step 6. After login, the CMD instance opens for troubleshooting.
Step 7. Type "PowerShell" to initiate it.
Step 8. Execute the Serial console script for your VM's OS. This script downloads and installs an update, addressing the issue, and restarts the VM.
If applying the CredSSP update is not possible, or if it's not an immediate option, you can temporarily configure the Group Policy setting.
Step 1. On the client, press Win + R to open the Run dialog box. Then type in “gpedit.msc” and press OK.
Step 2. Navigate here: Computer Configuration > Administrative Templates > System > Credentials Delegation. Then find Encryption Oracle Remediation policy on the right pane.
Step 3. Double-click it to edit it. Change it to Enabled, and then change Protection Level to Vulnerable.
Another temporary solution to bypass the "This could be due to CredSSP encryption oracle remediation" error is to modify the "AllowEncryptionOracle" registry value to 2 (Vulnerable).
Step 1. Click Start, find Windows System, and expand it. Right-click Command Prompt, select More, and click Run as administrator.
Step 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
If you've encountered the CredSSP encryption oracle remediation error and are looking for a reliable Remote Desktop alternative, AnyViewer is a great option. It is one of the best free remote desktop software that provides a secure and efficient way to remotely access and control your computer or another person's computer.
Here are some security measures taken by AnyViewer:
Step 1. Download, install, and launch AnyViewer on both devices.
Step 2. Go to Log in, and then click Sign up. (If you already have signed up on its official website, you can log in directly.)
Step 3. Then you can see you successfully logged in to AnyViewer. Your device will automatically be assigned to the account you've logged in to. Log in to the same AnyViewer account on another computer.
Step 4. On the local device, choose the remote computer and then click One-click control to achieve unattended remote access.
This post outlines three methods to address the Remote Desktop CredSSP encryption oracle remediation on Server 2016 and 2022. Alternatively, you can avoid authentication errors by opting for an RDP alternative, such as AnyViewer. For free, user-friendly, and reliable remote desktop software, consider giving it a try.