CVE-2025-21235

7.8 HIGH

📋 TL;DR

This vulnerability in Windows PrintWorkflowUserSvc allows attackers to elevate privileges from a standard user account to SYSTEM-level access. It affects Windows systems with the print workflow service enabled. Attackers need local access to exploit this vulnerability.

💻 Affected Systems

Products:
  • Windows
Versions: Windows 10, Windows 11, Windows Server 2019, Windows Server 2022
Operating Systems: Windows
Default Config Vulnerable: ⚠️ Yes
Notes: Systems with PrintWorkflowUserSvc service enabled are vulnerable. This service is typically enabled by default on workstations.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise with SYSTEM privileges, enabling installation of malware, data theft, and persistence mechanisms.

🟠

Likely Case

Local privilege escalation allowing attackers to bypass security controls, install unauthorized software, or access restricted resources.

🟢

If Mitigated

Limited impact if proper access controls, least privilege principles, and network segmentation are implemented.

🌐 Internet-Facing: LOW - Requires local access to exploit, not directly exploitable over the internet.
🏢 Internal Only: HIGH - Significant risk for internal networks where attackers could gain initial access through phishing or other means.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires local access and user-level privileges to initiate exploitation. No public exploit code available at this time.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Apply the latest Windows security updates from Microsoft

Vendor Advisory: https://msrc.microsoft.com/update-guide/vulnerability/CVE-2025-21235

Restart Required: No

Instructions:

1. Open Windows Update settings. 2. Click 'Check for updates'. 3. Install all available security updates. 4. Verify installation in Update history.

🔧 Temporary Workarounds

Disable PrintWorkflowUserSvc service

Windows

Disables the vulnerable service to prevent exploitation

sc stop PrintWorkflowUserSvc
sc config PrintWorkflowUserSvc start= disabled

🧯 If You Can't Patch

  • Implement strict access controls and least privilege principles
  • Monitor for suspicious activity related to print services and privilege escalation

🔍 How to Verify

Check if Vulnerable:

Check if PrintWorkflowUserSvc service is running: sc query PrintWorkflowUserSvc

Check Version:

winver

Verify Fix Applied:

Verify Windows Update history contains the latest security patches

📡 Detection & Monitoring

Log Indicators:

  • Event ID 4688 with PrintWorkflowUserSvc parent process
  • Unusual privilege escalation events
  • Suspicious service manipulation

Network Indicators:

  • Unusual outbound connections from systems after local access

SIEM Query:

EventID=4688 AND (ProcessName="PrintWorkflowUserSvc.exe" OR ParentProcessName="PrintWorkflowUserSvc.exe")

🔗 References

📤 Share & Export