Executive Risk Summary
"A vulnerability in Windows Mail and Windows Meeting Space allows local users to gain privileges via a Trojan horse DLL in the current working directory. This vulnerability can be exploited by placing a malicious DLL in a directory that contains a .eml or .wcinv file."
Anticipated Attack Path
- 1. An attacker places a malicious DLL in the current working directory
- 2. The attacker creates a .eml or .wcinv file in the same directory
- 3. Windows Mail or Windows Meeting Space loads the malicious DLL, allowing the attacker to execute arbitrary code
Am I Vulnerable?
- Verify that the system is running Windows Vista SP2, Windows Server 2008 SP2, R2, or R2 SP1, or Windows 7 Gold or SP1
- Check for the presence of a malicious DLL in directories containing .eml or .wcinv files
- Apply the patch from MS11-085 to fix the vulnerability
Operational Audit Arsenal
Target Type Process
Target Asset winmail.exe
Standard Path C:\Program Files\Windows Mail
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: winmail.exe (Process)
$Targets = 'winmail.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 Windows Mail or Windows Meeting Space
Internal Work Notes
Apply MS11-085 patch to fix Windows Mail and Windows Meeting Space insecure library loading vulnerability
Technical Intelligence & Operational Utilities • Delivered Weekly
Intelligence Sources
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2011/ms11-085
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14028
MSRC Advisoryhttps://docs.microsoft.com/en-us/security-updates/securitybulletins/2011/ms11-085
Official Advisoryhttps://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A14028
Related Microsoft Threats
Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.