Home Microsoft CVE-2011-0029
Back to Microsoft

CVE-2011-0029

Microsoft Remote Desktop Connection - Client

Microsoft CVSS 7.4 Updated April 30, 2026

Executive Risk Summary

"A vulnerability in Microsoft Remote Desktop Connection allows local users to gain privileges via a Trojan horse DLL in the current working directory. This vulnerability affects versions 5.2, 6.0, 6.1, and 7.0 of the client."

Anticipated Attack Path

  1. 1. An attacker places a malicious DLL in the current working directory
  2. 2. The attacker creates a .rdp file in the same directory
  3. 3. The victim opens the .rdp file, triggering the loading of the malicious DLL

Am I Vulnerable?

  • Verify the version of Microsoft Remote Desktop Connection
  • Check for the presence of suspicious DLL files in the current working directory
  • Apply the patch from Microsoft as described in MS11-017

Operational Audit Arsenal

Target Type Process
Target Asset mstsc.exe
Standard Path C:\Windows\System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: mstsc.exe (Process)
$Targets = 'mstsc.exe'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Minimal, but may require restarting the Remote Desktop Connection client

Internal Work Notes

Apply MS11-017 patch to Microsoft Remote Desktop Connection client to prevent local privilege escalation vulnerability

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Microsoft Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.