Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local EoP needing a low-privileged foothold (AV:L/PR:L), no user interaction, low complexity, yielding SYSTEM with full C/I/A impact on the same host (S:U).
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Use after free in Microsoft Printer Drivers allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in Microsoft Printer Drivers on Windows 11 (24H2, 25H2, 26H1) and Windows Server 2025 allows an authenticated local attacker to gain SYSTEM-level privileges by triggering a use-after-free memory-corruption condition. The flaw grants full confidentiality, integrity, and availability impact (C:H/I:H/A:H) once low-level local access is obtained. Reported by Microsoft with a patch available; there is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The vulnerability resides in the Microsoft Printer Drivers subsystem, the Windows print stack component responsible for rendering and processing print jobs and driver operations within privileged kernel/service context. The root cause is CWE-416 (Use After Free): a memory object is freed but a dangling reference is subsequently dereferenced or reused, allowing an attacker to manipulate freed memory to corrupt control data or execution flow. The CPE data identifies the affected platforms as Windows 11 Version 24H2, 25H2, and 26H1, plus Windows Server 2025 including the Server Core installation. Use-after-free flaws in privileged driver code are a classic vector for elevation of privilege because the printing service typically runs with high privileges, so corrupting its memory can yield code execution in that context.
RemediationAI
Apply the Microsoft security update for CVE-2026-49166; a vendor patch is available per the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-49166, and administrators should deploy the corresponding cumulative update / KB for their specific build of Windows 11 24H2/25H2/26H1 or Windows Server 2025 (patch available per vendor advisory; the exact fixed version was not included in the input and should be read from the MSRC page). Until patching is complete, compensating controls include restricting local interactive and service logon on affected hosts to reduce who can reach the local attack surface, and - on systems that do not require printing - stopping and disabling the Print Spooler service (Set-Service -Name Spooler -StartupType Disabled; Stop-Service Spooler), with the trade-off that this breaks all local and network printing on that host. On print servers where the spooler must remain enabled, limit which users can install and manage printer drivers and monitor the print service for crashes indicative of memory corruption, accepting that this does not fully eliminate the underlying use-after-free.
More in Windows Server 2025
View allWindows 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
Active Directory Domain Services contains an elevation of privilege vulnerability that allows authenticated domain users
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
Remote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Symlink following (CWE-59) in the Windows Update Stack enables a locally authenticated attacker with standard user privi
Local privilege escalation in Microsoft Active Directory Federation Services (AD FS) lets an already-authenticated low-p
A security feature bypass in Microsoft Management Console (MMC) allows attackers to evade security warnings and execute
Privilege escalation in the Windows Ancillary Function Driver for WinSock (afd.sys) allows a locally authenticated attac
Windows CLFS Driver contains an input validation flaw enabling local privilege escalation, yet another CLFS kernel vulne
Windows Ancillary Function Driver for WinSock contains a heap-based buffer overflow enabling local privilege escalation
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43978
GHSA-c624-5cj9-56f8