Home Microsoft CVE-2017-8759
CRITICAL: THIS VULNERABILITY IS ACTIVELY BEING EXPLOITED IN THE WILD (CISA KEV CATALOG)
Back to Microsoft

CVE-2017-8759

Exploited

Microsoft .NET Framework - .NET Framework Runtime

Microsoft CVSS 7.8 Updated April 30, 2026

Executive Risk Summary

"A remote code execution vulnerability exists in Microsoft .NET Framework, allowing an attacker to execute code remotely via a malicious document or application. This vulnerability affects various versions of .NET Framework, including 2.0, 3.5, 3.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, and 4.7."

Anticipated Attack Path

  1. 1. Initial Exploitation: Attacker sends a malicious document or application to the victim
  2. 2. Privilege Escalation: Exploited code executes with elevated privileges
  3. 3. Lateral Movement: Attacker gains access to sensitive data and systems

Am I Vulnerable?

  • Verify .NET Framework version and patch level
  • Monitor system logs for suspicious activity
  • Implement additional security controls, such as application whitelisting and network segmentation

Operational Audit Arsenal

Target Type Process
Target Asset clr.dll
Standard Path C:\Windows\Microsoft.NET\Framework\v4.0.30319
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: clr.dll (Process)
$Targets = 'clr.dll'
$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

Potential disruption to .NET Framework-dependent applications

Internal Work Notes

CVE-2017-8759: .NET Framework Remote Code Execution Vulnerability - Apply latest security patches and verify system configuration to prevent exploitation.

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.