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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2025-26651

CVE-2025-26651: Windows 11 22h2 DoS Vulnerability

CVE-2025-26651 is a denial of service vulnerability in Windows 11 22h2 Local Session Manager (LSM) that allows authorized attackers to disrupt service availability. This article covers technical details, affected systems, and mitigation.

Updated: January 22, 2026

CVE-2025-26651 Overview

CVE-2025-26651 is a Denial of Service vulnerability in the Windows Local Session Manager (LSM) component that allows an authorized attacker to disrupt service availability over a network. The vulnerability stems from an exposed dangerous method or function (CWE-749) within the LSM service, which is responsible for managing local user sessions on Windows systems.

Critical Impact

Authenticated attackers can remotely trigger a denial of service condition against affected Windows systems, potentially disrupting critical business operations and user session management.

Affected Products

  • Microsoft Windows 11 22H2
  • Microsoft Windows 11 23H2
  • Microsoft Windows 11 24H2
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • April 8, 2025 - CVE-2025-26651 published to NVD
  • July 10, 2025 - Last updated in NVD database

Technical Details for CVE-2025-26651

Vulnerability Analysis

The Windows Local Session Manager (LSM) is a critical Windows service (lsm.dll) that handles local user session management, including session creation, termination, and state tracking. This vulnerability exists due to an exposed dangerous method or function within the LSM component that can be invoked remotely by authenticated users.

When exploited, an attacker with valid credentials can leverage the exposed functionality to cause the LSM service to enter a denial of service state, disrupting session management capabilities on the affected system. This can impact user logins, session tracking, and other session-related operations.

The attack requires network access and low-privilege authentication, making it accessible to any user with valid credentials on the network. No user interaction is required to exploit this vulnerability, and the attack complexity is low.

Root Cause

The root cause of CVE-2025-26651 is classified as CWE-749: Exposed Dangerous Method or Function. This occurs when a software component exposes a method or function that can be leveraged by attackers to perform unintended operations. In this case, the LSM service exposes functionality that, when called with specific parameters or in certain conditions, leads to service disruption.

The exposed method allows authenticated network users to trigger operations that exhaust resources or cause the service to crash, resulting in denial of service conditions affecting session management on the target system.

Attack Vector

The vulnerability is exploitable over the network by an authenticated attacker. The attack does not require elevated privileges—any authenticated user with network access to the affected system can potentially exploit this vulnerability.

The exploitation path involves making network requests to the LSM service that invoke the dangerous exposed method, causing the service to become unavailable. This impacts all users relying on session management services on the affected Windows system.

Since no verified proof-of-concept code is publicly available, the exploitation mechanism involves targeting the exposed LSM method through network-accessible interfaces. Detailed technical exploitation information can be found in the Microsoft Security Update Guide.

Detection Methods for CVE-2025-26651

Indicators of Compromise

  • Unexpected crashes or restarts of the Local Session Manager (lsm.exe) service
  • Event log entries indicating LSM service failures or unexpected terminations
  • Unusual network traffic patterns targeting LSM-related ports from internal authenticated users
  • Multiple failed or disrupted user session events in Windows Event logs

Detection Strategies

  • Monitor Windows Event Logs for System events related to LSM service crashes (Event ID 7034, 7031)
  • Implement network traffic analysis to detect anomalous RPC/SMB traffic patterns targeting session management services
  • Deploy endpoint detection rules to identify unusual LSM service behavior or resource consumption
  • Use SentinelOne Singularity Platform to detect and alert on service disruption patterns

Monitoring Recommendations

  • Enable detailed logging for Windows services including the Local Session Manager
  • Configure alerting for LSM service state changes and unexpected terminations
  • Monitor system performance metrics for resource exhaustion patterns associated with session management
  • Implement baseline behavior analysis for LSM service network communications

How to Mitigate CVE-2025-26651

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2025-26651 immediately on all affected systems
  • Review and restrict network access to affected Windows systems where possible
  • Audit user accounts with network access to identify potential attack vectors
  • Enable enhanced monitoring for LSM service health and session management activity

Patch Information

Microsoft has released security updates to address this vulnerability. Administrators should apply the appropriate patches for their Windows versions as documented in the Microsoft Security Update Guide.

The patches address the exposed dangerous method in the LSM component, preventing unauthorized service disruption through network requests. Organizations should prioritize patching based on system criticality and exposure.

Workarounds

  • Restrict network access to affected systems using firewall rules to limit exposure
  • Implement network segmentation to reduce the attack surface for authenticated users
  • Review and apply principle of least privilege for user accounts with network access
  • Consider implementing additional authentication requirements for accessing critical systems
bash
# Example: Restrict network access using Windows Firewall
# Block inbound connections to LSM-related services from untrusted networks
netsh advfirewall firewall add rule name="Restrict LSM Access" dir=in action=block protocol=tcp localport=445 remoteip=<untrusted_network_range>

# Monitor LSM service status
sc query lsm

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWindows

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability29.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-749
  • Vendor Resources
  • Microsoft Security Update Guide
  • Related CVEs
  • CVE-2026-33096: Windows HTTP.sys DoS Vulnerability

  • CVE-2026-32216: Windows Redirected Drive DoS Vulnerability

  • CVE-2026-32181: Microsoft Windows DoS Vulnerability

  • CVE-2026-32071: Windows LSASS 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