Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-58543

CVE-2026-58543: Windows 11 24h2 Privilege Escalation Flaw

CVE-2026-58543 is a privilege escalation vulnerability in Windows 11 24h2 USB Print Driver caused by a race condition. Attackers with physical access can elevate privileges. This article covers technical details, impact, and mitigation.

Published:

CVE-2026-58543 Overview

CVE-2026-58543 is a race condition vulnerability in the Windows USB Print Driver. The flaw allows an authorized local attacker with physical access to elevate privileges on affected systems. The issue stems from concurrent execution using a shared resource without proper synchronization [CWE-362].

Microsoft has confirmed the vulnerability affects multiple current Windows client and server releases, including Windows 11 24H2, 25H2, 26H1, and Windows Server 2025. Successful exploitation yields high impact to confidentiality, integrity, and availability. Because the attack requires physical presence and high complexity, real-world exploitation is constrained but plausible in shared or unattended environments.

Critical Impact

An authenticated attacker with physical access to a vulnerable Windows endpoint can win a race condition in the USB Print Driver to gain elevated privileges on the host.

Affected Products

  • Microsoft Windows 11 24H2 (x64, ARM64)
  • Microsoft Windows 11 25H2 (x64, ARM64)
  • Microsoft Windows 11 26H1 (x64, ARM64)
  • Microsoft Windows Server 2025 (x64)

Discovery Timeline

  • 2026-07-14 - CVE-2026-58543 published to the National Vulnerability Database
  • 2026-07-16 - Last updated in NVD database

Technical Details for CVE-2026-58543

Vulnerability Analysis

The vulnerability resides in the Windows USB Print Driver, a kernel-mode component that mediates communication between user-mode print clients and USB-connected printers. The driver manages shared data structures used during device enumeration, print job routing, and resource allocation. When multiple threads access these structures without proper locking, an attacker can manipulate driver state during a narrow timing window.

By repeatedly triggering USB print operations while inducing device state changes, an attacker can cause the driver to operate on stale or attacker-influenced data. This creates the conditions for privilege escalation from a standard authorized user context to SYSTEM.

Root Cause

The root cause is improper synchronization of a shared resource within the USB Print Driver, classified under [CWE-362]. Two or more execution paths access the same object without adequate mutual exclusion. An attacker who wins the race can alter the object between validation and use, breaking the driver's internal safety assumptions.

Attack Vector

Exploitation requires physical proximity to the target system and a valid low-privilege account. The attacker connects a controlled USB device that emulates a printer and issues carefully timed print or configuration requests. Racing driver operations against USB event handling allows corruption of driver state and subsequent execution of attacker-controlled logic in a privileged context.

No verified public exploit code is available for CVE-2026-58543. Technical details are described in prose. Refer to the Microsoft Security Update CVE-2026-58543 advisory for authoritative guidance.

Detection Methods for CVE-2026-58543

Indicators of Compromise

  • Unexpected installation or repeated re-enumeration of USB printer devices on endpoints without authorized print peripherals.
  • Creation of new privileged processes or services shortly after USB print device connection events.
  • Anomalous crashes or bugchecks referencing usbprint.sys or related print subsystem drivers.

Detection Strategies

  • Correlate Windows PnP and USB device connection events (Event IDs 20001, 20003) with subsequent token elevation or process creation events (Event ID 4688).
  • Monitor for kernel driver faults referencing the USB print stack in the Windows Event Log System channel.
  • Baseline expected USB printer inventory per host and alert on deviations, particularly on servers and kiosks where printers are uncommon.

Monitoring Recommendations

  • Enable detailed audit policies for process creation, driver loads, and PnP device events on Windows 11 24H2/25H2/26H1 and Windows Server 2025 hosts.
  • Forward USB and driver-related telemetry to a centralized SIEM or data lake for retrospective hunting against physical-access attack patterns.
  • Prioritize monitoring on high-risk endpoints such as shared workstations, conference room systems, and physically accessible servers.

How to Mitigate CVE-2026-58543

Immediate Actions Required

  • Apply the Microsoft security update referenced in the MSRC advisory for CVE-2026-58543 to all affected Windows 11 and Windows Server 2025 systems.
  • Inventory physically accessible endpoints and prioritize patching for kiosks, shared desktops, and lab systems.
  • Restrict interactive logon rights on servers running Windows Server 2025 to reduce the pool of users who could stage a physical attack.

Patch Information

Microsoft has released fixes for CVE-2026-58543 as part of its security update guide. Consult the Microsoft Security Update CVE-2026-58543 page for the specific KB articles and build numbers applicable to each affected release, including Windows 11 24H2, 25H2, 26H1, and Windows Server 2025 on both x64 and ARM64 where applicable.

Workarounds

  • Disable or block the USB Print Driver on systems that do not require USB printing, using Group Policy device installation restrictions.
  • Enforce USB port control policies to prevent connection of unauthorized USB devices, particularly on high-value or physically exposed endpoints.
  • Physically secure endpoints and server consoles to limit opportunities for an attacker to attach malicious USB hardware.
bash
# Example: Block installation of USB printer class devices via Group Policy setting reference
# Computer Configuration > Administrative Templates > System > Device Installation >
#   Device Installation Restrictions > Prevent installation of devices using drivers that match these device setup classes
# Add the Printer setup class GUID: {4d36e979-e325-11ce-bfc1-08002be10318}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.