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-2020-1472

CVE-2020-1472: Windows Netlogon Privilege Escalation Flaw

CVE-2020-1472 is a privilege escalation vulnerability in Microsoft Windows Netlogon that allows unauthenticated attackers to gain domain administrator access. This article covers technical details, affected systems, and mitigation.

Published: March 11, 2026

CVE-2020-1472 Overview

CVE-2020-1472, commonly known as "Zerologon," is a critical elevation of privilege vulnerability in the Netlogon Remote Protocol (MS-NRPC) implementation in Microsoft Windows Server domain controllers. This vulnerability allows an unauthenticated attacker with network access to a domain controller to establish a vulnerable Netlogon secure channel connection and ultimately gain domain administrator privileges.

The vulnerability stems from a cryptographic flaw in the Netlogon authentication process where the initialization vector (IV) used in AES-CFB8 encryption is improperly set to all zeros. This allows an attacker to bypass authentication by sending Netlogon messages with a specially crafted client credential that contains only zeroes, which has a probability of success of approximately 1 in 256 attempts.

Critical Impact

Successful exploitation allows unauthenticated attackers to gain complete domain administrator access, enabling them to take full control of the Active Directory domain including all connected systems, user accounts, and sensitive data.

Affected Products

  • Microsoft Windows Server 2008 R2 SP1
  • Microsoft Windows Server 2012 / 2012 R2
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server versions 1903, 1909, 2004, 20H2
  • Samba (when used as domain controller)
  • Fedora Project Fedora 31, 32, 33
  • openSUSE Leap 15.1, 15.2
  • Canonical Ubuntu Linux 14.04, 16.04, 18.04, 20.04
  • Synology Directory Server
  • Debian Linux 9.0
  • Oracle ZFS Storage Appliance Kit 8.8

Discovery Timeline

  • August 17, 2020 - CVE-2020-1472 published to NVD
  • February 23, 2026 - Last updated in NVD database

Technical Details for CVE-2020-1472

Vulnerability Analysis

The Zerologon vulnerability exploits a fundamental weakness in the cryptographic implementation of the Netlogon Remote Protocol (MS-NRPC). When a client authenticates to a domain controller, the protocol uses AES-CFB8 encryption to protect the handshake process. However, Microsoft's implementation uses a static initialization vector (IV) of all zeros for this encryption.

In AES-CFB8 mode with a zero IV, there exists a mathematical probability that when the plaintext input is all zeros, the resulting ciphertext will also be all zeros. This occurs approximately once in every 256 encryption operations. An attacker can exploit this by repeatedly sending authentication attempts with a client credential of all zeros until the server accepts the authentication, which typically requires fewer than 256 attempts.

Once authenticated, the attacker can use the Netlogon RPC function NetrServerPasswordSet2 to set the computer account password of the domain controller to a known value (including an empty password). This effectively allows the attacker to impersonate the domain controller and extract all domain credentials from the Active Directory database.

The vulnerability is particularly dangerous because it requires no prior authentication, no user interaction, and can be exploited quickly from any network position that can reach the domain controller's RPC port (typically TCP 135 and dynamic RPC ports).

Root Cause

The root cause of CVE-2020-1472 is the improper use of AES-CFB8 encryption with a static all-zero initialization vector in the Netlogon authentication handshake. Secure cryptographic implementations require unique, unpredictable IVs for each encryption operation to prevent statistical attacks. By using a predictable zero IV, the implementation created a scenario where specific input patterns produce predictable outputs, enabling authentication bypass.

Attack Vector

The attack is executed over the network against domain controllers running the Netlogon service. An unauthenticated attacker with network connectivity to the domain controller can perform the following attack sequence:

  1. The attacker initiates multiple Netlogon authentication attempts using all-zero client credentials
  2. After approximately 256 attempts on average, the authentication succeeds due to the cryptographic weakness
  3. The attacker then calls NetrServerPasswordSet2 to change the domain controller's machine account password
  4. With control of the DC machine account, the attacker can perform DCSync operations to extract all password hashes from Active Directory
  5. Using the extracted credentials, the attacker gains complete domain administrator access

The attack can be completed in seconds and leaves minimal forensic evidence if not properly monitored.

