Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
SMB is network-accessible; low-privilege authentication confirmed by 'authorized attacker' wording; availability-only impact with no confidentiality or integrity consequence.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Null pointer dereference in Windows SMB Server allows an authorized attacker to deny service over a network.
AnalysisAI
Null pointer dereference in the Windows SMB Server component allows an authenticated network attacker to crash the service across multiple Windows 10, 11, and Server editions. The CVSS vector (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) confirms network exploitability with low-privilege credentials and complete availability impact, though confidentiality and integrity are unaffected. No public exploit identified at time of analysis; SSVC exploitation status is 'none' and EPSS sits at 0.79%, indicating low active exploitation pressure despite the broad product footprint.
Technical ContextAI
The vulnerability resides in the Windows SMB (Server Message Block) Server implementation, the protocol underpinning Windows file and printer sharing over TCP port 445. CWE-476 (Null Pointer Dereference) identifies the root cause as a failure to validate a pointer before dereferencing it during SMB network request processing - typically triggered when an edge case or malformed packet causes a parsing function to return null, which is subsequently used without a null check, causing an unhandled access violation. CPE data confirms the affected scope spans Windows 10 Version 21H2 and 22H2, Windows 11 Versions 24H2, 25H2, and 26H1, and Windows Server 2022 and 2025 (including Server Core installations). The crash impacts the SMB Server service, disrupting file sharing, authentication, and related Windows networking functions on the target host.
RemediationAI
Apply the Microsoft-released security update documented at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-56168. Fixed build targets per EUVD data are: Windows 10 21H2 - build 10.0.19044.7548 or later; Windows 10 22H2 - build 10.0.19045.7548 or later; Windows 11 24H2 - build 10.0.26100.8875 or later; Windows 11 25H2 - build 10.0.26200.8875 or later; Windows 11 26H1 - build 10.0.28000.2269 or later; Windows Server 2022 - build 10.0.20348.5386 or later; Windows Server 2025 and Server Core - build 10.0.26100.33158 or later. As a compensating control where immediate patching is not feasible, restrict inbound TCP port 445 access to only trusted hosts and subnets using host-based firewall rules or network segmentation - note this may break legitimate SMB-dependent services such as domain file shares and DFS. If SMB Server is not required on a given host, disabling the LanmanServer service entirely eliminates the attack surface with no impact on SMB Client functionality.
More in Windows 10 Version 21H2
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 Null Pointer Dereference
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44236
GHSA-2875-28w4-4vqx