Severity by source
AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
1DescriptionCVE.org
Concurrent execution using shared resource with improper synchronization ('race condition') in UI Automation Manager (uiamanager.dll) allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in Microsoft Windows UI Automation Manager (uiamanager.dll) enables authenticated low-privileged users to gain higher privileges by exploiting a race condition in concurrent resource access. The flaw was reported by Microsoft's own security team (secure@microsoft.com) and has no public exploit identified at time of analysis, though the CVSS 7.0 score reflects high impact on confidentiality, integrity, and availability once successfully triggered.
Technical ContextAI
The vulnerability resides in uiamanager.dll, the Windows UI Automation framework component that provides programmatic access to UI elements for assistive technologies and automation tooling. The root cause is CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization), commonly known as a race condition or TOCTOU-class flaw - multiple threads access a shared resource without adequate locking, creating a window where state can be manipulated between check and use. UI Automation runs with elevated trust to bridge user-mode applications and accessibility services, making any synchronization gap in its manager component a viable path to privilege escalation. The vendor-applied 'Information Disclosure' tag alongside 'Race Condition' suggests the race may also leak data across security boundaries during the exploitation window.
RemediationAI
Patch availability is indicated by the MSRC advisory linked at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-45597; consult that page for the exact KB/cumulative update applicable to each Windows version and deploy via Windows Update, WSUS, or your standard patch management pipeline. No specific fix version is enumerated in the supplied data, so verify the patched build numbers against MSRC before deployment. As compensating controls until patching is complete, restrict interactive and remote logon rights on sensitive hosts so untrusted low-privileged accounts cannot reach the local attack surface, monitor for unexpected processes interacting with UI Automation APIs (UIAutomationCore/uiamanager) from non-accessibility contexts, and consider application allowlisting (WDAC/AppLocker) to block unsigned binaries from being introduced by low-privileged users - these reduce the pool of attackers who could attempt the race but do not eliminate the flaw and will not stop a legitimate signed binary abusing the API.
More in Windows 11 23h2
View allInternet Shortcut Files Security Feature Bypass Vulnerability. Rated high severity (CVSS 8.1), this vulnerability is rem
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker
Windows Kernel Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is low attack co
Active Directory Domain Services contains an elevation of privilege vulnerability that allows authenticated domain users
Windows Kernel-Mode Driver Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is l
Windows MSHTML Platform Spoofing Vulnerability. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitab
Microsoft Scripting Engine contains a type confusion vulnerability allowing unauthorized remote code execution over the
Windows Task Scheduler Elevation of Privilege Vulnerability. Rated high severity (CVSS 8.8), this vulnerability is low a
Windows SmartScreen Security Feature Bypass Vulnerability. Rated high severity (CVSS 7.6), this vulnerability is remotel
A security feature bypass in Microsoft Management Console (MMC) allows attackers to evade security warnings and execute
Same weakness CWE-362 – Race Condition
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35555
GHSA-h494-x7p4-qcw3