Remote Desktop Connection error: This could be due to CredSSP encryption oracle remediation.

This forums contains threads about Windows, Linux - Unix, MacOS ...
Post Reply
User avatar
binhminhitc
BMITC Admin
Posts: 19
Joined: 08 May 2018 22:28
Location: Vietnam
Contact:

Overview

With the release of the March 2018 Security bulletin, there was a fix that addressed a CredSSP, “Remote Code Execution” vulnerability (CVE-2018-0886) which could impact RDP connections. The vulnerability was discovered to which the exploits observed were:

Targets receive a malicious RTF Microsoft Office document
After being opened, the malicious document causes the second stage of the exploit to be downloaded in the form of an HTML page with malicious code
The malicious code triggers the use-after-free memory-corruption bug
Accompanying shellcode then downloads and executes a malicious payload

Symptoms

1. The VM screenshot shows the OS fully loaded and waiting for the credentials

2. If you try to RDP the VM either internally or externally, you'll get the message:

An authentication error has occurred.

The function requested is not supported.

This could be due to CredSSP encryption oracle remediation.

For more information, see https://go.microsoft.com/fwlink/?linkid=866660

To discuss further regarding this update please see: General Discussion - Unable to RDP: CredSSP

If the below steps do you help you in resolving your issue please open a new forum post to Azure Virtual Machines

Root Cause Analysis

To resolve a vulnerability issue with Credential Security Support Provider protocol (CredSSP), a monthly Windows update in May was applied which does two things:

1. Correct how Credential Security Support Provider protocol (CredSSP) validates requests during the authentication process

2. Change the group policy Encryption Oracle Remediation default setting from Vulnerable to Mitigated.

This RDP authentication issue can occur if the local client and the remote host have differing Encryption Oracle Remediation settings that define how to build an RDP session with CredSSP. If the server or client have different expectations on the establishment of a secure RDP session the connection could be blocked. There is the possibility that the current default setting could change from the tentative update and therefore impact the expected secure session requirement.

Examples:

1. If the client is updated and you try to RDP to an Azure VM that was not updated, then it will be blocked and see the error message.

2. If the client is not patched while server is updated, RDP can still work. But the session will be exposed to the attack.

3. If both client & server are patched with default setting (Mitigated), RDP will work in a secure way.

References:

CredSSP updates for CVE-2018-0886
https://blogs.technet.microsoft.com/yon ... te-rdp-an- authentication-error-occurred-this-could-be-due-to-credssp-encryption-oracle-remediation/
https://blogs.technet.microsoft.com/ask ... and-raven/

Resolution/ Fix

Ensure both client & server side have latest patch installed so that RDP can be established in a secure way.

You can find the list of the corresponding KB number for each operating system here: https://portal.msrc.microsoft.com/en-us ... -2018-0886

Alternative Work-arounds

Mitigation 1

If you cannot RDP to VMs from your patched client, we can consider changing the policy settings on the client to temporarily gain RDP access to the servers. You can change the settings in Local Group Policy Editor. Execute gpedit.msc and browse to Computer Configuration / Administrative Templates / System / Credentials Delegation in the left pane:

Change the Encryption Oracle Remediation policy to Enabled, and Protection Level to Vulnerable:

Mitigation 2

If it is not possible to access to Local Group Policy Editor on the client (i.e. Windows Home versions), same change can be done through the registry:

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

After that, whether the established RDP session is secure or not depends on whether server is patched. Remember to un-do this when all the servers are patched.
Post Reply