CVE-2026-54112
Analyzed Analyzed - Analysis Complete

Race Condition in Windows Win32K Elevates Privileges

Vulnerability report for CVE-2026-54112, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-15

Assigner: Microsoft Corporation

Description

Concurrent execution using shared resource with improper synchronization ('race condition') in Windows Win32K allows an authorized attacker to elevate privileges locally.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-15
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 17 associated CPEs
Vendor Product Version / Range
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_10_1809 to 10.0.17763.9020 (exc)
microsoft windows_server_2019 to 10.0.17763.9020 (exc)
microsoft windows_server_2022 to 10.0.20348.5386 (exc)
microsoft windows_server_2025 to 10.0.26100.33158 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_26h1 to 10.0.28000.2525 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_11_24h2 to 10.0.26100.8875 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_21h2 to 10.0.19044.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_10_22h2 to 10.0.19045.7548 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)
microsoft windows_11_25h2 to 10.0.26200.8875 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
CWE-362 The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-54112 is a race condition vulnerability in the Windows Win32K component. A race condition occurs when multiple processes or threads access a shared resource without proper synchronization, leading to unpredictable behavior.

In this case, the vulnerability allows an authorized attacker with local access to exploit the improper synchronization in Win32K. This could enable the attacker to elevate their privileges on the affected system, gaining higher-level permissions than originally granted.

Detection Guidance

This vulnerability is a local privilege escalation issue in Windows Win32K. Detection typically requires analyzing system logs for unusual privilege changes or monitoring for race condition exploits. Use Windows Event Viewer to check for Event ID 4688 (new process creation) and Event ID 4672 (special privileges assigned).

Commands to check for suspicious activity: 'wevtutil qe Security /q:*[System[(EventID=4688)]]' and 'wevtutil qe Security /q:*[System[(EventID=4672)]]'. Ensure all Windows systems are updated with the latest patches.

Impact Analysis

If exploited, this vulnerability could have the following impacts:

  • An attacker with local access to your system could gain elevated privileges, such as administrative or SYSTEM-level access.
  • With elevated privileges, the attacker could execute arbitrary code, install malware, or modify system configurations.
  • This could lead to unauthorized access to sensitive data, disruption of system operations, or further compromise of the affected system.

The vulnerability requires local access, meaning the attacker must already have some level of access to the system to exploit it.

Compliance Impact

This vulnerability could impact compliance with common standards and regulations in the following ways:

  • GDPR: If the affected system processes personal data of EU citizens, unauthorized access or privilege escalation could lead to a data breach. GDPR requires organizations to implement appropriate security measures to protect personal data, and failure to patch this vulnerability could be seen as a violation of these requirements.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability could result in unauthorized access to sensitive patient data. HIPAA mandates safeguards to ensure the confidentiality, integrity, and availability of PHI, and exploitation of this vulnerability could constitute a breach of these safeguards.
  • Other standards (e.g., ISO 27001, NIST): Many compliance frameworks require organizations to maintain secure systems and address vulnerabilities promptly. Failure to mitigate this vulnerability could result in non-compliance with these standards.

Organizations should assess their exposure to this vulnerability and apply patches or mitigations to maintain compliance with relevant regulations.

Mitigation Strategies

Apply the security update provided by Microsoft to address CVE-2026-54112. This update will patch the race condition in Windows Win32K that allows privilege escalation.

  • Visit the Microsoft Security Response Center (MSRC) update guide for CVE-2026-54112 to download and install the latest patch.
  • Ensure all Windows systems are updated to the latest version to prevent exploitation of this vulnerability.
  • Monitor Microsoft's official communications for any additional guidance or updates related to this CVE.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54112. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart