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-21243

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

CVE-2026-21243 is a denial of service flaw in Windows Server 2019 LDAP caused by null pointer dereference. Attackers can exploit this remotely to disrupt services. This article covers technical details, impact, and mitigation.

Published: February 13, 2026

CVE-2026-21243 Overview

CVE-2026-21243 is a Null Pointer Dereference vulnerability affecting Windows LDAP (Lightweight Directory Access Protocol) that allows an unauthorized attacker to cause a denial of service over a network. This vulnerability poses a significant risk to enterprise environments relying on Active Directory and LDAP services for authentication and directory lookups.

Critical Impact

Unauthorized remote attackers can disrupt critical LDAP services on Windows Server systems without requiring authentication, potentially causing widespread authentication failures and directory service outages across the enterprise.

Affected Products

  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2026-02-10 - CVE-2026-21243 published to NVD
  • 2026-02-11 - Last updated in NVD database

Technical Details for CVE-2026-21243

Vulnerability Analysis

This vulnerability stems from improper handling of certain LDAP requests in the Windows LDAP service, resulting in a null pointer dereference condition (CWE-476). When the LDAP service receives specially crafted network requests, it attempts to access memory through a null pointer, causing the service to crash. The vulnerability requires no authentication and can be exploited remotely over the network with low attack complexity.

The impact is limited to service availability—there is no compromise of data confidentiality or integrity. However, given the critical role LDAP plays in Windows domain environments for authentication and authorization, a successful exploitation could cascade into broader service disruptions affecting domain-joined systems.

Root Cause

The root cause is a null pointer dereference (CWE-476) in the Windows LDAP service. This occurs when the LDAP service fails to properly validate input or internal state before dereferencing a pointer that may be null. When a malformed or specially crafted LDAP request triggers this code path, the service attempts to access memory at address zero, resulting in an access violation that terminates the LDAP service process.

Attack Vector

The attack vector is network-based, allowing remote exploitation without authentication. An attacker with network access to the LDAP service (typically TCP port 389 for LDAP or port 636 for LDAPS) can send malformed LDAP requests designed to trigger the null pointer dereference condition.

The exploitation scenario involves:

  1. Identifying Windows Server systems running LDAP services exposed on the network
  2. Crafting malicious LDAP requests that trigger the vulnerable code path
  3. Sending these requests to cause the LDAP service to crash
  4. Potentially repeating the attack to maintain denial of service conditions

No proof-of-concept exploits are publicly available at this time, and the vulnerability is not currently being exploited in the wild.

Detection Methods for CVE-2026-21243

Indicators of Compromise

  • Unexpected LDAP service crashes or restarts on Domain Controllers
  • Windows Event Log entries indicating lsass.exe or LDAP-related service failures
  • Unusual volume of malformed LDAP requests in network traffic logs
  • Multiple authentication failures across domain-joined systems coinciding with LDAP service disruptions

Detection Strategies

  • Monitor Windows Event Logs for Event ID 1000 (Application Error) and Event ID 7031 (Service Control Manager) related to LDAP or lsass.exe crashes
  • Implement network intrusion detection rules to identify anomalous LDAP traffic patterns targeting TCP ports 389 and 636
  • Deploy endpoint detection to monitor for process crashes in lsass.exe and related LDAP service components
  • Configure alerting on rapid service restarts for Active Directory Domain Services

Monitoring Recommendations

  • Enable verbose logging for LDAP diagnostics via HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Diagnostics
  • Implement network traffic analysis for LDAP protocol anomalies
  • Monitor Domain Controller health metrics including service availability and crash counters
  • Configure SIEM correlation rules to detect patterns indicative of DoS attacks against LDAP services

How to Mitigate CVE-2026-21243

Immediate Actions Required

  • Apply the February 2026 security update from Microsoft to all affected Windows Server systems
  • Prioritize patching Domain Controllers and systems providing LDAP services
  • Restrict network access to LDAP ports (389, 636) to only authorized systems using firewall rules
  • Monitor LDAP service health closely until patches are deployed

Patch Information

Microsoft has released a security update addressing this vulnerability. Administrators should apply the appropriate cumulative update for their Windows Server version. Detailed patch information and download links are available in the Microsoft Security Response Center advisory.

Workarounds

  • Implement network segmentation to limit exposure of LDAP services to trusted networks only
  • Configure Windows Firewall to restrict inbound connections to LDAP ports from untrusted sources
  • Deploy load balancing or failover configurations for LDAP services to maintain availability during potential attacks
  • Consider implementing LDAP signing and channel binding as additional security hardening measures
bash
# Windows Firewall rule to restrict LDAP access to trusted subnet
netsh advfirewall firewall add rule name="Restrict LDAP Access" dir=in action=allow protocol=tcp localport=389 remoteip=10.0.0.0/8
netsh advfirewall firewall add rule name="Block External LDAP" dir=in action=block protocol=tcp localport=389

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

  • EPSS Probability0.06%

  • 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
  • Vendor Resources
  • Microsoft Security Update CVE-2026-21243
  • Related CVEs
  • CVE-2026-2636: Windows CLFS.sys Driver DoS Vulnerability

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

  • CVE-2026-21525: Windows 10 1607 DOS Vulnerability

  • CVE-2026-20927: Windows SMB Server 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