The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-20875

CVE-2026-20875: Windows LSASS DoS Vulnerability

CVE-2026-20875 is a denial of service flaw in Windows Local Security Authority Subsystem Service that allows attackers to crash the service remotely. This article covers technical details, affected systems, and mitigations.

Updated: January 22, 2026

CVE-2026-20875 Overview

CVE-2026-20875 is a null pointer dereference vulnerability in the Windows Local Security Authority Subsystem Service (LSASS) that allows an unauthorized attacker to cause a denial of service condition over a network. LSASS is a critical Windows system process responsible for enforcing security policy, handling user authentication, and managing Active Directory services. Exploitation of this vulnerability could result in system crashes or service disruptions affecting authentication services across affected Windows environments.

Critical Impact

Successful exploitation allows remote attackers to crash LSASS without authentication, potentially causing system-wide authentication failures and requiring system restarts to restore normal operations.

Affected Products

  • Windows Local Security Authority Subsystem Service (LSASS)
  • Windows operating systems with vulnerable LSASS implementations

Discovery Timeline

  • 2026-01-13 - CVE-2026-20875 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2026-20875

Vulnerability Analysis

This vulnerability stems from improper pointer handling within the LSASS process. When LSASS receives specially crafted network requests, the service fails to properly validate pointer references before dereferencing them. This results in a null pointer dereference condition (CWE-476) that causes the LSASS process to crash.

The attack can be conducted remotely over a network without requiring authentication, making it particularly dangerous in enterprise environments where LSASS handles domain authentication. When LSASS crashes, it triggers Windows' automatic recovery mechanisms, which typically result in a forced system restart to maintain system integrity.

Root Cause

The root cause is a null pointer dereference (CWE-476) in the LSASS service. The vulnerability occurs when the service processes certain network requests without adequately checking if pointer values are valid before attempting to access the memory locations they reference. This programming error allows attackers to trigger conditions where the code attempts to read or write to memory address zero, causing an immediate process crash.

Attack Vector

The vulnerability is exploitable over a network without requiring user interaction or prior authentication. An attacker can send malformed authentication or directory service requests to a target system's LSASS service. Since LSASS listens on network ports for legitimate authentication traffic, it provides an accessible attack surface. The attack requires low complexity to execute and does not require any privileges on the target system.

The exploitation mechanism involves crafting network packets that cause LSASS to enter a code path where null pointer validation is absent. When the vulnerable code path is triggered, LSASS attempts to dereference a null pointer, resulting in an access violation that terminates the process.

Detection Methods for CVE-2026-20875

Indicators of Compromise

  • Unexpected LSASS process crashes or restarts recorded in Windows Event Logs
  • Windows Error Reporting (WER) entries indicating lsass.exe access violations at null memory addresses
  • Unusual network traffic patterns targeting LSASS-associated ports prior to system restarts
  • Multiple authentication failures followed by system reboots in domain controller logs

Detection Strategies

  • Monitor Windows System Event Log for Event ID 1000 (Application Error) and Event ID 1001 (Windows Error Reporting) entries related to lsass.exe
  • Deploy network intrusion detection rules to identify malformed authentication protocol packets
  • Configure endpoint detection solutions to alert on abnormal LSASS process terminations
  • Implement baseline monitoring for LSASS memory consumption and process stability

Monitoring Recommendations

  • Enable Windows Defender Exploit Guard to monitor LSASS process integrity
  • Configure centralized logging for all domain controllers and authentication servers to correlate LSASS-related events
  • Establish alerting thresholds for LSASS crash frequency that could indicate active exploitation attempts
  • Monitor for unusual inbound network connections to authentication service ports

How to Mitigate CVE-2026-20875

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft addressing CVE-2026-20875
  • Implement network segmentation to restrict access to LSASS-associated ports from untrusted networks
  • Enable Windows Defender Credential Guard where supported to provide additional LSASS protection
  • Review and restrict firewall rules to limit network exposure of authentication services

Patch Information

Microsoft has released a security update to address this vulnerability. Refer to the Microsoft Security Advisory CVE-2026-20875 for detailed patch information, affected product versions, and download links. Organizations should prioritize patching domain controllers and systems providing authentication services.

Workarounds

  • Restrict network access to LSASS ports using host-based firewalls or network ACLs to trusted systems only
  • Deploy additional network-layer protection such as IPsec policies requiring authentication for connections to critical servers
  • Consider enabling LSASS as a Protected Process Light (PPL) if not already configured to enhance process integrity
  • Implement network monitoring to detect and block potential exploitation attempts while awaiting patch deployment
bash
# Enable LSASS as Protected Process Light via Registry (requires reboot)
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v RunAsPPL /t REG_DWORD /d 1 /f

# Verify LSASS protection status after reboot
reg query "HKLM\SYSTEM\CurrentControlSet\Control\Lsa" /v RunAsPPL

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.5

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Technical References
  • Microsoft Security Advisory CVE-2026-20875
  • Related CVEs
  • CVE-2026-2636: Windows CLFS.sys Driver DoS Vulnerability

  • CVE-2026-21243: Windows Server 2019 LDAP DOS Vulnerability

  • CVE-2026-20846: Windows 10 1607 GDI+ DoS Vulnerability

  • CVE-2026-21525: Windows 10 1607 DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English