Severity by source
AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Local privilege escalation needs an existing low-priv account (AV:L, PR:L) with no user interaction and low complexity, yielding full CIA impact within an unchanged scope.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Null pointer dereference in Windows Image Acquisition allows an authorized attacker to elevate privileges locally.
AnalysisAI
Local privilege escalation in Windows Image Acquisition (WIA) affects Windows 11 (24H2, 25H2, 26H1) and Windows Server 2025, where a NULL pointer dereference can be leveraged by an already-authenticated local user to elevate privileges. Microsoft rates it 7.8 (High) with full confidentiality, integrity, and availability impact despite the flaw class typically causing denial of service. There is no public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
Windows Image Acquisition (WIA) is the built-in Windows service and driver framework (wiaservc/wiarpc) that mediates access to scanners, cameras, and other imaging devices for user-mode applications. The root cause is CWE-476 (NULL Pointer Dereference): code paths in the WIA component dereference a pointer that can be NULL - typically the result of an unchecked allocation or a missing validation of a caller-controlled or state-dependent object before use. While a NULL dereference in kernel or privileged service context classically produces a crash (denial of service, reflected in the vendor tags), Microsoft's CVSS characterizes this as an elevation-of-privilege primitive, implying the condition is reachable in a manner that grants execution or object control in a higher-privileged context rather than merely faulting. The affected CPEs are application-level entries for Windows 11 versions 24H2/25H2/26H1, Windows Server 2025, and its Server Core installation.
RemediationAI
Apply the Microsoft security update for CVE-2026-50315 via the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-50315; patch availability is confirmed by the vendor, though an exact fixed build/KB number was not provided in the input and should be taken from the MSRC page for each affected release (Windows 11 24H2/25H2/26H1, Windows Server 2025 and Server Core). Because exploitation requires an existing local low-privileged foothold, interim compensating controls focus on limiting local access: restrict interactive and remote-desktop logon rights to trusted accounts, enforce least privilege so standard users cannot run untrusted code, and - where imaging hardware is not needed (common on servers) - disable or set the Windows Image Acquisition (stisvc) service to prevent the vulnerable component from being invoked, accepting the trade-off that scanner/camera acquisition functionality will be lost. Monitor for unexpected WIA service crashes as a possible exploitation or DoS indicator.
More in Windows 11 Version 24H2
View allRemote code execution in Windows IKE Extension (Internet Key Exchange) via double free memory corruption allows unauthen
Windows Shell protection mechanism failure (CVE-2026-32202) allows remote attackers to perform spoofing attacks over a n
Local privilege escalation in the Microsoft Windows Kernel allows an unauthorized attacker to gain elevated (SYSTEM-leve
Local privilege escalation in the Windows Kernel lets an already-authenticated attacker corrupt kernel memory via a use-
Local code execution in the Windows DHCP Client service stems from a use-after-free (CWE-416) memory-corruption flaw aff
Local privilege escalation in the Microsoft Windows Kernel allows an already-authenticated attacker to elevate to SYSTEM
Local code execution in the Windows Media component of supported Windows 10, Windows 11, and Windows Server (2016 throug
Local privilege escalation via heap-based buffer overflow in the Windows Message Queuing (MSMQ) Queue Manager component
Local privilege escalation in Microsoft Windows Win32K lets an authenticated low-privileged user corrupt kernel heap mem
Local privilege escalation in the Windows NTFS file system driver lets an authenticated low-privileged user win a race c
Elevation of privilege in the Windows Hyper-V virtual network switch (VMSwitch) lets an authenticated attacker operating
Remote code execution in Microsoft Windows Remote Desktop (RDP) allows an unauthorized network attacker to run arbitrary
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43882
GHSA-w9g3-hj99-cjrw