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-2026-41089

CVE-2026-41089: Windows Server 2012 Buffer Overflow Flaw

CVE-2026-41089 is a stack-based buffer overflow in Windows Server 2012 Netlogon that enables remote code execution. This article covers the technical details, affected versions, security impact, and mitigation.

Published: May 17, 2026

CVE-2026-41089 Overview

CVE-2026-41089 is a stack-based buffer overflow [CWE-121] in the Windows Netlogon service. An unauthenticated remote attacker can exploit the flaw to execute arbitrary code over the network against affected Windows Server systems. The vulnerability requires no user interaction and no prior privileges, making domain controllers and member servers exposed to the Netlogon RPC interface a direct target.

Microsoft published the advisory on 2026-05-12, and the issue affects supported Windows Server releases from 2012 through 2025. The flaw maps to CWE-121: Stack-based Buffer Overflow.

Critical Impact

Unauthenticated remote code execution against Windows Netlogon enables full compromise of domain controllers and lateral movement across the Active Directory environment.

Affected Products

  • Microsoft Windows Server 2012 and 2012 R2
  • Microsoft Windows Server 2016, 2019, 2022, and 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2026-05-12 - Microsoft publishes advisory for CVE-2026-41089
  • 2026-05-12 - CVE-2026-41089 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-41089

Vulnerability Analysis

Netlogon is a Windows service that authenticates users and machines in Active Directory domains and maintains the secure channel between domain members and domain controllers. The service exposes an RPC interface (\PIPE\NETLOGON and TCP endpoints) that processes authentication and replication messages from networked clients.

CVE-2026-41089 stems from a stack-based buffer overflow in Netlogon message handling. The service writes attacker-controlled data into a fixed-size stack buffer without enforcing length boundaries. An attacker who sends a crafted Netlogon request can overwrite the return address or saved registers on the stack and redirect execution into attacker-supplied shellcode or a return-oriented programming chain.

Because Netlogon runs inside lsass.exe with SYSTEM privileges on domain controllers, successful exploitation yields full control of the host, the domain credential store, and the Kerberos key material.

Root Cause

The root cause is missing bounds validation on a length or count field parsed from an inbound Netlogon RPC message. The vulnerable handler copies the field contents onto the stack using a fixed local buffer, allowing the adjacent saved frame pointer and return address to be overwritten with attacker-controlled bytes.

Attack Vector

The vulnerability is reachable over the network with no authentication and no user interaction. An attacker with network access to TCP/445 or the Netlogon RPC endpoint on a domain controller can deliver the malformed message directly. Internet-exposed Netlogon endpoints and flat internal networks without east-west segmentation are at the highest risk.

No public proof-of-concept code or in-the-wild exploitation has been reported at the time of publication. See the Microsoft Security Update Guide for CVE-2026-41089 for binary-level details.

Detection Methods for CVE-2026-41089

Indicators of Compromise

  • Unexpected crashes or restarts of lsass.exe or the Netlogon service on domain controllers, often visible as Windows Error Reporting events or Event ID 1000.
  • Child processes spawned by lsass.exe such as cmd.exe, powershell.exe, or rundll32.exe, which are not part of normal Netlogon operation.
  • Outbound network connections originating from lsass.exe to non-domain hosts following inbound RPC traffic.

Detection Strategies

  • Monitor Netlogon RPC traffic for oversized or malformed structures targeting NetrServerAuthenticate, NetrLogonSamLogon, and related opcodes.
  • Correlate Windows Security and System event logs for repeated Netlogon authentication failures followed by service crashes.
  • Hunt for anomalous process lineage where lsass.exe is the parent of interactive shells, scripting hosts, or LOLBins.

Monitoring Recommendations

  • Enable RPC filtering and audit logging on domain controllers to capture remote calls against the Netlogon interface UUID 12345678-1234-abcd-ef00-01234567cffb.
  • Forward Sysmon process creation and network connection events from all domain controllers to a central analytics platform.
  • Alert on any new listener or scheduled task created within minutes of inbound SMB or RPC connections from untrusted subnets.

How to Mitigate CVE-2026-41089

Immediate Actions Required

  • Apply the Microsoft security update referenced in the Microsoft Security Update Guide for CVE-2026-41089 to all domain controllers and Windows Server hosts running Netlogon.
  • Prioritize patching of internet-facing and DMZ domain controllers, then internal domain controllers, then member servers.
  • Restrict inbound TCP/445 and Netlogon RPC traffic to known administrative subnets using host and network firewalls.

Patch Information

Microsoft has released updates for all affected Windows Server versions, including Windows Server 2012, 2012 R2, 2016, 2019, 2022, 2022 23H2, and 2025. The updates are distributed through Windows Update, WSUS, and the Microsoft Update Catalog. Refer to the vendor advisory for the specific KB article applicable to each operating system build.

Workarounds

  • Block inbound SMB and Netlogon RPC traffic from untrusted networks at perimeter and internal firewalls until patches are deployed.
  • Enforce IPsec or RPC filters to restrict Netlogon endpoint access to authenticated domain members only.
  • Increase monitoring on domain controllers and isolate any host that exhibits lsass.exe instability pending forensic review.
bash
# Example: restrict inbound Netlogon RPC to a management subnet using netsh
netsh advfirewall firewall add rule name="Restrict Netlogon RPC" \
  dir=in action=block protocol=TCP localport=445 \
  remoteip=any profile=domain

netsh advfirewall firewall add rule name="Allow Netlogon Admin Subnet" \
  dir=in action=allow protocol=TCP localport=445 \
  remoteip=10.10.0.0/24 profile=domain

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.10%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Vendor Resources
  • Microsoft CVE-2026-41089 Update
  • Related CVEs
  • CVE-2026-41096: Windows 11 23H2 Buffer Overflow Flaw

  • CVE-2026-40403: Windows 10 1607 Buffer Overflow Vulnerability

  • CVE-2026-35421: Windows 10 1607 Buffer Overflow Flaw

  • CVE-2026-34329: Windows 10 1607 Buffer Overflow Flaw
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