Home Microsoft CVE-2025-47972
Back to Microsoft

CVE-2025-47972

Windows 11 - Input Method Editor

Microsoft CVSS 8 Updated March 12, 2026

Executive Risk Summary

"A race condition vulnerability in Microsoft Input Method Editor (IME) allows an authorized attacker to elevate privileges over a network. This vulnerability can be exploited by an attacker to gain elevated access to sensitive data and systems."

Operational Audit Arsenal

Target Type DLL
Target Asset ime.dll
Standard Path %windir%\System32
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: ime.dll (DLL)
$Targets = 'ime.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

Input Method Editor service

Internal Work Notes

CVE-2025-47972: IME elevation of privilege vulnerability, requires patching and reboot

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.