Home Microsoft CVE-2025-49680
Back to Microsoft

CVE-2025-49680

Windows - Windows Performance Recorder

Microsoft CVSS 7.3 Updated March 12, 2026

Executive Risk Summary

"An authorized attacker could exploit the improper link resolution vulnerability in Windows Performance Recorder to deny service locally, potentially causing disruptions to system performance monitoring. This vulnerability requires an attacker to have local access to the system, limiting its impact but still necessitating prompt mitigation."

Operational Audit Arsenal

Target Type Executable
Target Asset Windows Performance Recorder
Standard Path %windir%System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Windows Performance Recorder (Executable)
$Targets = 'Windows Performance Recorder'
$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

Performance monitoring services

Internal Work Notes

CVE-2025-49680: Local Denial of Service vulnerability in Windows Performance Recorder requires patching to prevent service disruption.

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.