CVE-2025-55690 Overview
CVE-2025-55690 is a use-after-free vulnerability [CWE-416] in the Windows PrintWorkflowUserSvc service. The flaw allows an authenticated local attacker to elevate privileges on affected Windows 11 and Windows Server 2025 systems. Microsoft published the advisory on October 14, 2025, and the issue affects Windows 11 24H2, Windows 11 25H2, and Windows Server 2025.
Successful exploitation grants an attacker with low-privileged local access the ability to execute code in a higher privilege context. The attack requires no user interaction but does require winning a timing condition, reflected in the high attack complexity rating.
Critical Impact
Local privilege escalation to a higher-privileged security context on affected Windows systems, enabling full compromise of confidentiality, integrity, and availability.
Affected Products
- Microsoft Windows 11 version 24H2
- Microsoft Windows 11 version 25H2
- Microsoft Windows Server 2025
Discovery Timeline
- 2025-10-14 - CVE-2025-55690 published to NVD and Microsoft security advisory released
- 2026-06-17 - Last updated in NVD database
Technical Details for CVE-2025-55690
Vulnerability Analysis
The vulnerability resides in PrintWorkflowUserSvc, the Windows Print Workflow User Service responsible for handling per-user print workflow operations. The service manages object lifetimes across asynchronous print job workflows, and a use-after-free condition arises when memory referencing a workflow object is freed while another code path retains a stale pointer.
An authenticated local attacker who can interact with the service can trigger the dangling reference. Dereferencing the freed object during subsequent operations gives the attacker control over memory that has been reallocated with attacker-influenced content. This primitive can be shaped into arbitrary code execution within the service's security context.
Because PrintWorkflowUserSvc runs with elevated privileges relative to a standard user session, successful exploitation yields local privilege escalation. Windows print services have a recurring history of memory safety issues, and this flaw follows the same pattern of object lifetime mismanagement in COM-based print components.
Root Cause
The root cause is a use-after-free defect [CWE-416] in the print workflow service. Object reference counting or lifetime tracking fails to prevent access to a freed allocation, leaving a dangling pointer that later operations dereference.
Attack Vector
The attack vector is local and requires low-level authenticated access. Exploitation depends on winning a race condition or reliably reallocating the freed memory region with attacker-controlled data, which accounts for the high attack complexity. No user interaction is required. Technical details for exploitation have not been publicly released. See the Microsoft Security Update CVE-2025-55690 for vendor-provided information.
Detection Methods for CVE-2025-55690
Indicators of Compromise
- Unexpected crashes, restarts, or WER (Windows Error Reporting) entries associated with PrintWorkflowUserSvc.dll or the hosting svchost.exe instance.
- Child processes spawned by the print workflow service that do not match normal print job execution patterns.
- New or modified scheduled tasks, services, or persistence artifacts created shortly after print workflow service activity by a low-privileged account.
Detection Strategies
- Monitor process creation events (Windows Event ID 4688 and Sysmon Event ID 1) where the parent is a svchost.exe instance hosting PrintWorkflowUserSvc, and flag non-standard child binaries.
- Correlate service crash events (Event ID 7031, 7034) for PrintWorkflowUserSvc with subsequent privileged process creation on the same host.
- Baseline normal print workflow activity per endpoint and alert on anomalous invocation frequency from standard user contexts.
Monitoring Recommendations
- Ingest Windows Security, System, and Sysmon logs into a centralized platform for correlation across service crashes and privilege changes.
- Track token elevation events (Event ID 4672) that follow print service activity from a low-privileged session.
- Alert on new local administrator group membership, service installations, or driver loads that occur within short intervals after print workflow service errors.
How to Mitigate CVE-2025-55690
Immediate Actions Required
- Apply the October 2025 Microsoft security updates addressing CVE-2025-55690 to all Windows 11 24H2, 25H2, and Windows Server 2025 systems.
- Inventory affected hosts using patch management tooling and prioritize multi-user systems, jump hosts, and terminal servers.
- Restrict interactive and remote local logon rights on servers where the Print Workflow User Service is enabled.
Patch Information
Microsoft released fixes on October 14, 2025. Refer to the Microsoft Security Update CVE-2025-55690 advisory for the specific KB articles and cumulative updates applicable to each affected Windows build. Install the corresponding cumulative update via Windows Update, WSUS, or Microsoft Update Catalog.
Workarounds
- Where printing is not required, disable the PrintWorkflowUserSvc service and the Print Spooler on servers and hardened endpoints to remove the attack surface.
- Apply the principle of least privilege by restricting standard user accounts on multi-tenant systems until patches are deployed.
- Use application control policies to block unexpected binaries from launching under svchost.exe instances hosting print workflow components.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

