Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Primary rating from NVD.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Lifecycle Timeline
6DescriptionCVE.org
Null pointer dereference in Windows Local Security Authority Subsystem Service (LSASS) allows an unauthorized attacker to deny service over a network.
AnalysisAI
Remote denial-of-service in Windows Local Security Authority Subsystem Service (LSASS) allows unauthenticated network attackers to crash Windows systems through null pointer dereference exploitation. Affects Windows 10 (versions 1607-22H2), Windows 11 (22H3-26H1), and Windows Server (2016-2025) across multiple release channels. Microsoft has released patches for all affected versions. No public exploit identified at time of analysis, but the low attack complexity (AC:L) and unauthenticated netwo
Technical ContextAI
The vulnerability resides in the Windows Local Security Authority Subsystem Service (LSASS), a critical Windows operating system component responsible for authentication, Active Directory operations, and security policy enforcement. LSASS runs as a privileged system process (lsass.exe) that handles security token generation and validation. The root cause is a null pointer dereference (CWE-476), a class of memory safety error where the code attempts to access memory through a pointer that has not been initialized or has been set to NULL. In LSASS's case, network-reachable code paths can trigger this dereference when processing malformed authentication requests or security protocol messages, causing the process to crash. Since LSASS is essential to Windows security subsystem operation, its termination typically forces an immediate system reboot with a STOP error, making this an effective denial-of-service vector. The affected CPE strings indicate vulnerability spans multiple Windows kernel versions (10.0.14393 through 10.0.28000) across client and server editions, including Server Core installations.
RemediationAI
Apply vendor-released security updates immediately through Windows Update or WSUS infrastructure. Patched versions are Windows 10 Version 1607 build 10.0.14393.9060 or later, Windows 10 Version 1809 build 10.0.17763.8644 or later, Windows 10 Version 21H2 build 10.0.19044.7184 or later, Windows 10 Version 22H2 build 10.0.19045.7184 or later, Windows 11 Version 22H3/23H2 build 10.0.22631.6936 or later, Windows 11 Version 24H2 build 10.0.26100.32690 or later, Windows 11 Version 25H2 build 10.0.26200.8246 or later, Windows 11 Version 26H1 build 10.0.28000.1836 or later, Windows Server 2016 build 10.0.14393.9060 or later, Windows Server 2019 build 10.0.17763.8644 or later, Windows Server 2022 build 10.0.20348.5020 or later, Windows Server 2022 23H2 build 10.0.25398.2274 or later, and Windows Server
Same weakness CWE-476 – NULL Pointer Dereference
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-22496
GHSA-mfwr-mq7p-278f