Detection Methods for CVE-2020-1472

Indicators of Compromise

  • Unexpected Netlogon authentication failures followed by sudden success patterns in Windows Security Event logs (Event ID 4742)
  • Domain controller computer account password changes recorded in Event ID 4742 where the subject is not a legitimate administrator
  • Anomalous network traffic to domain controllers on RPC ports (TCP 135, 49152-65535) from unexpected internal hosts
  • Evidence of DCSync operations or NTDS.dit extraction attempts following a Zerologon attack

Detection Strategies

  • Enable and monitor Windows Security Event ID 5829 which specifically logs vulnerable Netlogon connections using the insecure protocol
  • Implement network-based detection for repeated Netlogon authentication attempts from the same source in rapid succession
  • Deploy behavioral analytics to identify unusual domain controller machine account modifications
  • Monitor for abnormal use of Netlogon RPC functions, particularly NetrServerPasswordSet2 calls

Monitoring Recommendations

  • Configure Windows Event Forwarding to centralize Domain Controller security logs for analysis
  • Enable verbose Netlogon logging via HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters\DBFlag set to 0x2080FFFF
  • Implement network segmentation monitoring to detect unauthorized access attempts to domain controllers
  • Establish baselines for legitimate Netlogon traffic patterns and alert on significant deviations

How to Mitigate CVE-2020-1472

Immediate Actions Required

  • Apply the August 2020 Microsoft security update immediately on all domain controllers as the first priority
  • Enable enforcement mode for secure RPC by setting the FullSecureChannelProtection registry value to 1 under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
  • Audit all devices in the domain for Netlogon secure channel compatibility and address any legacy systems that cannot use secure RPC
  • For Samba deployments, upgrade to patched versions and set server schannel = yes in smb.conf
  • Restrict network access to domain controllers from untrusted network segments

Patch Information

Microsoft addressed CVE-2020-1472 through a phased two-part rollout. The initial patch released in August 2020 introduced detection capabilities and optional enforcement. The second phase, released in February 2021, enforces secure RPC for all Windows devices by default. Organizations should apply both update phases and verify that enforcement mode is active on all domain controllers.

For detailed patch information, consult the Microsoft CVE-2020-1472 Advisory and the CERT VU #490028 advisory.

Linux distributions running Samba as a domain controller should apply distribution-specific patches referenced in the Debian LTS Security Announcement, Ubuntu Security Notices (USN 4510-1, USN 4510-2, USN 4559-1), and Gentoo GLSA 202012-24.

Workarounds

  • If immediate patching is not possible, implement network-level restrictions to limit Netlogon RPC access to only trusted and necessary systems
  • Deploy firewall rules to block RPC traffic (TCP 135 and dynamic ports 49152-65535) to domain controllers from untrusted segments
  • Monitor for Event ID 5829 to identify devices attempting vulnerable Netlogon connections and prioritize their remediation
  • Consider temporarily isolating legacy systems that cannot be patched and evaluate their necessity in the domain environment
bash
# Enable Netlogon secure channel enforcement on Windows Server
reg add "HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters" /v FullSecureChannelProtection /t REG_DWORD /d 1 /f

# Enable verbose Netlogon debugging for monitoring
reg add "HKLM\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters" /v DBFlag /t REG_DWORD /d 0x2080FFFF /f

# Samba configuration to enforce secure channel
# Add to smb.conf under [global]:
# server schannel = yes

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityCRITICAL

  • CVSS Score10.0

  • EPSS Probability94.38%

  • Known ExploitedYes
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-noinfo
  • Technical References
  • openSUSE Security Announcement

  • openSUSE Security Announcement

  • Packet Storm PoC: Zerologon

  • Packet Storm Privilege Escalation

  • Openwall OSS Security Update

  • Debian LTS Security Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA 202012-24

  • Ubuntu Security Notice 4510-1

  • Ubuntu Security Notice 4510-2

  • Ubuntu Security Notice 4559-1

  • CERT VU #490028

  • Synology Security Advisory

  • CISA Known Exploited Vulnerability Catalog
  • Vendor Resources
  • Microsoft CVE-2020-1472 Advisory

  • Oracle April 2021 Security Alert
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server Privilege Escalation
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